about summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* Add dontInstallSrc flag to buildGoPackageLuca Bruno2015-02-05
|
* Use buildFlags in buildGoPackage instead of makeFlagsLuca Bruno2015-02-05
|
* Port flannel to buildGoPackageLuca Bruno2015-02-04
|
* Port go-mtpfs to buildGoPackageLuca Bruno2015-02-04
|
* Port serfdom to buildGoPackageLuca Bruno2015-02-04
|
* Drop cjdcmd because of broken go cryptoLuca Bruno2015-02-04
|
* Port ngrok to buildGoPackageLuca Bruno2015-02-04
|
* new Go support function 'buildGoPackage'Emery Hemingway2015-02-03
| | | | | add a setupHook to the Go compiler that builds a GOPATH new buildGoPackage function that overides the phases of stdenv
* ethtool: update to 3.18Peter Simons2015-01-30
|
* Merge pull request #5951 from arno01/socatlethalman2015-01-30
|\ | | | | socat: Update from 1.7.2.4 to 1.7.3.0, fixes a possible denial of service attack
| * socat: Update from 1.7.2.4 to 1.7.3.0, fixes a possible denial of service attackAndrey Arapov2015-01-25
| | | | | | | | | | | | | | | | | | | | | | socat: Update from 1.7.2.4 to 1.7.3.0, fixes a possible denial of service attack (CVE Id pending), improves SSL client security, and provides a couple of bug and porting fixes. Among new features, socat now enables OpenSSL server side use of ECDHE ciphers, providing PFS (Perfect Forward Secrecy) http://www.dest-unreach.org/socat/doc/CHANGES
* | cjdns: updating with bugfix, and readd nodejs toolsLluís Batlle i Rossell2015-01-30
| | | | | | | | (cherry picked from commit cd80d050cb8145d45c56533625beb82f37177fae)
* | Merge branch 'tlsdate' of git://github.com/4z3/nixpkgsShea Levy2015-01-30
|\ \
| * | tlsdate: add version 0.0.12tv2015-01-21
| | |
* | | Merge pull request #6061 from wmertens/fortune-darwinWout Mertens2015-01-29
|\ \ \ | | | | | | | | fortune: fix Darwin build
| * | | fortune: fix Darwin buildWout Mertens2015-01-29
| | | |
* | | | Update cjdns to v15Lluís Batlle i Rossell2015-01-29
| | | | | | | | | | | | | | | | (cherry picked from commit aeefbe552adda2b3191bbd48cd7cf79ad9425d94)
* | | | Install more rkflashtools.Lluís Batlle i Rossell2015-01-29
| | | | | | | | | | | | | | | | (cherry picked from commit 56e0562cdb41c160825c700bb0873625db985d55)
* | | | Merge pull request #5967 from k0ral/rmlintDomen Kožar2015-01-29
|\ \ \ \ | |/ / / |/| | | rmlint: 1.0.8 -> 2.0.0
| * | | rmlint: 1.0.8 -> 2.0.0koral2015-01-28
| | | |
* | | | Merge pull request #6040 from ambrop72/gawk-crossDomen Kožar2015-01-29
|\ \ \ \ | | | | | | | | | | gawk: Fix cross compiling.
| * | | | gawk: Fix cross compiling.Ambroz Bizjak2015-01-29
| | | | | | | | | | | | | | | | | | | | Note that this does not trigger rebuild for native builds.
* | | | | Merge pull request #6000 from k0ral/moreutilsDomen Kožar2015-01-28
|\ \ \ \ \ | |/ / / / |/| | | | moreutils: 0.54 -> 0.55
| * | | | moreutils: 0.54 -> 0.55koral2015-01-28
| |/ / /
* | | | Adds a new package: ent - A Pseudorandom Number Sequence Test ProgramAndrey Arapov2015-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The program is useful for evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest. Official page http://www.fourmilab.ch/random/
* | | | Merge pull request #5972 from nckx/update-exfatlethalman2015-01-28
|\ \ \ \ | | | | | | | | | | Update fuse-exfat 1.0.1 -> 1.1.0
| * | | | Update fuse-exfat 1.0.1 -> 1.1.0Tobias Geerinckx-Rice2015-01-26
| | | | |
* | | | | add xfluxPaho Lurie-Gregg2015-01-28
| | | | |
* | | | | Merge pull request #5959 from malyn/fix-rcm-pathsEdward Tjörnhammar2015-01-28
|\ \ \ \ \ | | | | | | | | | | | | rcm: Use Nix store path for RCM_LIB
| * | | | | rcm: Use Nix store path for RCM_LIBMichael Alyn Miller2015-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shell scripts in the rcm package use a relative path in order to find the rcm.sh library. That works fine when rcm is installed with nix-env -- ~/.nix-profile/share/rcm exists as expected -- but does not work when installed via /etc/nixos/configuration.nix. In the system-wide case, /run/current-system/sw/share does not contain the rcm directory.
* | | | | | Merge pull request #5973 from nckx/add-exfat-utilslethalman2015-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add exfat-utils 1.1.1: free exFAT file system utilities
| * | | | | | Add exfat-utils 1.1.1: free exFAT file system utilitiesTobias Geerinckx-Rice2015-01-26
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5970 from nckx/add-clexlethalman2015-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add clex 4.6.patch6: full-screen terminal file manager
| * | | | | | Add clex 4.6.patch6: full-screen terminal file managerTobias Geerinckx-Rice2015-01-25
| | | | | | |
* | | | | | | ostree: Update to 2015.3宋文武2015-01-28
| | | | | | |
* | | | | | | Remove executable bits from non-executable filesEelco Dolstra2015-01-27
| | | | | | |
* | | | | | | nixui: update to 0.1.2 (close #6005)Matej Cotman2015-01-27
| | | | | | |
* | | | | | | pigz: update from 2.3.1 to 2.3.3, potentially fixes CVE-2015-1191Peter Simons2015-01-27
| | | | | | |
* | | | | | | ipmitool: update from 1.8.14 to 1.8.15Peter Simons2015-01-27
| | | | | | |
* | | | | | | xdg-utils: patch xdg-open to use KDE 5 toolsThomas Tuegel2015-01-26
| | | | | | |
* | | | | | | youtube-dl: update to 2015.01.25Mateusz Kowalczyk2015-01-27
| | | | | | |
* | | | | | | Update gparted 0.19.1 -> 0.21.0Tobias Geerinckx-Rice2015-01-26
| | | | | | |
* | | | | | | Merge pull request #5987 from k0ral/swftoolscillianderoiste2015-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | swftools: 0.8.1 -> 0.9.2
| * | | | | | | swftools: 0.8.1 -> 0.9.2koral2015-01-26
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #5969 from nckx/update-stress-ngGeorges Dubus2015-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update stress-ng 0.03.10 -> 0.03.11
| * | | | | | | Update stress-ng 0.03.10 -> 0.03.11Tobias Geerinckx-Rice2015-01-25
| | |_|/ / / / | |/| | | | |
* | | | | | | nixui: update to 0.1.1Matej Cotman2015-01-26
| | | | | | |
* | | | | | | isync: update from 1.1.1 to 1.1.2Moritz Ulrich2015-01-25
|/ / / / / /
* | | | | | gist: fix evaluationCharles Strahan2015-01-25
| | | | | |
* | | | | | kpcli: XMLParser is required for KeePass2 formatBenno Fünfstück2015-01-25
| |_|/ / / |/| | | |