Commit graph

10376 commits

Author SHA1 Message Date
Joachim Fasting 10be782f25
connman: meta cleanup 2016-09-28 20:01:37 +02:00
Peter Simons 7c7e88b45e Merge pull request #19046 from rycee/bump/bash-completion
Bump bash completion to 2.4
2016-09-28 18:39:24 +02:00
Joachim F c166675b53 Merge pull request #19033 from makefu/init-wol
wol: init at 0.7.1
2016-09-28 18:00:39 +02:00
Robert Helgesson e8817a2d20
bash-completion: change attribute name
This changes the attribute name of bash-completion from `bashCompletion`
to `bash-completion`. Keeps `bashCompletion` as an alias for the new
name.
2016-09-28 17:46:29 +02:00
Vladimír Čunát 77604964b6 Merge branch 'master' into staging 2016-09-28 17:13:59 +02:00
Robert Helgesson d945046be9
xdxf2slob: init at 2015-06-30 2016-09-28 15:58:59 +02:00
makefu 36e0aedae7
f3: init at 6.0 2016-09-28 13:31:27 +02:00
makefu 16547d49da
wol: init at 0.7.1
wol, unlike wakelan, supports wake-on-lan passwords
2016-09-28 12:33:46 +02:00
Franz Pletz d5adf2cc0b
dhcp: 4.3.3 -> 4.3.4
Uses shipped version of libbind now.

Fix CVE-2016-2774 & CVE-2015-8605.

cc #18856
2016-09-28 10:50:29 +02:00
Susan Potter 87ffa1cea0 lastpass-cli: 0.9.0 -> 1.0.0 2016-09-27 21:35:41 -05:00
Graham Christensen dad5651bd4
rpm: 4.12.0 -> 4.13.0-rc1 for CVEs
Null pointer deref & out of bound reads. See: https://lwn.net/Vulnerabilities/685287/

Fedora is shipping the rc1 as well.

re: https://github.com/NixOS/nixpkgs/pull/18975
2016-09-27 21:07:35 -04:00
Alexey Shmalko 4dd6d9748c Merge pull request #18774 from cstrahan/xsel-update
xsel: 1.2.0 -> git-2016-09-02
2016-09-28 00:42:05 +03:00
Franz Pletz a6d4ea4c2c
treewide: remove executable flags from .nix files 2016-09-27 22:15:00 +02:00
Aneesh Agrawal 7b7d8ddbca salttesting: remove unused package
It was added as a dependency of Salt, which no longer depends on it.
2016-09-27 13:34:22 -04:00
aszlig 900a04e6c9
beets: Use pythonPackages.buildPythonApplication
The top-level attribute has been removed in commit
771ed59b48.

This has been partially resolved in commit
18bdd44729.

The latter change however only addressed the main derivations but missed
out on the plugins. This is now done by just passing pythonPackages down
the chain.

Tested by only evaluating the expression, not building.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @domenkozar, @pjones, @profpatsch
2016-09-27 00:07:45 +02:00
Frederik Rietdijk d5fd65df4e Merge pull request #18982 from aneeshusa/pin-packages-to-python2-part2
Pin packages to python2 part2
2016-09-26 18:33:26 +02:00
Aneesh Agrawal 777a6cafd9 asciidoc: Pin to Python 2 2016-09-26 11:36:27 -04:00
Corbin eef90e4153 gcsfuse: init at v0.19.0 2016-09-26 07:51:50 -07:00
Frederik Rietdijk 9e2c48994a getmail: pass in pythonPackages again
broken by 12bd2310ec
2016-09-26 16:06:57 +02:00
Michael Raskin 12bd2310ec getmail: 4.50.0 -> 4.51.0 2016-09-26 15:49:30 +02:00
Michael Raskin 7a15d8b3ab nilfs-utils: 2.2.4 -> 2.2.5 2016-09-26 15:49:30 +02:00
Michael Raskin 72249360f9 glusterfs: 3.8.1 -> 3.8.4 2016-09-26 15:49:30 +02:00
Michael Raskin 2a4e9db699 zpaq: propagate version for updater 2016-09-26 15:49:30 +02:00
Michael Raskin 6187cf1ddc zpaqd: 7.08 -> 7.15 2016-09-26 15:49:30 +02:00
Michael Raskin abe14c13d1 zpaq: 7.14 -> 715 2016-09-26 15:49:29 +02:00
Michael Raskin a430a38f17 ipmiutil: 2.9.9 -> 3.0.0 2016-09-26 15:49:29 +02:00
Frederik Rietdijk 3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Frederik Rietdijk 2f4da5bd83 gitfs: do not pass in buildPythonApplication 2016-09-26 11:10:51 +02:00
Frederik Rietdijk e06e26af08 getmail: pass in pythonPackages 2016-09-26 11:10:51 +02:00
Frederik Rietdijk 982ac542cb cli53: do not pass in buildPythonApplication 2016-09-26 11:10:51 +02:00
Frederik Rietdijk 18bdd44729 beets: pass in pythonPackages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk 5220ee8db7 apt-offline: pass in pythonPackages 2016-09-26 11:10:50 +02:00
Frederik Rietdijk ee510f201d zbar: do not use top-level python packages 2016-09-26 11:10:50 +02:00
Robert Helgesson 1e12738dc4
svtplay-dl: 1.4 -> 1.5 2016-09-26 01:01:49 +02:00
Frederik Rietdijk d07270649c gtk-vnc: do not use top-level python packages 2016-09-25 23:19:40 +02:00
Corbin Simpson edddd76165 collectd: patch deprecated usage of readdir_r() (#18956) 2016-09-25 19:52:55 +02:00
Franz Pletz 668572753c
fuseiso: fix CVE-2015-8836 & CVE-2015-8837 2016-09-25 17:38:31 +02:00
Franz Pletz 76b142b915 Merge pull request #18894 from tailhook/ripgrep
Add ripgrep package
2016-09-25 14:28:29 +02:00
Pascal Bach 888551887b ipxe: 20141124 -> 20160831 (#18938)
HTTPS support is enabled
2016-09-25 04:35:46 +02:00
Arseniy Seroka 8269322d11 Merge pull request #18912 from grahamc/stunnel
stunnel: 5.31 -> 5.36
2016-09-25 01:05:31 +04:00
Arseniy Seroka f528ff3751 Merge pull request #18916 from Mic92/monit
monit: 5.10 -> 5.19.0
2016-09-25 01:03:32 +04:00
Arseniy Seroka b6ba143e5a Merge pull request #18923 from grahamc/davfs2
davfs2: 1.5.2 -> 1.5.3
2016-09-25 01:02:30 +04:00
Vladimír Čunát fffc7638cd Merge branch 'master' into staging 2016-09-24 18:54:31 +02:00
Joachim Fasting f0c85376b2
tor: 0.2.8.7 -> 0.2.8.8
Fixes two crashing bugs, nothing else of note.
2016-09-24 15:47:28 +02:00
Franz Pletz 63052c1126
collectd: 5.5.2 -> 5.6.0 2016-09-24 15:33:31 +02:00
Franz Pletz 7d5546af42
chrony: 2.3 -> 2.4 2016-09-24 15:33:05 +02:00
Franz Pletz c39195d699
a2ps: fix CVE-2001-1593 & CVE-2014-0466 2016-09-24 15:33:03 +02:00
Aneesh Agrawal 278d3050ae nmap: use python infra's .withPackages 2016-09-24 15:05:28 +02:00
Aneesh Agrawal 6321a1b67c nmap: pin to Python 2, make Python optional
Python 3 is not supported, so use python2Packages.

Python is only required for the `ndiff` and `zenmap` binaries, not the
main `nmap` binary, so disable Python by default to reduce the default
closure size, and add a `withPython` arg to re-enable it. Note that
Zenmap is the graphical program, so passing `graphicalSupport = true`
will also automatically enable Python support.
2016-09-24 15:05:28 +02:00
Graham Christensen 70bf407cf8
davfs2: 1.5.2 -> 1.5.3 2016-09-24 08:42:24 -04:00
Nikolay Amiantov 8925bb7415 Merge pull request #18815 from aske/uniemoji
ibus-engines.uniemoji: init at 2016-09-20
2016-09-24 13:17:55 +04:00
Jörg Thalheim 6b34a62ef8
monit: 5.10 -> 5.19.0
monit disables SSLv23 now by default, see

- https://mmonit.com/monit/changes/
- https://lwn.net/Vulnerabilities/691497/
2016-09-24 09:46:25 +02:00
Graham Christensen 90dae03cfe
stunnel: 5.31 -> 5.36 2016-09-23 22:26:25 -04:00
Aneesh Agrawal 34b5d639c6 SaltTesting: 2015.7.10 -> 2016.9.7 2016-09-23 20:33:36 -04:00
Aneesh Agrawal f61b23cd23 salt: 2015.8.8 -> 2016.3.3 2016-09-23 20:31:20 -04:00
Wilhelm Schuster c37e76b4d2 nixos-container: Use machinectl shell (#18825)
Using nsenter+su was suboptimal since the environment they provided was
not quite the same as the real container environment. See [1] for more
background.

Note that we directly invoke /bin/sh for `nixos-container root-login`
since setting the user's shell is quite complex. See [2] for a related
systemd issue.

[1]: https://github.com/systemd/systemd/issues/825#issuecomment-127917622
[2]: https://github.com/systemd/systemd/issues/1395
2016-09-24 00:40:41 +02:00
Paul Colomiets 1255d60b35 ripgrep: init at 0.1.17 2016-09-23 23:53:54 +03:00
rushmorem c2cae61392 vault: 0.6.0 -> 0.6.1 2016-09-23 19:57:07 +02:00
Eelco Dolstra 057bfdb689 Merge pull request #18877 from NeQuissimus/openvpn_2_3_12
openvpn: 2.3.11 -> 2.3.12
2016-09-23 18:06:18 +02:00
Eelco Dolstra fe8dedf4ef Merge pull request #18879 from NeQuissimus/curl_7_50_3
curl: 7.50.1 -> 7.50.3
2016-09-23 18:05:27 +02:00
Tim Steinbach cda53e434e
curl: 7.50.1 -> 7.50.3 2016-09-23 09:59:14 -04:00
Tim Steinbach 244aee5cd1
openvpn: 2.3.11 -> 2.3.12 2016-09-23 09:24:00 -04:00
Joachim F 7529fd3bff Merge pull request #18818 from Jookia/RFC_htpdate
Rfc htpdate
2016-09-23 15:19:49 +02:00
Eelco Dolstra 30899bba14 Merge pull request #18858 from groxxda/sudo
sudo: 1.8.17p1 -> 1.8.18
2016-09-23 13:25:45 +02:00
Mica Semrick e6633ad504 gmic: 1.7.4 -> 1.7.7 2016-09-23 12:17:02 +02:00
Alexander Ried 8e0d456daa sudo: 1.8.17p1 -> 1.8.18 2016-09-23 02:01:57 +02:00
Daiderd Jordan f62fef5fcb Merge pull request #18714 from RamKromberg/init/2mdoc
init: docbook2mdoc, texi2mdoc & pod2mdoc
2016-09-23 00:42:06 +02:00
Daiderd Jordan 9a4d60ef53 Merge pull request #18757 from romildo/upd.pnmixer
pnmixer: 2016-04-23 -> 0.7
2016-09-23 00:39:05 +02:00
Daiderd Jordan 992b59c9a1 Merge pull request #18605 from LnL7/darwin-fzf
fzf: fix cycle in bin output
2016-09-23 00:29:40 +02:00
Luca Bruno 19dc2ff732 Merge pull request #18824 from aske/xflux-gui
xflux-gui: 2016-08-08 -> 2016-09-21, fix icon display
2016-09-22 21:45:31 +01:00
zimbatm aec4a9fee7 fzf: 0.13.5 -> 0.15.1 2016-09-22 20:06:29 +01:00
Alexey Shmalko 124f25bc7d Merge pull request #18794 from romildo/upd.aria2
aria2: 1.26.1 -> 1.27.1
2016-09-22 10:45:06 +03:00
Jookia a83eadd81c htpdate: init at 1.1.3 2016-09-22 14:46:10 +10:00
Kirill Boltaev c0a2fd0ecb xflux-gui: 2016-08-08 -> 2016-09-21, fix icon display 2016-09-21 23:20:48 +03:00
Charles Strahan 4a4fd2747c
xsel: 1.2.0 -> git-2016-09-02
The last xsel release was in 2008. Since then, a number of bugs have
been fixed. For example, pasting a large chunk of text (>4000 chars)
into chrome would cause the current tab to hang indefinitely.

A couple examples in the wild:

https://github.com/kfish/xsel/issues/14
https://github.com/kfish/xsel/issues/13
https://github.com/kfish/xsel/pull/16
https://bugs.chromium.org/p/chromium/issues/detail?id=515401
https://github.com/electron/electron/issues/3116
https://github.com/neovim/neovim/issues/4719
2016-09-21 14:16:59 -04:00
Devresse Adrien 46f37ae78c davix: 0.4.0 -> 0.6.4 (#18768) 2016-09-21 19:35:50 +02:00
Tuomas Tynkkynen 0e226720f5 yle-dl: 2.9.1 -> 2.11
Also remove a hack that has been fixed by someone else in the meantime.
2016-09-21 19:39:59 +03:00
Kirill Boltaev 95e16c70aa ibus-engines.uniemoji: init at 2016-09-20 2016-09-21 18:22:20 +03:00
Rok Garbas 6ccdc388fe
rofi-pass: uses fetchFromGitHub and addes gnused, xclip, libnotify to PATH
fixes #18705
2016-09-21 16:14:27 +02:00
Tobias Pflug 3bd8c1bc56
rofi-pass: 1.3.2 -> 1.4.3 2016-09-21 16:14:27 +02:00
José Romildo Malaquias 01f3e331c5 aria2: 1.26.1 -> 1.27.1 2016-09-20 14:04:13 -03:00
Eelco Dolstra 7a4209c356 Merge remote-tracking branch 'origin/master' into staging 2016-09-20 17:46:09 +02:00
Lancelot SIX ea1afcd9f4 xorriso: 1.4.4 -> 1.4.6
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00010.html
for release announcement

[Bjørn: remove "pkgs." from commit message subject.]
2016-09-20 15:51:36 +02:00
Moritz Ulrich febb35bd03 rustRegistry: 2016-08-23 -> 2016-09-20 2016-09-20 11:10:37 +02:00
José Romildo Malaquias c59d3cd849 xclip: 0.12-svn-20140209 -> 0.13 2016-09-20 10:17:29 +02:00
Stefan Goetz 3a534e8609 youtube-dl: 2016.07.16 -> 2016.09.19 (#18723)
* youtube-dl: 2016.07.16 -> 2016.09.18

* youtube-dl: 2016.09.18 -> 2016.09.19
2016-09-19 21:43:53 +02:00
Moritz Ulrich a36ecba2c9 pass: Add procps for pgrep to PATH. 2016-09-19 17:25:04 +02:00
Peter Simons 545040811b nbd: update to version 3.14 2016-09-19 15:45:12 +02:00
Tuomas Tynkkynen 5a6d6d4451 diffoscope: Use bin outputs of dependencies
All of the dependencies listed here are used via command-line tools. So
use getBin to avoid unnecessarily depending on development headers.
2016-09-19 16:09:34 +03:00
Tuomas Tynkkynen bb19e17d14 rpm: Split into multiple outputs
Patch away two things:

- %_includedir, %_oldincludedir, %_mandir, %_infodir macros from
  lib/rpm/platform/*/macros to avoid cycles between outputs. Hopefully
  anything doesn't really need those.
- Change %__ld, %__nm, %__objcopy, %__objdump in lib/rpm/macros to
  refer to the commands in PATH. Should be safe as %__cc for instance is
  already like that.
2016-09-19 16:09:34 +03:00
Tuomas Tynkkynen 48d7948808 rpm: Use list for configureFlags 2016-09-19 16:09:34 +03:00
José Romildo Malaquias a1ce861647 pnmixer: 2016-04-23 -> 0.7 2016-09-19 06:42:23 -03:00
Alexey Shmalko 930c682c53 Merge pull request #18752 from rnhmjoj/bdf2psf
bdf2psf: 1.147 -> 1.148
2016-09-19 09:21:34 +03:00
rnhmjoj 363976941b
bdf2psf: 1.147 -> 1.148 2016-09-19 01:08:22 +02:00
Franz Pletz 1234aaf47b
inadyn: 1.99.15 -> 2.0 2016-09-19 00:58:54 +02:00
Robin Gloster 4ec5e729c4
systemd-journal2gelf: fix after godeps changes 2016-09-19 00:08:21 +02:00
Robin Gloster 5650c92b01
systemd-journal2gelf: init at 20160414 2016-09-19 00:08:19 +02:00
Robin Gloster 55de97e020
byobu: 5.98 -> 5.112 2016-09-18 23:48:13 +02:00
Joachim F bb27f062e6 Merge pull request #18592 from bendlas/update-connman
connman: 1.32 -> 1.33
2016-09-18 13:54:01 +02:00
Alexey Shmalko 19898d8284 Merge pull request #18650 from Ericson2314/openvpn-pkcs11
pkcs11-helper: git rev -> 1.11, openvpn w/ pkcs11-helper support
2016-09-18 14:43:07 +03:00
Ram Kromberg f1c9f024d5 pod2mdoc: init at 0.0.10 2016-09-18 03:23:06 +03:00
Ram Kromberg 7176340bdc texi2mdoc: init at 0.1.2 2016-09-18 03:22:56 +03:00
Ram Kromberg d7e43b0d27 docbook2mdoc: init at 0.0.9 2016-09-18 03:22:42 +03:00
Robert Helgesson 32352638ec
svtplay-dl: 1.3 -> 1.4 2016-09-17 22:59:31 +02:00
Joachim F 1868783a90 Merge pull request #18619 from RamKromberg/init/mandoc
Init mandoc at 1.13.4 & replace groff with it in libedit and bsdbuild
2016-09-17 16:15:35 +02:00
Joachim Fasting a61af52bae
connman-notify: set platforms = linux
It seems pointless to build a notification app on platforms where
connman itself is not supported.
2016-09-17 13:52:00 +02:00
Joachim F 96c436612d Merge pull request #18634 from romildo/upd.avfs
avfs: 1.0.3 -> 1.0.4
2016-09-17 12:25:05 +02:00
Daiderd Jordan a167cd99f2 Merge pull request #18482 from aske/lshw
lshw: 02.17b -> 02.18b
2016-09-17 10:58:47 +02:00
Vladimír Čunát 52e1a198cf Merge branch 'master' into staging 2016-09-17 00:31:34 +02:00
Daiderd Jordan 0eddd42306
fzf: fix cycle in bin output 2016-09-16 23:06:50 +02:00
Tristan Helmich c187f2f903 graylog: 2.1.0 -> 2.1.1 (#18663) 2016-09-16 16:42:44 +02:00
John Ericson ea1caf9272 openvpn: Optional pkcs11 support 2016-09-16 07:24:03 -07:00
sternenseemann 7d20f1b5b7 torbrowser: 6.0.4 -> 6.0.5 2016-09-16 15:57:22 +02:00
Joachim F 0ffdb89d95 Merge pull request #18628 from joachifm/squashfs-lz4
squashfsTools: optional lz4 support
2016-09-16 11:22:09 +02:00
Zero King c7e8ca2ce5 hping: broken on darwin 2016-09-16 09:11:22 +00:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
José Romildo Malaquias 6cf3fdcceb avfs: 1.0.3 -> 1.0.4 2016-09-15 15:50:10 -03:00
Ram Kromberg c528892280 mandoc: init at 1.13.4 2016-09-15 20:44:43 +03:00
Joachim Fasting 4653160057
squashfsTools: optional lz4 support 2016-09-15 15:37:03 +02:00
Joachim Fasting a9fa582c5b
squashfsTools: use fetchFromGitHub 2016-09-15 15:37:03 +02:00
Benjamin Staffin 43dcb662e7 openssh: update gssapi patch, fix the build 2016-09-14 23:35:26 -04:00
rushmorem c34d83eb36 lizardfs: 3.10.0 -> 3.10.2 2016-09-14 19:24:33 +02:00
Herwig Hochleitner cc60ee187a connman: 1.32 -> 1.33 2016-09-14 18:44:48 +02:00
Peter Simons 642a42875f Merge pull request #18541 from RamKromberg/fix/groff
groff: add missing depedencies for optional postscript and html outputs
2016-09-14 09:54:41 +02:00
Franz Pletz ee4c4768a4
curl3: remove vulnerable curl version 2016-09-14 09:03:23 +02:00
Franz Pletz 4ecd0e7434
curl: 7.50.1 -> 7.50.3, fix CVE-2016-7167 2016-09-14 09:00:03 +02:00
aske 8233618691 lshw: 02.17b -> 02.18b 2016-09-14 02:26:31 +03:00
Nikolay Amiantov ad8916cbdc Merge pull request #18567 from aske/gtk-fix
Fix breakage caused by #18498
2016-09-14 01:46:15 +04:00
Ram Kromberg 14e9972e49 groff: add missing depedencies for optional postscript and html outputs 2016-09-13 23:38:05 +03:00
Sander van der Burg 77b9abf78c disnix: 0.6 -> 0.6.1 2016-09-13 19:47:19 +00:00
Domen Kožar 335cde2525 Merge pull request #18521 from RamKromberg/fix/man-db
mandb: fix apropos
2016-09-13 21:44:37 +02:00
Sander van der Burg 2edb28ffc5 dysnomia: bump to version 0.6.1 2016-09-13 19:41:54 +00:00
Kirill Boltaev 0f37287df5 treewide: explicitly specify gtk version 2016-09-13 21:09:24 +03:00
Nikolay Amiantov 4748709926 Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgs 2016-09-13 12:51:34 +03:00
Domen Kožar 2ff10415bc fix eval 2016-09-13 10:55:08 +02:00
Domen Kožar 26247ec718 xburst-tools: doesn't build on 32bit linux
(cherry picked from commit 635b48d373bdf98324d696419c53a81512038bb4)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-13 10:37:53 +02:00
Jascha Geerds deb59785b0
tmuxp: Add pytest-rerunfailures to dependencies
(cherry picked from commit 6fc67944bf8a9841b649c8d36f852ce65bbae0e1)
(cherry picked from commit f0d1ac606232a02771343f6ad84d4c769ae2ad54)
2016-09-13 09:23:24 +02:00
Franz Pletz 231ad13118 Merge pull request #18476 from michalrus/beets-keyfinder-copyartifacts
Beets: fix keyfinder plugin (did not work) and add copyartifacts plugin
2016-09-13 08:11:53 +02:00
Kirill Boltaev ac65abad0c xflux-gui: 1.1.1 -> 2016-08-08 (#18489)
Also make it work with new python changes.
2016-09-13 07:10:43 +02:00
sternenseemann c96ddb6433 bup: 0.26 -> 0.28.1 (#18531) 2016-09-13 07:01:16 +02:00
Eelco Dolstra 6a9fb8b9e0 nix: Enable install check
Looks like this got disabled accidentally in
ec5b66eb4a.
2016-09-12 23:34:08 +02:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Jesse Haber-Kucharsky 99e06fe771 opam, aspcud: init packages for external solver (#16938)
The opam package manager relies on external solvers to determine package
management decisions it makes related to upgrades, new installations,
etc.

While, strictly speaking, an external solver is optional, aspcud is
highly recommended in documentation. Furthermore, even having a
relatively small number of packages installed quickly causes the limits
of the interal solver to be reached (before it times out).

Aspcud itself depends on two programs from the same suite: gringo, and
clasp.

On Darwin, Boost 1.55 (and thus Gringo) do not build, so we only support
Aspcud on non-Darwin platforms.
2016-09-12 10:44:50 +02:00
Joachim F cafd4a7668 Merge pull request #18373 from tavyc/mc
mc: Enable support for SFTP and SMB.
2016-09-12 01:49:00 +02:00
Ram Kromberg ce4f1f8283 mandb: fix apropos 2016-09-12 02:12:44 +03:00
Tuomas Tynkkynen c922c20cff e2fsprogs: Split 'dev' 2016-09-10 20:05:30 +03:00
Vladimír Čunát 20c6f5c560 texlive: add links to ht* tools, in particular htlatex
This should fix #18480.
2016-09-10 14:58:00 +02:00
Vladimír Čunát bd6e40c27d Merge #16391: texlive: 2015 -> 2016
Mirroring isn't finalized, but we'll have to fix that on the go.
2016-09-10 12:04:25 +02:00
Michal Rus 328180bc2f
beets: fix keyfinder plugin by addind keyfinder-cli dependency 2016-09-10 01:44:10 +02:00
Michal Rus 37a61d357a
beets: add copyartifacts plugin 2016-09-10 01:43:42 +02:00
Robert Helgesson f261f5fe34
svtplay-dl: 1.1 -> 1.3 2016-09-09 22:59:34 +02:00
Russell O'Connor 8df0bb7aac duplicity: add dependency on rsync
When using the rsync:// protocol, duplicity expects to find the rsync binary in the path.
Without rsync in the path, duplicity fails with the following error

    Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind'

Adding rsync to the path enables the rsync:// protocol to work correctly.
2016-09-09 18:37:25 +02:00
Michael Alan Dorman 739b058779 Fix borgbackup dependency on lz4 2016-09-09 11:24:15 -04:00
michael bishop 2d6443aa71 toxvpn: 20160606 -> 2016-09-09
Closes #18459
2016-09-09 12:18:29 +01:00
Tuomas Tynkkynen 290db94f04 Merge remote-tracking branch 'upstream/master' into staging 2016-09-09 02:40:47 +03:00
Joachim F 81678ab2ee Merge pull request #18405 from groxxda/antimicro
antimicro: 2.18.2 -> 2.22, use new official repository
2016-09-09 01:31:30 +02:00
Alexander Ried 42557e0514 antimicro: 2.21 -> 2.22, use new official repository 2016-09-08 23:35:15 +02:00
Bjørn Forsman daf068c33b plantuml: 8037 -> 8047 2016-09-08 23:09:23 +02:00
Bjørn Forsman 7ffbe5174f sablotron: update source URL
The current URL no longer works, switch to a sourceforge mirror URL.
Fixes issue #18337.
2016-09-08 15:33:31 +02:00
Jascha Geerds 4bef63d227 tmuxp: Add dependency to pytest 2016-09-08 13:48:45 +02:00
Manav Rathi 440d721915 txt2man: mention runtime dependencies on gawk and coreutils
The commit message in 1a2b47463b is
incorrect -- the package seemed to work because only the help message
was invoked:

    result/bin/txt2man -h

To guard against such trivial successes, this commit introduces a
test.
2016-09-08 13:01:55 +02:00
Manav Rathi 1a2b47463b txt2man: enable darwin platform
Tested on Mac OS X 10.10, Nix 1.11.4 with:

    nix-build -A txt2man
    result/txt2man
2016-09-08 12:57:25 +05:30
obadz 95b6e93b63 pwnat: 0.3-beta -> 2014-09-08 2016-09-07 23:52:21 +01:00
obadz 4876c7362b stun: 0.96 -> 0.97 2016-09-07 18:25:59 +01:00
Eelco Dolstra 039ac38d1e minio-client: Init at 20160821 2016-09-07 17:41:53 +02:00
Eelco Dolstra d0857bb1e6 openresolv: 3.7.0 -> 3.8.1 2016-09-07 14:15:57 +02:00
Octavian Cerna d93987b4a7 mc: Enable support for SFTP and SMB. 2016-09-06 23:29:03 +03:00
Tuomas Tynkkynen 81eb0c20f8 honcho: Fix hash 2016-09-06 21:58:42 +03:00
Robert Helgesson d0c2c99571
ugarit: bump aes input from 1.3 to 1.5 2016-09-06 19:30:01 +02:00
Michael Raskin bcd3dcfc2b bcunit: init at 3.0 2016-09-06 18:19:17 +02:00
Michael Raskin b30ead6e54 cunit: 2.1-2 -> 2.1-3 2016-09-06 18:19:17 +02:00
Michael Raskin 9d1d0dd546 neural-style: restrict to 64-bit Linux because it wants too much RAM 2016-09-06 18:18:00 +02:00
Eelco Dolstra f2ddf2a9be nix: 1.11.3 -> 1.11.4 2016-09-06 16:15:22 +02:00
Vladimír Čunát b4f9618b31 Merge #18278: fontconfig: fix dependencies on OSX 2016-09-06 08:32:00 +02:00
Ram Kromberg 0b469a6725 man-db: set troff command correctly (#18333)
Signed-off-by: Ram Kromberg <ramkromberg@mail.com>
2016-09-06 04:22:06 +02:00
Chris Martin c7a5edcb7c honcho: md5->sha256 2016-09-05 20:08:10 -04:00
Jaka Hudoklin dcfc5fdbf3 Merge pull request #18291 from offlinehacker/pkgs/xpra/update/0.17.5
xpra: 0.17.4 -> 0.17.5
2016-09-06 00:32:36 +02:00
Shea Levy e7da789920 Merge branch 'strongswan' of git://github.com/groxxda/nixpkgs 2016-09-05 18:16:33 -04:00
Chris Martin e8b1555524 yubico-piv-tool: add description fields (#18322) 2016-09-05 23:33:46 +02:00
Alexander Ried f4c89ba854 strongswan: 5.4.0 -> 5.5.0 2016-09-05 23:15:45 +02:00
Franz Pletz 875c286ba3
cipherscan: 2015-12-17 -> 2016-08-16 2016-09-05 22:50:58 +02:00
Eelco Dolstra 78178d5854 systemd: Separate lib output
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid
of libudev (which just contained a copy of libudev.so and the udev
headers). It thus reduces the closure size of all packages that
(indirectly) depend on libsystemd, of which there are quite a few (for
instance, PulseAudio and dbus). For example, it reduces the closure of
Blender from 430.8 to 400.8 MiB.
2016-09-05 19:17:14 +02:00
Eelco Dolstra b87d5abafd lz4: Don't install static library 2016-09-05 19:10:27 +02:00
Benjamin Staffin 2e88851c61 dpkg: Fix the build on Darwin
There are still some bugs and quirks, but this gets dpkg building at
least, and some parts of it are useful.
2016-09-05 01:14:36 -04:00
Dmitry Kalinkin 1d4ed38751 fontforge: prevent configure from picking up xquartz installation 2016-09-04 16:33:27 -04:00
Vladimír Čunát 8481eca63c texlive: allow using pkgs.nix with empty hashes
... to enable saving space in git history.
2016-09-04 18:11:18 +02:00
Vladimír Čunát c6376a3e9a texlive: fixup some packages missing from scheme-full
Hopefully they're all now.
2016-09-04 17:56:12 +02:00
Joachim F 16380441bb Merge pull request #18258 from oxij/pkg/init/mdf2iso
mdf2iso: init at 0.3.1
2016-09-04 17:17:42 +02:00
Joachim F 50d07b37ec Merge pull request #18272 from joachifm/xapianBindings
xapianBindings: 1.2.23 -> 1.4.0
2016-09-04 17:12:45 +02:00
Jaka Hudoklin 85e2b60b77 xpra: 0.17.4 -> 0.17.5 2016-09-04 16:57:23 +02:00
Jan Malakhovski 4d308dcd51 mdf2iso: init at 0.3.1 2016-09-04 14:45:34 +00:00
Jan Malakhovski 8acd3960cf xapian-omega: move into xapian directory 2016-09-04 14:24:31 +00:00
Jan Malakhovski 8f6664b744 xapian-omega: pin to xapian library version 2016-09-04 14:18:58 +00:00
Vladimír Čunát 1519a7c94b texlive.bin.src: eradicate the last tug.org download
They're just unstable.
2016-09-04 14:53:32 +02:00
Vladimír Čunát 2217b328f9 texlive: rename the directory texlive-new -> texlive 2016-09-04 14:53:30 +02:00
Ram Kromberg c40578ccbb plan9port 2015-11-10 -> 2016-04-18 (#18228) 2016-09-04 14:52:34 +02:00
Vladimír Čunát 171f7d974d Merge commit 'da421bc' into p/texlive-2016
... to allow renaming the directory.
2016-09-04 14:52:04 +02:00
Vladimír Čunát d401df0d24 texlive.xindy: fixup after 2016 update
It's unfortunate that our `substituteInPlace` passes some kinds of
errors in silence.
2016-09-04 14:49:37 +02:00
Vladimír Čunát a787994fef texlive: use a cuni.cz mirror temporarily
... to avoid testers getting hash mismatches.
2016-09-04 14:49:37 +02:00
Vladimír Čunát 9d5f23f025 texlive: fixup some bin/ links, e.g. xe(la)tex 2016-09-04 14:49:36 +02:00