zimbatm
5901a8c63b
autojump: include a way to find the share dir
...
autojump-share is a new script that gives you the path to autojump's
shared directory. It can then be used in the various shell's rc files to
find and source the autojump integration. Eg:
source "$(autojump-share)/autojump.bash"
Fixes #3239
2016-05-04 11:08:41 +01:00
Tobias Geerinckx-Rice
d6e4c1b750
thinkfan: install manual, README and examples
...
READMEs usually just waste those precious kilobytes, but both the
manual page and --help output refer to this one quite a bit.
2016-05-04 00:39:51 +02:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Arseniy Seroka
f3eca5f5d2
Merge pull request #15196 from groxxda/bump/connman
...
connman: 1.31 -> 1.32
2016-05-03 22:58:20 +03:00
Tobias Geerinckx-Rice
ff6a98612c
seccure: 0.4 -> 0.5
2016-05-03 20:41:19 +02:00
Alexander Ried
d74335da85
connman: make dependency on awk explicit
2016-05-03 20:10:58 +02:00
Alexander Ried
b95eebec65
connman: 1.31 -> 1.32
...
fetch release tarball instead of git checkout and drop autotools
This update is compatible with iptables 1.6.0 (see #12178 )
2016-05-03 20:10:54 +02:00
Alexander Ried
5c295a4925
libcap: Replace occurences of libcap_progs with libcap.out
2016-05-03 19:52:53 +02:00
Alexander Ried
3fe746cfc2
tinc_pre: 1.1pre-git2016.01.28 -> 1.1pre-14 ( #15192 )
...
split the documentation output
remove the tinc-gui binary because python dependencies are not fulfilled
2016-05-03 19:39:53 +02:00
Tobias Geerinckx-Rice
bf81306848
gandi-cli: pull out of python-packages.nix
2016-05-03 18:28:23 +02:00
Sebastian Gniazdowski
7c0063bf15
zsh-navigation-tools: 1.4 -> 2.0.7
2016-05-03 14:46:43 +00:00
Franz Pletz
5ca8694095
debootstrap: 1.0.68 -> 1.0.80
2016-05-03 16:15:20 +02:00
Franz Pletz
4825d4033e
ddrescue: 1.20 -> 1.21
2016-05-03 16:15:20 +02:00
Franz Pletz
b5fdb8585b
di: 4.36 -> 4.37
2016-05-03 16:15:20 +02:00
Franz Pletz
9da6390bae
ethtool: 4.0 -> 4.5
2016-05-03 16:15:20 +02:00
Franz Pletz
b8aaa3f130
fping: 3.10 -> 3.13
2016-05-03 16:15:20 +02:00
Franz Pletz
d5dd5e05f1
glxinfo: 8.1.0 -> 8.3.0
2016-05-03 16:15:20 +02:00
Franz Pletz
d1998b93d7
lftp: 4.6.4 -> 4.7.1
2016-05-03 16:15:20 +02:00
Franz Pletz
18964796e6
mc: 4.8.12 -> 4.8.16
2016-05-03 16:15:20 +02:00
Franz Pletz
50884acd84
lzip: 1.16 -> 1.17
2016-05-03 16:15:20 +02:00
Franz Pletz
117920233f
flashrom: 0.9.7 -> 0.9.9
2016-05-03 16:15:20 +02:00
Franz Pletz
bc233fa54e
arandr: 0.1.8 -> 0.1.9
2016-05-03 16:15:20 +02:00
Franz Pletz
47a7b42d51
collectd: 5.5.0 -> 5.5.1
2016-05-03 16:15:20 +02:00
Franz Pletz
e07b06d12a
tgt: 1.0.60 -> 1.0.63
2016-05-03 16:15:20 +02:00
Franz Pletz
ffdcdb5124
znapzend: 0.15.3 -> 0.15.5
2016-05-03 16:05:14 +02:00
Sebastian Gniazdowski
8ebae7fc3c
zsh-navigation-tools: install all files
2016-05-03 13:44:36 +00:00
Tobias Geerinckx-Rice
be3d012da4
highlight: 3.18 -> 3.28
2016-05-03 04:33:49 +02:00
Tobias Geerinckx-Rice
9c7f71cd61
unarj: 2.63a -> 2.65
2016-05-03 04:00:25 +02:00
Tobias Geerinckx-Rice
95aab50e81
efivar: 0.21 -> 0.23
2016-05-03 03:50:13 +02:00
obadz
8536d8b4ed
tcpflow: 1.4.5 -> 1.4.6 ( #15151 )
...
Switch to fetchFromGitHub as website does not have latest version.
Default to not building against cairo to avoid dependencies on lots
of graphic libraries for a predominently command-line application.
2016-05-03 01:39:46 +01:00
Tobias Geerinckx-Rice
d6c3407f7b
btrfs-progs: 4.5.1 -> 4.5.2
2016-05-03 02:01:12 +02:00
Tobias Geerinckx-Rice
6b6463dbd2
dpkg: 1.18.4 -> 1.18.5
2016-05-03 02:01:12 +02:00
aszlig
0d5ff13701
beets: Merge pull request #15165 : Fix ffmpeg call
...
This patches the ffmpeg command path so that it will work without ffmpeg
being in the user's current path. The commit contains a suggestion from
me to patch command_output() instead of just replacing "ffmpeg" so that
if a user configuration alters the default commands it will still work.
2016-05-02 18:56:19 +02:00
Profpatsch
1a350e6b58
beets: patch ffmpeg invocation in convert plugin
...
The default convert configuration invokes ffmpeg, so this patches in the
right storepath. Since it patches the shlex split, even user config will
use the correct path. kudos @aszlig.
2016-05-02 18:39:46 +02:00
Joachim Fasting
0a04f7a870
torbrowser: fix paths to pluggable transports
...
With this patch I'm at least able to connect using the obfs4 transport
2016-05-01 21:27:25 +02:00
Tobias Geerinckx-Rice
1249a4d750
securefs: init at 0.3.1
...
Caveat, as always with such things, emptor.
2016-05-01 21:00:50 +02:00
Dan Peebles
5dff3c4b68
rpm: stop build from trying to create /var/tmp, which breaks in sandboxed builds
2016-05-01 18:09:30 +00:00
Nikolay Amiantov
ac3ce1c26a
bumblebee: fix outputs
2016-05-01 03:27:27 +03:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Joachim Fasting
3994a236bb
tor-arm: build recipe improvements
...
- Fix install of man page
- Remove redundant for loop
- Access python interpreter via pythonPackages
- Remove redundant build inputs (captured via replacement anyway)
- Fix install location of sample rc file. For whatever reason, the
install script ends up thinking it needs to use tor-arm, so override
it
- Clarify meta.description
2016-04-30 22:25:46 +02:00
Arseniy Seroka
0b6e902339
Merge pull request #15090 from romildo/upd.pnmixer
...
pnmixer: 2014-07-24 -> 2016-04-23
2016-04-30 21:24:03 +03:00
Joachim Fasting
61f110e890
tor: meta improvements
2016-04-30 18:53:42 +02:00
Dan Peebles
6af34124a4
libhif, rpm-ostree: fix broken meta
...
Forgot to add stdenv.lib to scope!
2016-04-30 16:23:53 +00:00
Joachim Fasting
30ddf58197
Merge pull request #15066 from joachifm/remove-torbutton
...
torbutton: remove expression
2016-04-30 18:20:50 +02:00
Dan Peebles
befc866714
rpm-ostree: add meta and add myself as a maintainer
2016-04-30 16:06:17 +00:00
Dan Peebles
c9be29c5fb
libhif: add meta and add myself as a maintainer
2016-04-30 16:03:47 +00:00
Dan Peebles
df8971ba40
librepo: add meta and add myself as a maintainer
2016-04-30 16:01:26 +00:00
Joachim Fasting
e6fbe412ec
torbutton: remove expression
...
Not updated for years. Also, using torbutton without the tor browser
bundle is not recommended.
2016-04-30 17:44:49 +02:00
Joachim Fasting
9ec677867f
Merge pull request #15065 from joachifm/torbrowser-enhancements
...
Torbrowser enhancements
2016-04-30 17:42:01 +02:00
Pascal Wittmann
4cd0770d57
imapsync: 1.644 -> 1.684
2016-04-30 10:09:44 +02:00
Nikolay Amiantov
7a37ac15b3
runit: fix build
2016-04-30 05:32:28 +03:00
Dan Peebles
48fb16ffbf
createrepo_c: add meta and myself as a maintainer
2016-04-30 02:15:04 +00:00
Dan Peebles
c048f7db7b
rpm: fix state directory in build
...
Prior to this change, it was was defaulting to storing its state in
its store path, which didn't make any sense.
Also added myself as a maintainer
2016-04-30 02:07:50 +00:00
Nikolay Amiantov
bf0a3b4ba8
thermald: 1.4.3 -> 1.5.3
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
a77cb861fd
xl2tpd: 1.3.6 -> 1.3.7
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
05ea80af1f
sdl-jstest: 20150806 -> 2016-03-29
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
626b1c4101
grub4dos: 0.4.6a-2015-12-31 -> 0.4.6a-2016-04-26
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
b63edea44c
imgurbash2: 1.0 -> 2.1
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
3e641feb9d
blueman: 2.0.3 -> 2.0.4
2016-04-30 03:12:33 +03:00
Nikolay Amiantov
938d64f1f3
quote URLs in my packages to ease opening them from urxvt
2016-04-30 03:12:32 +03:00
José Romildo Malaquias
d3c29a4140
pnmixer: 2014-07-24 -> 2016-04-23
2016-04-29 20:11:15 -03:00
Tobias Geerinckx-Rice
88f9f8b9ce
packagekit: 1.0.8 -> 1.1.0
2016-04-29 21:42:35 +02:00
Tobias Geerinckx-Rice
d51a55366e
stress-ng: 0.05.00 -> 0.05.25
2016-04-29 21:42:35 +02:00
Joachim Fasting
c3f54960c6
torbrowser: wrapper improvements
...
This brings the wrapper closer to the upstream wrapper.
Briefly,
- exec to prevent the shell from hanging around
- do not connect to session manager
- set WM_CLASS to "Tor Browser"
- use fonts.conf from the torbrowser bundle
2016-04-29 18:42:09 +02:00
Joachim Fasting
85aece2f8e
torbrowser: use makeLibraryPath instead of buildEnv
...
Also remove redundant buildInputs
2016-04-29 18:18:48 +02:00
Joachim Fasting
4fb9b060c3
Merge pull request #15063 from mayflower/upstream/graylog
...
Add graylog package and service
2016-04-29 15:32:53 +02:00
Dan Peebles
203fee0618
rpm-ostree: init at 2016.1
2016-04-29 03:20:04 +00:00
Dan Peebles
d70752cce9
libhif: init at 87e4cb24
...
The latest released version is too old for my needs, so I'm picking
a git commit that works. I'll update it when they release a new one.
2016-04-29 03:06:02 +00:00
Dan Peebles
fcf37351bd
librepo: init at 1.7.18
2016-04-29 02:46:16 +00:00
Dan Peebles
bd8a1258bf
createrepo_c: init at 0.10.0
2016-04-29 02:40:51 +00:00
Dan Peebles
fbbf910e23
rpm: add lua support and a few propagatedBuildInputs
...
It turns out that a surprising number of common packages use lua
scripts in RPM files, and not having lua can lead to obscure failures.
The propagatedBuildInputs stuff makes the librpm stuff more useful,
since some of its headers didn't work without extra buildInputs before.
2016-04-29 02:29:02 +00:00
Joachim Fasting
cdd6369679
torbrowser: add myself to maintainers
2016-04-28 23:33:27 +02:00
Joachim Fasting
4741627bcf
torbrowser: fix argument handling in wrapper
...
With $@ unquoted, the wrapper would always just pass "" to firefox
2016-04-28 23:33:26 +02:00
Joachim Fasting
38ea8c6c30
torbrowser: 5.5.4 -> 5.5.5
2016-04-28 23:33:26 +02:00
Joachim Fasting
6475315115
Merge pull request #15055 from danbst/siege-bump
...
siege: 3.0.8 -> 4.0.1
2016-04-28 22:58:20 +02:00
Tristan Helmich
49b947635f
graylog: init at 2.0.0
2016-04-28 22:11:16 +02:00
Tuomas Tynkkynen
89ce5d4b96
ddclient: Fix build after multiple outputs merge
2016-04-28 20:48:33 +03:00
Lancelot SIX
df42fe1582
pkgs.gnugrep: 2.22 -> 2.25
...
All releases between 2.22 and 2.25 are all bugfix releases:
- 2.23: http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00000.html
- 2.24: http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00004.html
- 2.25: http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00010.html
2016-04-28 19:38:54 +02:00
Lancelot SIX
8a67abb820
pkgs.gzip: 1.7 -> 1.8
...
See http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
2016-04-28 19:36:27 +02:00
Eelco Dolstra
9586def07e
Merge pull request #15053 from groxxda/bump/diffoscope
...
diffoscope: 49 -> 52
2016-04-28 19:33:01 +02:00
danbst
f690ccb26f
siege: 3.0.8 -> 4.0.1
2016-04-28 15:03:55 +00:00
Joachim Fasting
44acb6833b
Merge pull request #15038 from joachifm/fix-siege
...
siege: fix build after multiple-outputs
2016-04-28 16:40:10 +02:00
Alexander Ried
2e320a58b3
diffoscope: 49 -> 52
2016-04-28 16:21:23 +02:00
Tobias Geerinckx-Rice
ad3a4cf7d4
zpaq: remove unused .upstream file
2016-04-28 14:20:11 +02:00
Tobias Geerinckx-Rice
ae8dce8d16
zpaq: 7.11 -> 7.12
...
Faster extract. Removes -encrypt (combined with -repack).
Also, we now correctly follow upstream's versioning and no longer
multiply the version number by 100. You may need to update manually.
2016-04-28 14:17:24 +02:00
Arseniy Seroka
52b64cedec
Merge pull request #15016 from jagajaga/eid
...
open-eid
2016-04-28 13:56:09 +03:00
Tuomas Tynkkynen
d27caa486b
filebench: Init at 1.4.9.1
2016-04-28 03:33:39 +03:00
Tuomas Tynkkynen
d5a7032042
fsmark: Init at 3.3
2016-04-28 03:33:39 +03:00
Tuomas Tynkkynen
b465dc202f
boost: Kill unnecessary 'lib' output
...
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Joachim Fasting
4c0f379fc9
Merge pull request #14990 from cstrahan/dbusmap
...
dbus-map: init 2015-05-28
2016-04-27 19:40:00 +02:00
Joachim Fasting
1bf1ba1f88
siege: fix build after multiple-outputs
2016-04-27 19:22:47 +02:00
Tobias Geerinckx-Rice
ed9e0b960e
gparted: 0.25.0 -> 0.26.0
...
Key changes include:
- Implement read-only LUKS support
- Add progress bars to NTFS, XFS, and EXT2/3/4 file system copy methods
- Fix operations sometimes fail with: No such file or directory
More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.0/gparted-0.26.0-README.md/view
2016-04-27 16:55:36 +02:00
Arseniy Seroka
ae3e7d748b
Merge pull request #15017 from MostAwesomeDude/afl
...
afl: 1.94b -> 2.10b
2016-04-27 17:51:38 +03:00
Nikolay Amiantov
e6e7c1e914
logmein-hamachi: init at 2.1.0.139, add nixos service
2016-04-27 16:15:01 +03:00
Vladimír Čunát
99b91020d6
xvfb-run: fix missing tools
...
- it was failing to find awk and mktemp
- use `makeBinPath` for better robustness wrt. multiple outputs
2016-04-27 12:31:01 +02:00
Tuomas Tynkkynen
40838ad20f
meo: Use pcre-cpp (fixes build)
2016-04-27 13:28:04 +03:00
Arseniy Seroka
05f2f8fc29
qdigidoc: init at 3.12.0.1442
2016-04-27 11:38:10 +03:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Arseniy Seroka
5dbb42ce6c
qesteidutil: init at 3.12.2.1206
2016-04-26 18:08:16 +03:00
Thomas Tuegel
97abaab90c
Merge pull request #14996 from groxxda/bump/antimicro
...
antimicro 2.18 -> 2.18.2 (repository gone)
2016-04-26 08:13:11 -05:00
Nikolay Amiantov
f6eb686222
Merge pull request #15002 from abbradar/symlink-join-wrappers
...
Use symlinkJoin for wrappers
2016-04-26 16:47:43 +04:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Nikolay Amiantov
8415fa35c7
fcitx-with-plugins: use symlinkJoin
2016-04-26 15:37:44 +03:00
Nikolay Amiantov
73db7887ed
brasero: use symlinkJoin
2016-04-26 15:37:43 +03:00
Vladimír Čunát
3748cdc791
awstats: fix build after closure-size merge
2016-04-26 11:15:28 +02:00
Alexander Ried
272c87fbdf
antimicro 2.18 -> 2.18.2
...
The original repo was deleted by it's author. I took the one with
the most recent releases I could find.
See:
https://github.com/Ryochan7/antimicro-packaging/issues/1#issuecomment-205949365
2016-04-26 10:58:33 +02:00
Dan Peebles
3a542c7374
ostree: v2015.3 -> v2016.5
2016-04-26 00:50:31 +00:00
Thomas Tuegel
c25907d072
network-manager: multiple outputs
2016-04-25 19:04:24 -05:00
Thomas Tuegel
160bf21b3a
librsvg: multiple outputs
2016-04-25 19:04:24 -05:00
Charles Strahan
d8faa585b0
dbus-map: init 2015-05-28
2016-04-25 17:52:24 -04:00
Emery Hemingway
79a215e78d
dir2opus: 0.12.1 -> 0.12.2
2016-04-25 20:20:20 +02:00
Joachim Fasting
d7e79dcacf
Merge pull request #14963 from swistak35/pws
...
pws: Init at 1.0.6
2016-04-25 12:48:59 +02:00
Nikolay Amiantov
31d76ae1b1
Merge pull request #14871 from abbradar/choice-cdrtools-cdrkit
...
CD/DVD writing improvements
2016-04-25 13:42:03 +04:00
Vladimír Čunát
7d7a9df360
html-tidy: fix on mingw
...
This doesn't fix the cross-build by itself due to
https://github.com/NixOS/nixpkgs/issues/14965
But in this case one can hack around that "easily" by:
(html-tidy.override {
inherit (/*non-cross nixpkgs eval*/)
cmake;
}).crossDrv
2016-04-25 10:09:15 +02:00
Rafał Łasocha
bea31c31f2
pws: Init at 1.0.6
2016-04-25 01:55:07 +02:00
Joachim Fasting
c7c6e975c2
Merge pull request #14960 from dguibert/xpra
...
xpra: 0.16.2 -> 0.17.0
2016-04-24 23:00:57 +02:00
Tobias Geerinckx-Rice
fe5f52599b
debian-devscripts: 2.16.3 -> 2.16.4
2016-04-24 22:03:55 +02:00
David Guibert
8601f69072
xpra: 0.16.2 -> 0.17.0
2016-04-24 21:51:39 +02:00
Nikolay Amiantov
c84c74f910
Merge pull request #14955 from nathan7/master
...
virtualgl: fix libturbojpeg library path
2016-04-24 21:29:08 +04:00
Nathan Zadoks
ed6943ecbc
virtualgl: fix libturbojpeg library path
...
Without this, it tries to link to the dev output of libjpeg_turbo, which
breaks the build.
2016-04-24 13:25:57 -04:00
Marius Bakke
e74289decc
maim: 3.4.46 -> 3.4.47
2016-04-24 18:11:37 +01:00
Franz Pletz
76fc67a083
darkice: Fix build due to multiple outputs
2016-04-24 17:41:08 +02:00
Frederik Rietdijk
92e87894c6
Merge pull request #14940 from DamienCassou/vdirsyncher-0.10
...
vdirsyncer: 0.9.3 -> 0.10.0
2016-04-23 23:03:23 +02:00
Damien Cassou
c397348538
vdirsyncer: 0.9.3 -> 0.10.0
...
lxml is not needed anymore. I added myself to the maintainers. I didn't
check why pypi is providing this complicated URL now.
2016-04-23 22:54:28 +02:00
Joachim Fasting
da7eaef5b0
Merge pull request #14913 from makkus/seafile
...
seafile-*: 4.4.2 -> 5.0.7
2016-04-23 19:08:15 +02:00
Tuomas Tynkkynen
bd18cc3cdc
Merge pull request #14888 from dezgeg/pr-kill-module-init-tools
...
Delete all usages of module_init_tools and remove the package
2016-04-23 14:29:41 +03:00
Vladimír Čunát
91f2b9ed66
bzip2: fix on mingw
...
The whole expression is rather a mess, mainly due to upstream
often behaving badly with non-standard configurations.
2016-04-23 10:52:01 +02:00
Nikolay Amiantov
ef9175c5fb
brasero: move cdrtools dependency to a wrapper
2016-04-23 04:15:57 +03:00
Nikolay Amiantov
2a51c3c12a
brasero: use libburn and libisofs instead of some packages
2016-04-23 04:13:43 +03:00
Markus Binsteiner
83274eccf0
seafile-*: 4.4.2 -> 5.0.7
...
Also updated dependencies:
ccnet: 1.4.2 -> 5.0.7
libsearpc: 1.2.2 -> 3.0.7
2016-04-23 12:52:42 +12:00
Nikolay Amiantov
d10d105ca6
aria2: 1.21.0 -> 1.22.0
2016-04-23 02:24:22 +03:00
Joachim Fasting
0f9058365a
Merge pull request #12521 from zopa/master
...
google-cloud-sdk: Add various modules to python path
2016-04-22 22:35:59 +02:00
Pascal Wittmann
b56dc1c4b0
entr: 3.4 -> 3.5
2016-04-22 21:05:38 +02:00
Tobias Geerinckx-Rice
3fdf40bca0
eid-mw: 4.1.14 -> 4.1.16
2016-04-22 17:11:20 +02:00
Tobias Geerinckx-Rice
8db6b7615a
debian-devscripts: 2.16.2 -> 2.16.3
2016-04-22 17:11:20 +02:00
Tobias Geerinckx-Rice
5a6cac7ca4
miniupnpd: 1.9.20160222 -> 2.0
2016-04-22 17:11:20 +02:00
Peter Simons
33d9233921
Merge pull request #14884 from micxjo/update-gnuplot
...
gnuplot: 5.0.0 -> 5.0.3
2016-04-22 17:07:03 +02:00
Vladimír Čunát
e9379f7416
Merge branch 'staging'
...
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Nikolay Amiantov
b2426adf1c
Merge pull request #14870 from retrry/rust-updates
...
Rust Updates
2016-04-22 14:29:14 +04:00
Emery Hemingway
3148c7e45b
pcapfix: init at 1.1.0
2016-04-22 11:34:45 +02:00
Tuomas Tynkkynen
01854a850a
treewide: Replace module_init_tools -> kmod
...
The former is deprecated and doesn't handle compressed kernel modules,
so all current usages of it are broken.
2016-04-22 10:40:57 +03:00
Micxjo Funkcio
390abc547b
gnuplot: 5.0.0 -> 5.0.3
2016-04-21 20:31:58 -07:00
Joachim Fasting
0122cbfd59
torbrowser: also install lib and out into the torEnv
2016-04-22 04:21:33 +02:00
Joachim Fasting
008d47131f
Revert "torbrowser: fix torEnv after multiple-outputs"
...
This reverts commit 672efb940f
.
This is a terrible fix, use buildEnv's extraOutputsToInstall instead.
2016-04-22 04:21:33 +02:00
Joachim Fasting
672efb940f
torbrowser: fix torEnv after multiple-outputs
2016-04-22 04:08:33 +02:00
Arseniy Seroka
9a1a6a0c0c
Merge pull request #14865 from moretea/update_google_sdk
...
google-cloud-sdk: 0.9.82 -> 106.0.0
2016-04-21 19:04:11 +03:00
Nikolay Amiantov
aad2f71eee
brasero: 3.12.0 -> 3.12.1
2016-04-21 17:23:56 +03:00
Nikolay Amiantov
4785ebc471
mjpegtools: split, use minimal version by default
2016-04-21 17:23:56 +03:00
Maarten Hoogendoorn
dbd88d8778
google-cloud-sdk: 0.9.82 -> 106.0.0
2016-04-21 11:45:05 +02:00
Peter Simons
00ac3ac6ce
texlive (old): mark build as broken
...
Reported in https://github.com/NixOS/nixpkgs/issues/14807 . It's probably
about time to convert to the new texlive code, which is *much* nicer.
See http://nixos.org/nixpkgs/manual/#sec-language-texlive for details.
2016-04-20 23:13:40 +02:00
Peter Simons
c9e300b458
texlive (old): un-break syntax highlighting in Emacs (cosmetic)
2016-04-20 23:13:05 +02:00
Vladimír Čunát
1c8ac52999
groff: now really fix build after --docdir fix
...
I forgot about some later changes around characters permitted in
$shareDocName.
2016-04-20 20:37:19 +02:00
Nikolay Amiantov
294d1f4c70
cmst: move to qmakeHook
...
This reverts commit 2c024d28a2
.
2016-04-20 18:55:56 +03:00
Nikolay Amiantov
8ab48c32e7
yubikey-personalization-gui: move to qmake4Hook
2016-04-20 18:55:56 +03:00
Nikolay Amiantov
ea56bb7331
rockbox-utility: move to qmake4Hook
2016-04-20 18:55:56 +03:00
Nikolay Amiantov
6adce0a785
touchegg: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
5a4cccd7e7
nifskope: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
cef0e565e3
unetbootin: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
a3a40c027c
qastools: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Peter Hoeg
7cdf23a1f5
aucdtect: init at 0.8.2
...
A binary distribution of the TA Analyzer that verifies if audio files
are in fact lossless.
2016-04-20 23:42:41 +08:00
Vladimír Čunát
57474b7d4a
Merge branch 'master' into staging
...
Compare to Hydra nixpkgs job 1260021.
2016-04-20 16:49:52 +02:00
Aneesh Agrawal
a01fdb3ad4
gzip: 1.6 -> 1.7 ( close #14828 )
2016-04-20 16:40:53 +02:00
Vladimír Čunát
60d6c5a92b
groff: fix build after --docdir fix
2016-04-20 16:38:42 +02:00
Thomas Tuegel
037400eea1
Merge pull request #14839 from ericsagnes/fix/fcitx-qt5
...
fcitx-qt5: fix build
2016-04-20 07:44:35 -05:00
Tadas Barzdzius
94280ecf90
exa: 2016-04-11 -> 2016-04-20
2016-04-20 12:41:37 +03:00
Tadas Barzdzius
0649edd432
Heatseeker: 1.3.0 -> 1.4.0
2016-04-20 12:40:59 +03:00
Hurshal Patel
9023722e77
xbanish: init at 1.4 👻
2016-04-19 23:33:38 -07:00
Eric Sagnes
c99fdd5296
fcitx-qt5: fix build
2016-04-20 13:08:52 +09:00
Eelco Dolstra
b4bf432709
nghttp2: 1.8.0 -> 1.9.2, unify with libnghttp2, and use multiple outputs
...
Note: I ignored the C++ libraries, but it appears we're not currently
using them. Once we do, we'll probably want to put them in a separate
output as well (to prevent non-C++ users from depending on Boost).
2016-04-18 21:13:18 +02:00
Eelco Dolstra
21a2f2ba3b
nix: Add a "dev" output
...
This gets rid of boehm-dev in the closure (as well as Nix's own
headers).
2016-04-18 21:13:18 +02:00
zimbatm
961ad19660
Merge pull request #14408 from retrry/rustc-update
...
rustc: 1.6.0 -> 1.7.0. Enable Darwin platform.
2016-04-18 20:09:44 +01:00
Tuomas Tynkkynen
a3466e300d
dar: 2.5.2 -> 2.5.3
...
While at it, add xz support and enable parallel build.
2016-04-18 21:32:36 +03:00
Eelco Dolstra
be8fc33164
texlive-new: Export source tarballs via an attribute
...
This allows them to be found by find-tarballs.nix (which can only see
fetchurl dependencies if they are attributes, not if they're part of a
string context).
2016-04-18 15:18:21 +02:00
Michiel Leenaars
38c5319fd8
softhsm: init -> 2.1.0
2016-04-18 10:31:46 +01:00
Tuomas Tynkkynen
00f5f08e05
Merge pull request #14780 from womfoo/update-facter
...
Update facter: 3.1.3 -> 3.1.5 and add new library dependency leatherman 0.4.2
2016-04-18 05:42:56 +03:00
Kranium Gikos Mendoza
ca7f93a668
facter: 3.1.3 -> 3.1.5
2016-04-18 01:31:41 +08:00
Tobias Geerinckx-Rice
11ee4c394d
zpaq: 710 -> 711
2016-04-17 18:43:44 +02:00
Luca Bruno
627b7185b9
netdata: fix patch
2016-04-17 11:36:33 +02:00
Luca Bruno
07221cf39f
netdata: patch nonsense when serving static files
2016-04-17 11:16:33 +02:00
Tobias Geerinckx-Rice
6e261865a4
borgbackup: 1.0.1 -> 1.0.2
...
Changes: https://github.com/borgbackup/borg/blob/1.0.2/docs/changes.rst
2016-04-17 01:14:57 +02:00
joachifm
dabacbb211
Merge pull request #14734 from sheenobu/sipsak_fixbuild_gnu89
...
sipsak: fix build by using --std=gnu89
2016-04-16 20:18:26 +02:00
Sheena Artrip
1a520f8aa4
sipsak: fix build by using --std=gnu89
2016-04-16 13:52:21 -04:00
Pascal Wittmann
0f48602926
Merge pull request #14745 from layus/update/urlwatch-2.1
...
urlwatch: update 2.0 -> 2.1
2016-04-16 09:53:50 +02:00
Aneesh Agrawal
6e4d06873f
openssh: fix CVE-2015-8325
...
Debian Security Advisory: https://www.debian.org/security/2016/dsa-3550
Upstream commit: https://anongit.mindrot.org/openssh.git/commit/?id=85bdcd7c92fe7ff133bbc4e10a65c91810f88755
2016-04-15 23:45:10 -04:00
Guillaume Maudoux
29280a60d5
urlwatch: update 2.0 -> 2.1
2016-04-15 22:23:01 +02:00
Joachim Fasting
36f7d498c9
unrtf: split man output
2016-04-15 17:41:41 +02:00
Joachim Fasting
ec406eb640
dnscrypt-proxy: split man output
2016-04-15 17:41:41 +02:00
joachifm
ff44872c77
Merge pull request #14713 from ericsagnes/fix/libpinyin
...
libpinyin: move to libraries
2016-04-15 05:50:06 +02:00
aszlig
2c024d28a2
cmst: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of cmst override
the whole configurePhase, so this hook isn't run at all.
I've also added running the preBuild and postBuild hooks for the sake of
completeness so that it's easier to override the derivation attributes.
This fixes the build of cmst and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Eric Sagnes
c6ec758fe3
libpinyin: move to libraries
2016-04-15 10:22:35 +09:00
Luca Bruno
0876c2f4ac
netdata: init at 1.0.0
2016-04-14 23:43:01 +02:00
Tobias Geerinckx-Rice
7818fda09e
eid-mw: 4.1.13 -> 4.1.14
2016-04-14 18:34:53 +02:00
joachifm
20095d48de
Merge pull request #14224 from yokto/add/libpinyin
...
ibus-libpinyin: init at 1.7.4
2016-04-14 14:55:00 +02:00
Tuomas Tynkkynen
897e0d1224
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
87cb1b0ca1
treewide: Mass replace 'libxslt}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
df2dd60b4e
treewide: Mass replace 'flac}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Raymond Gauthier
954f381972
texlive.combine: also patch texmfcnf.lua
...
Fixes #14463 .
2016-04-14 01:15:16 -04:00
Nikolay Amiantov
0435ac8894
texlive.combine: patch paths into texmf.cnf
...
...instead of environment variables. Close #12768 .
(cherry picked from commit acf664814e
)
2016-04-14 01:14:53 -04:00
Nikolay Amiantov
3f9cfba02c
Merge commit 'refs/pull/14677/head' of git://github.com/NixOS/nixpkgs
2016-04-14 05:14:58 +03:00
Sergey Sofeychuk
9a11aafb91
imgur-screenshot: 1.5.4 -> 1.7.1
...
Updated imgur-screenshot i guess
Wrong hash in previous commit, it's fixed now.
2016-04-14 05:12:56 +03:00
Tobias Geerinckx-Rice
550b878e46
zstd: 0.5.1 -> 0.6.0
...
Changes:
- Stronger high compression modes
- Changed : highest compression modes require --ultra command to
remove memory restrictions
- API: ZSTD_getFrameParams() provides size of decompressed content
- Fixed: zstd cli return error code > 0 and removes dst file artifact
when decompression fails
- Various fixes and small performance improvements
2016-04-14 02:37:53 +02:00
Kevin Cox
08a035725f
daemontools: init at 0.76 ( #14675 )
2016-04-14 01:32:52 +01:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
obadz
bd9089987a
Merge pull request #14665 from bendlas/update-i2p
...
i2p: 0.9.24 -> 0.9.25
2016-04-13 19:50:47 +01:00
Herwig Hochleitner
e4a56dbff8
i2p: 0.9.24 -> 0.9.25
2016-04-13 20:48:20 +02:00
zimbatm
04267ed630
Merge pull request #14647 from MostAwesomeDude/tahoe
...
Tahoe-LAFS improvements
2016-04-13 16:39:53 +01:00
Tadas Barzdzius
1f3e2ced4a
exa: 2016-03-22 -> 2016-04-11
2016-04-13 18:11:52 +03:00
Michael Raskin
c2d9c35ebd
tigervnc: fix build by adding dependencies
2016-04-13 15:21:11 +02:00
Michael Raskin
530fdc5362
asymptote: 2.36 -> 2.37
2016-04-13 14:47:04 +02:00
Michael Raskin
057bd04624
glusterfs: 3.7.8 -> 3.7.10
2016-04-13 14:47:04 +02:00
Michael Raskin
f52af3b5a2
zpaqd: 633 -> 707
2016-04-13 14:47:04 +02:00
Nikolay Amiantov
acf06763f4
unshield: 0.7pre3955 -> 1.3
2016-04-13 14:07:09 +03:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Corbin
4c85efbda1
tahoe-lafs: 1.10.2 -> 1.11.0
...
Also add myself to maintainers, as I *do* care about this package.
2016-04-12 18:44:26 -07:00
joachifm
860aa01782
Merge pull request #14618 from moretea/update_mcrl2
...
Update mcrl2
2016-04-12 23:42:45 +02:00
Maarten Hoogendoorn
ec098aad41
mcrl2: 2009.01 -> 2014.09
2016-04-12 22:16:30 +02:00
Franz Pletz
2a021baf21
pbzip2: 1.1.12 -> 1.1.13
2016-04-12 15:51:32 +02:00
Franz Pletz
fcde15d66b
sudo: 1.8.15 -> 1.8.16
2016-04-12 15:51:32 +02:00
Franz Pletz
a14decf655
clamav: 0.99 -> 0.99.1
2016-04-12 15:49:54 +02:00
Micxjo Funkcio
f299e112bc
pngcrush: 1.7.92 -> 1.8.1
2016-04-11 20:18:38 -07:00
Franz Pletz
23ae6a10a9
wv: 1.2.4 -> 1.2.9
2016-04-12 04:28:50 +02:00
Franz Pletz
e32ed2f78e
tmux: 2.1 -> 2.2
2016-04-12 04:26:24 +02:00
Nikolay Amiantov
59bed14119
imgurbash2: init at 1.0; also drop imgurbash
2016-04-12 04:07:36 +03:00
Tobias Geerinckx-Rice
f019db633f
borgbackup: 1.0.0 -> 1.0.1
...
Changes: https://github.com/borgbackup/borg/blob/1.0.1/docs/changes.rst
2016-04-12 01:35:24 +02:00
Tobias Geerinckx-Rice
d6c50706be
zpaq: 709 -> 710
...
Adds multi-part archives, -index. Some UI changes.
2016-04-11 23:39:47 +02:00
Tomasz Kontusz
789c281a62
partimage: correct the patch SHA256
...
It was using a hash for the file itself, instead of the one for a sanitized patch.
2016-04-10 20:41:42 +02:00
joachifm
9bd758ab42
Merge pull request #14558 from joachifm/youtube-dl
...
youtube-dl: 2016.02.13 -> 2016.04.06
2016-04-10 12:48:15 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
2016-04-10 11:17:52 +02:00
Franz Pletz
b667040c7c
Merge pull request #14543 from groxxda/fix/minidlna
...
minidlna: logging via journalctl, use systemd runtimedirectory, install manpages
2016-04-10 01:14:48 +02:00
Joachim Fasting
aec8daed86
duc: fix meta.license
2016-04-09 21:35:29 +02:00
Luca Bruno
73bf336934
duc: init at 1.3.3
2016-04-09 20:08:38 +02:00
Joachim Fasting
6111d5b480
youtube-dl: 2016.02.13 -> 2016.04.06
2016-04-09 19:47:42 +02:00
Tuomas Tynkkynen
03c6434756
Merge pull request #14526 from Profpatsch/fish-completions
...
fish: pick up completion files from other packages
2016-04-09 20:08:46 +03:00
joachifm
34732f0369
Merge pull request #14552 from zohl/dumptorrent
...
dumptorrent: init at 1.2
2016-04-09 18:49:22 +02:00
Al Zohali
85129e6c60
dumptorrent: init at 1.2
2016-04-09 19:31:56 +03:00
Marius Bakke
5d15c0f5fd
p7zip: 9.38 -> 15.14.1
2016-04-09 14:05:23 +01:00
Profpatsch
a011083cda
fish: pick up completion files from other packages
...
Some packages bring their own completions in
/share/fish/vendor_completions.d. Now they are picked up by fish from
every path in NIX_PROFILES.
2016-04-09 00:08:48 +02:00
Alexander Ried
ed791dbb94
minidlna: install manpages
2016-04-08 23:04:12 +02:00
Tobias Geerinckx-Rice
46a3a12971
sshuttle: 0.77.2 -> 0.78.0
2016-04-08 17:39:38 +02:00
Vladimír Čunát
b6856521ff
texlive: comment on a couple of internal functions
2016-04-08 16:39:20 +02:00
Emery Hemingway
36b5fd8d4d
cjdns: 16 -> 17.3
2016-04-08 15:55:13 +02:00
Micxjo Funkcio
eda65083e8
optipng: 0.7.5 -> 0.7.6 (CVE-2016-2191)
2016-04-07 23:47:53 -07:00
James Cook
0f18769542
Merge pull request #14524 from acowley/graphviz
...
graphviz: build with pango even without xorg
2016-04-07 18:18:04 -07:00
joachifm
62ef65f31f
Merge pull request #14523 from micxjo/update-aria2
...
aria2: 1.20.0 -> 1.21.0
2016-04-08 02:13:21 +02:00
Anthony Cowley
9b0890cfa5
graphviz: build with pango even without xorg
...
The pango dependency enables outputting PDF files, and is somewhat
independent of the larger xorg dependencies.
2016-04-07 18:19:01 -04:00
Tobias Geerinckx-Rice
feca1695f6
zpaq: 7.08 -> 7.09
...
Fixes bug in extracting streaming archive with empty first file name.
2016-04-07 23:55:11 +02:00
Micxjo Funkcio
2d0e18f64f
aria2: 1.20.0 -> 1.21.0
2016-04-07 14:31:45 -07:00
Wout Mertens
c3f181f2c9
Merge pull request #14520 from jb55/bump/wkhtmltopdf
...
wkhtmltopdf: 0.12.2.4 -> 0.12.3.2
2016-04-07 21:40:53 +02:00
William Casarin
2968a8ce0a
wkhtmltopdf: 0.12.2.4 -> 0.12.3.2
2016-04-07 10:24:07 -07:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Domen Kožar
009a9ceb88
snabbswitch: 2015.12 -> 2016.04, rename to snabb
2016-04-07 12:49:11 +01:00
Nikolay Amiantov
1f79dc2d6a
Merge commit 'refs/pull/14421/head' of git://github.com/NixOS/nixpkgs
2016-04-07 03:00:45 +03:00
Nikolay Amiantov
5330244958
Merge commit 'refs/pull/14242/head' of git://github.com/NixOS/nixpkgs
2016-04-07 03:00:36 +03:00
Tobias Geerinckx-Rice
eec040009d
tldr: 1.1.0 -> 1.2.0
2016-04-06 19:49:19 +02:00
Arseniy Seroka
56c3b2213d
Merge pull request #14449 from NeQuissimus/rsyslog8170
...
rsyslog: 8.14.0 -> 8.17.0 (incl. dependencies)
2016-04-05 19:32:43 +03:00
Arseniy Seroka
95856303d8
Merge pull request #14461 from micxjo/update-playerctl
...
playerctl: 0.4.2 -> 0.5.0
2016-04-05 19:31:17 +03:00
Tobias Geerinckx-Rice
56ff116f2a
zpaq: 7.07 -> 7.08
...
Changes:
- Removes multi-part archive support, -nodelete, add -test, and
-key prompt.
- Updated to libzpaq v7.08 (smaller decoder buffer).
- Updated Makefile to link libzpaq.o statically.
2016-04-05 03:25:45 +02:00
Micxjo Funkcio
0c059b4973
playerctl: 0.4.2 -> 0.5.0
2016-04-04 17:47:35 -07:00
Tim Steinbach
158558e091
rsyslog: 8.14.0 -> 8.17.0
2016-04-04 14:31:01 -04:00
Tristan Helmich
399d2bca32
mosh: fix segfaulting issue
...
Discussion on this issue at https://github.com/mobile-shell/mosh/issues/727 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817929#35
2016-04-04 15:14:09 +02:00
Robert Helgesson
b375260add
svtplay-dl: 0.30.2016.02.08 -> 1.0
2016-04-03 16:39:30 +02:00
Peter Hoeg
64a9bd37e6
networkmanager: 1.0.6 -> 1.0.12
...
Also pulls in networkmanager-applet at 1.0.10 as it is no longer in sync with the NM version.
2016-04-03 18:40:51 +08:00
Aneesh Agrawal
270c0eb097
salt: init at 2015.8.8
...
Also init salttesting at 2015.7.10 as a build dependency.
2016-04-02 19:37:38 -04:00
Tobias Geerinckx-Rice
838217332b
bandwidth: 1.1b -> 1.2.0
2016-04-02 02:55:23 +02:00
Peter Simons
90d0b08237
Merge pull request #14371 from pmahoney/skarnet
...
Update skarnet.org packages
2016-04-01 17:59:14 +02:00
Patrick Mahoney
fc1f5d2cf1
set target for darwin binary compat in skarnet.org packages
...
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:
The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.
Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.
See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f
update skarnet.org packages
...
skalibs: 2.4.7.0 -> 2.3.9.0
execline: 2.1.4.0 -> 2.1.4.5
s6: 2.2.1.0 -> 2.2.4.3
s6-rc: 0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils: 2.0.2.0 -> 2.0.2.3
s6-dns: 2.0.0.4 -> 2.0.0.7
s6-networking: 2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
Luca Bruno
7dd90837b1
Merge pull request #14302 from Balletie/bindfs-fix
...
bindfs: Let `mount` find `bindfs` mount helper
2016-04-01 17:26:16 +02:00
Silvio Frischknecht
623f185ade
ibus-libpinyin: init at 1.7.4
2016-04-01 17:12:57 +02:00
Silvio Frischknecht
a592c9c781
libpinyin: init at 1.3.0
2016-04-01 17:12:49 +02:00
Eelco Dolstra
3fb1708427
ssh: Fix support for ssh-dss host keys
2016-04-01 15:54:52 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Tobias Geerinckx-Rice
36aa19b105
btrfs-progs: 4.5 -> 4.5.1
...
Bugfix release. Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-04-01 09:32:41 +02:00
José Romildo Malaquias
67555277e1
xmlto: 0.0.26 -> 0.0.28
2016-04-01 03:19:38 +02:00
Edward Tjörnhammar
29f5b917ea
i2pd: 2.5.1 -> 2.6.0
2016-03-31 22:07:35 +02:00
Peter Simons
26a73d1f74
Merge pull request #14344 from lancelotsix/update_gnupg20
...
gnupg20: 2.0.29 -> 2.0.30
2016-03-31 20:47:32 +02:00
Nikolay Amiantov
9b7edbeb2f
primus: propagate stdenv to primusLibs
2016-03-31 19:52:33 +03:00
Vladimír Čunát
1186bffb7f
partimage: fix build with openssl-1.0.2
...
...by using patch from Arch (taken from Debian).
2016-03-31 17:57:22 +02:00
Lancelot SIX
d6f9e35683
gnupg20: 2.0.29 -> 2.0.30
...
See https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000385.html
2016-03-31 17:18:32 +02:00
Arseniy Seroka
ca30594c87
Merge pull request #14095 from guaraqe/grive-2
...
grive2: init at 0.5.0
2016-03-31 16:48:50 +03:00
guaraqe
1d09c97ac4
grive2: init at 0.5.0
...
grive2: update 0.5.0
grive2: various cosmetic changes
2016-03-31 15:42:45 +02:00
Michael Raskin
cdb2bc77c4
davfs2: 1.4.7 -> 1.5.2; fixes the build
2016-03-31 14:14:40 +02:00
Franz Pletz
e5334ceca2
Merge pull request #14305 from benwbooth/xe-guest-utilities-6.2.0
...
xe-guest-utilities: init at 6.2.0
2016-03-31 10:12:42 +02:00
Franz Pletz
53cf0cfd71
Merge pull request #14322 from bobvanderlinden/pr-hwinfo-21.23
...
hwinfo: 21.12 -> 21.23
2016-03-31 08:33:50 +02:00
Luca Bruno
04d4d0000f
namazu: mark as broken
2016-03-30 21:54:03 +02:00
Bob van der Linden
0e882ccf74
hwinfo: 21.12 -> 21.23
2016-03-30 20:06:58 +02:00
Tuomas Tynkkynen
71d7eaf55d
ntfs-3g: 2015.3.14 -> 2016.2.22; maintain
...
Also old homepage seems to be in a redirect loop.
2016-03-30 20:57:00 +03:00
Ben Booth
449d908b88
xe-guest-utilities: init at 6.2.0
...
use mkEnableOption
use sha256
add xe-guest-utilities to module-list.nix
2016-03-30 09:27:40 -07:00
Domen Kožar
96be420e44
move growpart out of nixos into cloud-init package
2016-03-30 14:40:24 +01:00
Tobias Geerinckx-Rice
caa395a560
enblend-enfuse: 4.1.5 -> 4.2; maintain
...
Removed dependency on libxmi (unneeded since 4.1.5).
Added new (since 4.2) dependency on tetex (for `pdflatex`).
Changes: http://hg.code.sf.net/p/enblend/code/file/a7a247e1e64b/NEWS
2016-03-30 14:56:04 +02:00
Franz Pletz
6dc2337b94
Merge pull request #14313 from mayflower/pkg/dhcpcd/6.10.1
...
dhcpcd: 6.9.4 -> 6.10.1 (security)
2016-03-30 13:06:12 +02:00
Franz Pletz
e498a645c1
ncat: Remove old package, available in nmap
2016-03-30 08:53:22 +02:00
Franz Pletz
5aa986fba2
dhcpcd: 6.9.4 -> 6.10.1 (security)
...
Fixes CVE-2016-1503 & CVE-2016-1504.
Changelog:
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1143.html
- http://roy.marples.name/archives/dhcpcd-discuss/2016/1146.html
2016-03-30 06:57:59 +02:00
Balletie
d852a23662
bindfs: Let mount
find bindfs
mount helper
...
When mount is used with mount-type "fuse.bindfs", it cannot find the
mount helper.
If mount can't find `mount.fuse.bindfs`, it executes the `mount.fuse`
mount helper and passes `fuse.bindfs` as argument. Then `mount.fuse`
tries to execute `bindfs` on its own, but it is not found in the PATH.
By creating a `mount.fuse.bindfs` link to the `bindfs` executable, this
problem is avoided because `mount` will just execute the
`mount.fuse.bindfs` mount helper without `mount.fuse` in the middle.
2016-03-29 16:40:11 +02:00
Vladimír Čunát
62c29908da
dvdisaster: disable parallel building
...
http://hydra.nixos.org/build/33609373/nixlog/1/raw
/cc @nkcx. I notified upstream.
2016-03-29 10:53:36 +02:00
Joachim Fasting
8bd72dfaa4
lsh: fix gcc5 build
...
The build fails with c11 (also tested c99), but works with gnu90.
2016-03-28 19:01:58 +02:00
joachifm
a66a64cedc
Merge pull request #14182 from NeQuissimus/pppscripts
...
ppp: Include convenience scripts
2016-03-28 15:19:44 +00:00
Vladimír Čunát
eb4a9d4d9c
Revert "texlive.combine: patch paths into texmf.cnf"
...
This reverts commit acf664814e
.
Let's revert until we catch the bugs in this.
2016-03-28 08:51:39 +02:00
joachifm
4989fd85d4
Merge pull request #14210 from LatitudeEngineering/latitude/topic/genromfs
...
genromfs: init at 0.5.2
2016-03-28 03:41:38 +00:00
Eelco Dolstra
38afa836b3
openvpn: 2.3.8 -> 2.3.10
...
In particular, this fixes the systemd-ask-password regression
re-introduced by cb1c818491
.
2016-03-27 23:29:53 +02:00
Thomas Tuegel
4d7e3be8bb
calamares: mark broken
...
(cherry picked from commit b8db5897c7
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:21 +01:00
Domen Kožar
d7034e6d5f
nixUnstable: bump
...
(cherry picked from commit bb6d3c16d3
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 20:24:43 +01:00
Nikolay Amiantov
acf664814e
texlive.combine: patch paths into texmf.cnf
...
...instead of environment variables. Close #12768 .
2016-03-27 21:20:11 +02:00
zimbatm
ea7068f44c
direnv: 2.7.0 -> 2.8.0
2016-03-27 15:37:07 +01:00
Vladimír Čunát
e3da83297f
texlive: document in nixpkgs manual
...
Fixes #13240 . It's not really better than source-code comments it replaced,
but it's in a better accessible place.
2016-03-27 14:29:18 +02:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Peter Hoeg
8857774f91
network-manager: use ping/ping6 from the nix store
...
NM upstream has a hardcoded path to /usr/bin/ping.
This patch changes:
- ping/ping6 are now from the nix store
- we no longer try to make substitutions on a missing file
- we use file from the nix store
2016-03-27 15:15:16 +08:00
Peter Hoeg
6911785c03
togglesg-download: init at 2016-02-08
2016-03-27 15:08:23 +08:00
Patrick Callahan
387e15764b
genromfs: init at 0.5.2
2016-03-26 10:35:26 -07:00
Joachim Fasting
c13ddd14bd
udftools: fix gcc5 build
...
-fgnu89-inline was insufficient, revert to -std=gnu90
See https://hydra.nixos.org/build/33103604/nixlog/1/raw
Also fix various undefined reference errors by ad-hoc patching
2016-03-26 16:55:00 +01:00
Joachim Fasting
cb896a1e7f
yad: ad-hoc patching to fix undefined reference errors
2016-03-26 16:55:00 +01:00
Joachim Fasting
0b060bdf68
yad: fix gcc5 build
...
https://hydra.nixos.org/build/33612450/nixlog/1/raw
2016-03-26 16:55:00 +01:00
Joachim Fasting
1f78d14028
curl3: mark as broken
...
This is an ancient version of curl, that currently has 19 known vulnerabilities.
It is used by and was added to support only one package.
2016-03-26 13:18:48 +01:00
Pascal Wittmann
0d84a3fde2
eggdrop: fix build with gcc5
2016-03-25 19:57:07 +01:00
Pascal Wittmann
0bce9599e7
cpuminer: 2.4.3 -> 2.4.4
2016-03-25 17:22:11 +01:00
Marius Bakke
8db43cbd9d
innoextract: 1.5 -> 1.6
2016-03-25 06:16:31 +00:00
Marius Bakke
8afda7e421
s3cmd: 1.5.2 -> 1.6.1
2016-03-25 05:19:35 +00:00
joachifm
a096800676
Merge pull request #14187 from mbakke/scanmem-0.15.6
...
scanmem: 0.15.2 -> 0.15.6
2016-03-25 04:34:48 +00:00
Marius Bakke
b8dc71ef8a
scanmem: 0.15.2 -> 0.15.6
2016-03-25 03:05:17 +00:00
Tobias Geerinckx-Rice
9dc6db5cc5
enblend-enfuse: 4.1.4 -> 4.1.5
2016-03-25 03:31:04 +01:00
Pascal Wittmann
71d3b34bd7
tpm-tools: fix build by applying debians patch
2016-03-24 22:31:40 +01:00
Tobias Geerinckx-Rice
bcb030a5a4
minissdpd: 1.5.20160301 -> 1.5.20160301
2016-03-24 21:33:18 +01:00
Arseniy Seroka
167ef887f7
Merge pull request #14179 from DamienCassou/vdirsyncer-0.9.3
...
vdirsyncer: 0.9.2 -> 0.9.3
2016-03-24 23:12:46 +03:00
Arseniy Seroka
2358582976
Merge pull request #14045 from otwieracz/master
...
znapzend: added
2016-03-24 23:10:40 +03:00
Slawomir Gonet
cb81a3fd2a
znapzend: init at 0.15.3
2016-03-24 20:57:16 +01:00
Tim Steinbach
a4d741ef9d
ppp: Include convenience scripts
2016-03-24 19:26:00 +00:00
Tobias Geerinckx-Rice
99c4f143d9
debian-devscripts: rename from deprecated debian_devscripts
2016-03-24 20:24:00 +01:00
Tobias Geerinckx-Rice
6db204b7d9
netsniff-ng: 0.6.0 -> 0.6.1
2016-03-24 20:23:59 +01:00
Pascal Wittmann
73967e0eca
jbig2enc: fix build
2016-03-24 20:21:40 +01:00
Joachim Fasting
db6ae35bd9
cadaver: fix build against newer versions of openssl
...
Apply patch from Arch Linux.
See https://hydra.nixos.org/build/33258957/nixlog/1/raw
2016-03-24 19:05:14 +01:00
Damien Cassou
f965c8f207
vdirsyncer: 0.9.2 -> 0.9.3
...
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
2016-03-24 18:50:35 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
Joachim Fasting
63b6498aa0
dnscrypt-proxy: disable darwin build
...
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.
What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.
For context, sandbox.h is a deprecated OSX mechanism for sandboxing.
The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw
This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
Pascal Wittmann
f942b09bf9
abduco: 0.5 -> 0.6
2016-03-24 15:52:35 +01:00
joachifm
a9699984c2
Merge pull request #14173 from obadz/ecryptfs
...
ecryptfs: 108 -> 110
2016-03-24 13:12:59 +00:00
joachifm
96af7c6dcb
Merge pull request #14171 from NeQuissimus/pptp180
...
pptp: 1.7.2 -> 1.8.0
2016-03-24 12:58:54 +00:00
joachifm
8c02233f2c
Merge pull request #14158 from aneeshusa/add-icdiff
...
icdiff: init at 1.7.3
2016-03-24 12:23:53 +00:00
obadz
09302c7b56
ecryptfs: 108 -> 110
2016-03-24 12:10:36 +00:00
Pascal Wittmann
92d59b37cb
parallel: 20160222 -> 20160322
2016-03-24 00:07:40 +01:00
Pascal Wittmann
fcc0bf2d05
axel: 2.5 -> 2.6
2016-03-24 00:07:40 +01:00
Tim Steinbach
3fc2f99907
pptp: 1.7.2 -> 1.8.0
2016-03-23 23:01:39 +00:00
Vladimír Čunát
b336ed89e6
zopfli: disable parallel building
...
It was failing often, e.g.:
https://hydra.nixos.org/build/32101335/nixlog/1/raw
2016-03-23 20:20:36 +01:00
Aneesh Agrawal
4fad4d49f6
icdiff: init at 1.7.3
2016-03-23 15:04:50 -04:00
Ludovic Courtès
5dab370d77
Remove Guix.
2016-03-23 13:33:29 +01:00
Michael Fellinger
6da0a54d2b
zsh-navigation-tools: include znt-* functions
2016-03-23 10:05:52 +01:00
zimbatm
a37f634866
Merge pull request #14068 from zimbatm/xdg-utils-1.1.1
...
Xdg utils 1.1.1
2016-03-22 23:34:04 +00:00
zimbatm
61c3ad7d2b
Merge pull request #14067 from zimbatm/foreman-0.78.0
...
foreman: init at 0.78.0
2016-03-22 23:26:44 +00:00
Nikolay Amiantov
ad1f158111
Merge pull request #14088 from jgillich/rust-head
...
Rust updates
2016-03-23 00:10:07 +04:00
Jakob Gillich
74ef06dab6
exa: 2016-02-15 -> 2016-03-22
2016-03-22 15:54:23 -04:00
Pascal Wittmann
2bb151f91b
atftp: fix build by using gcc49
...
See #13559
2016-03-22 16:42:07 +01:00
Franz Pletz
f03993366e
fail2ban: 0.9.3 -> 0.9.4
2016-03-22 02:12:43 +01:00
joachifm
4f29a8c03e
Merge pull request #14023 from Adjective-Object/add/ansifilter
...
ansifilter: add @ 1.15
2016-03-22 00:44:49 +00:00
Franz Pletz
bf9f211ae3
whois: 5.2.10 -> 5.2.11
2016-03-22 00:52:40 +01:00
Franz Pletz
fbdcbaf25c
horst: 2015-07-22 -> 2016-03-15
2016-03-21 22:07:25 +01:00
Pascal Wittmann
806f71370c
amuleGui: fix build
...
See #13559
2016-03-21 21:29:39 +01:00
Mitch Tishmack
db6dff75bd
htop: fix build on darwin
2016-03-21 14:05:01 -05:00
Tobias Geerinckx-Rice
e2cbf68786
docker: keep using btrfs-progs 4.4.1
...
Fixes https://hydra.nixos.org/build/33510211 .
2016-03-21 16:18:33 +01:00
Maxwell
5c740539a8
ansifilter: init at 1.15
2016-03-21 09:42:32 -04:00
joachifm
6757b91489
Merge pull request #14086 from mbakke/yubikey-updates
...
Yubikey updates
2016-03-21 06:51:55 +00:00
Tobias Geerinckx-Rice
9d629f52c8
btrfs-progs: 4.4.1 -> 4.5
...
Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-03-21 01:56:17 +01:00
Tobias Geerinckx-Rice
a685456213
dropbear: 2016.72 -> 2016.73
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES .
2016-03-20 23:20:56 +01:00
Tobias Geerinckx-Rice
d7a0a99f7f
zpaq: 706 -> 707
...
Fixes v7.06 bug in creating multipart encrypted archives with
incorrectly salted index.
2016-03-20 23:20:56 +01:00
Joachim Fasting
c1901038c8
haka: fix build on gcc5
...
See https://hydra.nixos.org/build/33296799/nixlog/1/raw
2016-03-20 22:57:48 +01:00
Aneesh Agrawal
16ed322928
htop: fix platforms attribute
...
See comments at
57dd725e85
.
These values are already lists and need to be concatenated together
instead of placed in another list.
2016-03-20 17:27:34 -04:00
zimbatm
57dd725e85
htop: fix supported platforms list
2016-03-20 19:35:59 +00:00
Arseniy Seroka
84ba149e79
Merge pull request #14065 from zimbatm/htop-crossplatform
...
htop: merge both implementations
2016-03-20 21:55:00 +03:00
Marius Bakke
23befca742
yubikey-personalization-gui: 3.1.21 -> 3.1.24
2016-03-20 18:49:05 +00:00
Marius Bakke
451a7ec4a9
yubikey-personalization: 1.17.2 -> 1.17.3
2016-03-20 18:48:49 +00:00
Marius Bakke
1489af2153
yubico-piv-tool: 1.0.2 -> 1.3.0
2016-03-20 18:42:23 +00:00
Sander van der Burg
7ed3dc6cfc
dysnomia: bump to version 0.5.1
2016-03-20 15:21:42 +00:00
Pascal Wittmann
88a62b3aea
datamash: 1.0.6 -> 1.0.7
2016-03-20 13:23:31 +01:00
Pascal Wittmann
6ea546e3b9
entr: 3.2 -> 3.4
2016-03-20 13:23:31 +01:00
Vladimír Čunát
f9cae4f6dc
fpm: init at 1.4.0
...
/cc #14061 .
2016-03-20 11:56:07 +01:00
Eric Sagnes
9c029c3b05
anthy: add maintainer
2016-03-20 15:03:58 +09:00
zimbatm
621ed35991
xdg_utils: fixes #14060
2016-03-20 00:52:10 +00:00
zimbatm
af1e32acd3
xdg_utils: 1.1.0-rc3p46 -> 1.1.1
2016-03-20 00:52:09 +00:00
Tobias Geerinckx-Rice
ec8484734b
debian-devscripts: 2.16.1 -> 2.16.2
2016-03-20 01:22:13 +01:00
Peter Hoeg
c6a717d212
dynamic-colors: 2013-12-28 -> 0.2.1
2016-03-19 23:45:28 +00:00
zimbatm
a6c1481c66
foreman: init at 0.78.0
2016-03-19 22:47:52 +00:00
zimbatm
d9e60e4d43
htop: merge both implementations
...
htop 2.0+ is now cross-platform
2016-03-19 22:20:20 +00:00
lukasepple
1dbf51416a
torbrowser: 5.5.3 -> 5.5.4
2016-03-19 21:56:57 +01:00
Eelco Dolstra
455ec64d11
s3ql: 2.13 -> 2.17.1
2016-03-19 21:01:21 +01:00
Joachim Fasting
8dfb8d06f0
ipxe: fix gcc5 build
...
gcc5 enables additional warnings, causing the build to fail with
-Werror. The build could be fixed by specifically disabling errors
for `discarded-array-qualifiers` and `logical-not-parentheses` warnings,
but simply passing -Wno-error is more future proof.
See https://hydra.nixos.org/build/33274006/nixlog/1/raw
2016-03-19 19:52:47 +01:00
Lluís Batlle i Rossell
41c05b47a0
Updating ts to 0.7.6.
2016-03-19 12:23:54 +01:00
Eelco Dolstra
da390a48db
pngquant: 2.0.1 -> 2.6.0
...
Also remove meta.broken.
2016-03-18 22:13:57 +01:00
Moritz Ulrich
ea30f86814
btrbk: Init at 0.22.2
2016-03-18 14:53:19 +01:00
Peter Simons
ab450f8477
gnupg-2.1: add myself as maintainer plus minor cosmetic
2016-03-18 11:02:17 +01:00
Peter Simons
eadf39a16c
gnupg-2.1: drop unnecessary autoreconf hook from build
...
This change also prevents gnupg 2.1 from considering itself as an
unstable development version, which it is not.
2016-03-18 11:02:17 +01:00
Franz Pletz
57f4646fd1
Merge pull request #14002 from sheenobu/collectd_inherit
...
libcollectdclient: make client derive from collectd package
2016-03-18 10:44:00 +01:00
Tobias Geerinckx-Rice
fb6786de36
zpaq: 705 -> 706
...
Changes:
- Fixes handling of some corrupted archives.
- Conforms to new spec zpaq205.pdf.
- New man page.
- Add Makefile [and adapt Nix expression to use it].
2016-03-18 08:03:48 +01:00
Sheena Artrip
0bffa2f1a9
libcollectdclient: make client derive from collectd package
...
collectd: split version and name
libcollectdclient: make client derive from collectd package
2016-03-17 23:26:09 -04:00
Christoph Hrdinka
0f2011c76c
b2: delete in favor of backblaze-b2
2016-03-17 19:30:04 +01:00
Teo Klestrup Röijezon
ab29cfefab
haproxy: 1.5.14 -> 1.6.4
2016-03-17 16:04:03 +01:00
Domen Kožar
8e398a88a1
nixUnstable: point to latest 1.12pre
2016-03-17 13:03:36 +00:00
Robin Gloster
420bc33efa
Merge pull request #13984 from regnat/moreutils
...
moreutils : 0.57 -> 0.58
2016-03-17 12:19:28 +01:00
Emery Hemingway
174d5eac35
acoustidFingerprinter: fix taglib version check
2016-03-17 11:15:53 +01:00
Théophane Hufschmitt
93856f36a2
moreutils : 0.57 -> 0.58
2016-03-17 08:54:36 +01:00
Tobias Geerinckx-Rice
df0f4baec4
hddtemp: correct licence: gpl2 -> gpl2Plus
2016-03-16 21:10:20 +01:00
Ryan Artecona
5569b982f5
yamdi: change src url to sourceforge mirror
2016-03-16 12:39:47 -04:00
Ryan Artecona
9da0403527
yamdi: init at 1.9
2016-03-16 11:39:43 -04:00
Sander van der Burg
0f46200f26
disnixos: bump to version 0.4.1
2016-03-16 13:27:54 +00:00
Eelco Dolstra
a5247ee705
b2: Fix name attribute
2016-03-16 12:56:52 +01:00
Vladimír Čunát
c643ccaa8c
Merge #13950 : move ncurses utilities to $out
2016-03-16 08:39:37 +01:00
Sheena Artrip
0cae22a370
meta: Add sheenobu as maintainer for relevant packages.
...
freeradius: add sheenobu as maintainer
sipsak: add sheenobu as maintainer
2016-03-15 21:45:49 -04:00
joachifm
4369f06ab5
Merge pull request #13934 from jraygauthier/jrg/update_plantuml_from_8012_to_8037
...
plantuml: 8012 -> 8037
2016-03-16 00:20:09 +00:00
Eelco Dolstra
e2c426f719
b2: git-26.01.2016 -> 0.4.4
...
Also fix the dependency on Python.
2016-03-15 21:19:27 +01:00
Pascal Wittmann
0146e01e58
tmsu: 0.6.0 -> 0.6.1
2016-03-15 18:17:04 +01:00
Raymond Gauthier
5e9a344e62
plantuml: 8012 -> 8037
...
Updated to latest stable version.
2016-03-15 09:10:20 -04:00
Joachim Fasting
665e79324e
torbrowser: 5.5.2 -> 5.5.3
2016-03-15 02:34:53 +01:00
Tanner Doshier
ab1008014d
tarsnap: 1.0.36.1 -> 1.0.37
2016-03-14 17:56:48 -05:00
zimbatm
9504992e1d
Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform
...
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-14 19:25:40 +00:00
Robin Gloster
ccbfe2dfd5
Merge pull request #13911 from DamienCassou/testing-vdirsyncer
...
Update vdirsyncer and add automated tests
2016-03-14 13:48:03 +01:00
Vladimír Čunát
1df2a6431f
xdg-utils: replace commands more precisely
...
Fix #13904 , close #13908 .
Previously many messages got clobbered. Now it should be better.
The solution is still relatively hacky, but I don't see how to improve
it without doing lots of work.
2016-03-14 11:00:05 +01:00
Damien Cassou
32dcc5a31b
vdirsyncer: 0.9.0 -> 0.9.2
...
Also activate the automated testing
2016-03-14 09:59:27 +01:00
Edward Tjörnhammar
e433a3015a
i2pd: 2.4.0 -> 2.5.1
2016-03-13 21:36:29 +01:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
zimbatm
099d7dc1b8
Merge pull request #13878 from DamienCassou/offlineimap-6.7.0
...
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 18:29:04 +00:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Damien Cassou
8c660e0301
offlineimap: 6.6.1 -> 6.7.0
2016-03-13 08:44:53 +01:00
Joachim Fasting
6da91e9e4a
dnscrypt-wrapper: refactorings
...
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting
5d2ed453b3
unrtf: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
249d28b08c
minisign: move build deps to nativeBuildInputs
2016-03-12 19:06:56 +01:00
Joachim Fasting
b3592d0b20
dnscrypt-proxy: refactorings
...
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
joachifm
ab2b2670c8
Merge pull request #13860 from romildo/new.uget
...
uget: init at 2.0.5
2016-03-12 14:21:25 +00:00
José Romildo Malaquias
607ea3ef76
uget: init at 2.0.5
2016-03-12 10:05:49 -03:00
Allan Espinosa
b80f823789
unrar: build on darwin
2016-03-11 19:15:02 -06:00
Cole Mickens
6e8db533ec
azure-cli: 0.9.15 -> 0.9.17
2016-03-11 16:00:20 -08:00
Graham Christensen
e079de30ad
nixpart: pykickstart, pyblock: upgrade to sha256
2016-03-11 15:54:55 -06:00
Thomas Tuegel
1fae9a36aa
ppp: fix evaluation error on Darwin
2016-03-11 09:12:39 -06:00
Eelco Dolstra
dd53c65dcc
Merge remote-tracking branch 'origin/gcc-5' into staging
...
Still some breakage but no blockers:
http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Thomas Tuegel
d2dc8cc47f
kde5.colord-kde: init at 0.5.0.20160224
2016-03-11 08:45:41 -06:00
Lluís Batlle i Rossell
e026b5c243
Adding rowhammer test.
2016-03-11 14:29:56 +01:00
joachifm
2afa81a402
Merge pull request #13451 from Baughn/acme
...
simp_le: Bump to b9d95e862536d1242e1ca6d7dac5691f32f11373
2016-03-11 12:59:09 +00:00
Svein Ove Aas
4b998c1f94
simp_le: 2016-01-09 -> 2016-02-06
2016-03-11 12:43:46 +00:00
Eelco Dolstra
1146f460d3
mtdutils: 1.5.1 -> 1.5.2
...
Fixes gcc 5 build failure.
2016-03-11 12:52:46 +01:00
Luca Bruno
370c318eb0
Merge pull request #13812 from obadz/go-upower-notify
...
add go-upower-notify
2016-03-11 12:34:11 +01:00
obadz
71ac0cd55e
yeshup: init at 5461a8f
2016-03-11 11:24:41 +00:00
Nikolay Amiantov
08893956fb
Merge pull request #13823 from abbradar/colord
...
colord color management daemon
2016-03-11 13:50:12 +03:00
Luca Bruno
dcfca100ec
Merge pull request #12525 from knupfer/ngx_brotli
...
add nginxModules.brotli
2016-03-11 11:05:21 +01:00
Peter Simons
9f578af689
gnupg-1compat: cosmetic changes for Emacs
2016-03-11 10:55:47 +01:00
Eelco Dolstra
b7fe9712dd
Merge pull request #13824 from aneeshusa/update-openssh-to-7.2p2
...
openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv
2016-03-11 10:52:14 +01:00
Luca Bruno
91211f2601
Merge pull request #13826 from romildo/new.pygmentex
...
pygmentex: init at 0.8
2016-03-11 10:39:18 +01:00
Vladimír Čunát
6f9fe31b42
awstats: init at 7.4, including a simple service
2016-03-11 10:37:06 +01:00
Tobias Geerinckx-Rice
e834a7c05b
dropbear: 2015.71 -> 2016.72
...
Bugfix release:
- Validate X11 forwarding input. Could allow bypass of
authorized_keys command= restrictions.
2016-03-11 03:08:02 +01:00
José Romildo Malaquias
b6db54b064
pygmentex: init at 0.8
2016-03-10 22:09:23 -03:00
Aneesh Agrawal
2dd09b634e
openssh: update homepage link
...
Unfortunately, the site is not available over HTTPS.
2016-03-10 18:40:00 -05:00
Nikolay Amiantov
4ebc7f74f7
colord-kde: fix build
2016-03-11 02:31:47 +03:00
Aneesh Agrawal
e5ca25eb7a
openssh: 7.2p1 -> 7.2p2 for OSA x11fwd.adv
...
Fixes OpenSSH Security Advisory x11fwd.adv, which is available at
http://www.openssh.com/txt/x11fwd.adv .
2016-03-10 18:01:33 -05:00
Nikolay Amiantov
cf9ddb27d6
colord: fix udev rules, add sane support
2016-03-11 01:58:40 +03:00
Nikolay Amiantov
776845bbeb
xiccd: init at 0.2.2
2016-03-11 01:26:56 +03:00
Nikolay Amiantov
e81c487ba2
argyllcms: 1.8.2 -> 1.8.3
2016-03-11 01:26:56 +03:00
Domen Kožar
83766949c1
speedtest-cli: 0.3.1 -> 0.3.4 (fix runtime)
2016-03-10 20:42:37 +00:00
Domen Kožar
4471f144df
Merge pull request #13810 from ts468/upstream.xpra
...
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:35:04 +00:00
Thomas Strobel
83b15e2fc4
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:06:55 +01:00
Domen Kožar
76f8ee2418
bareos: add rocksdb dependency
2016-03-10 09:44:26 +00:00
Vladimír Čunát
5782b5d3e8
gpgstats: fix build on 32-bit; LFS problems
2016-03-09 23:15:41 +01:00
joachifm
c6b42e8429
Merge pull request #13767 from cheecheeo/lastpass_update
...
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-09 06:14:47 +00:00
Benjamin Staffin
d92bb56f74
Merge pull request #13769 from aneeshusa/openssh-decouple-gssapi-from-kerberos
...
openssh: decouple gssapi patch from kerberos
2016-03-08 15:58:36 -08:00
Aneesh Agrawal
ce74aac132
openssh: update GSSAPI patch to openssh 7.2
2016-03-08 16:11:56 -05:00
Aneesh Agrawal
9e86984fe0
openssh: decouple gssapi patch from kerberos
...
The GSSAPI patch is useful but maintained by Debian, not upstream, and
can be slow to update. To avoid breaking openssh_with_kerberos when
the openssh version is bumped but the GSSAPI patch has not been updated,
don't enable the GSSAPI patch implicitly but require it to be explicitly
enabled.
2016-03-08 15:14:25 -05:00
John Chee
e0b541acc7
lastpass-cli: 0.7.0 -> 0.9.0
2016-03-08 12:02:44 -08:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Thomas Tuegel
3ef7671cea
ncurses: combine $lib and $out outputs
...
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Thomas Tuegel
394ffcb3e5
staruml: fix evaluation on closure-size
2016-03-08 11:34:52 -06:00
Christoph Hrdinka
39305795a7
Merge pull request #13756 from zimbatm/flvtool2-fix
...
flvtool2: fix installation
2016-03-08 15:25:55 +01:00
joachifm
5603159c4f
Merge pull request #13757 from wandernauta/diction
...
diction: init at 1.11
2016-03-08 11:23:57 +00:00
zimbatm
74c69387db
flvtool2: fix installation
...
The rubygems.org source doesn't exist anymore. It was also depending on ruby
1.8 to work correctly.
2016-03-08 10:55:39 +00:00
Wander Nauta
f70d678ec4
diction: init at 1.11
2016-03-08 11:53:39 +01:00
Sander van der Burg
e91b9bede0
runLatex: always include basic texlive stuff (thanks to vcunat)
2016-03-08 10:48:42 +00:00
Vladimír Čunát
2cbe6bb3f0
nix: split man output from doc
2016-03-08 09:59:31 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Tobias Geerinckx-Rice
04573b82bc
sshuttle: 0.76 -> 0.77.2
2016-03-08 03:09:41 +01:00
joachifm
453686a24a
Merge pull request #13705 from aneeshusa/use-bin-instead-of-sbin-for-openssh
...
openssh: use bin instead of sbin folder
2016-03-07 12:03:37 +00:00
joachifm
884627a6ef
Merge pull request #13720 from aneeshusa/allow-compiling-openssh-without-linking-openssl
...
openssh: allow building without linking openssl
2016-03-07 11:55:36 +00:00
Aneesh Agrawal
14201da332
openssh: allow building without linking openssl
...
http://undeadly.org/cgi?action=article&sid=20140430045723 has the
original announcement of this option. Note, openssl headers are still
required at build time, see this comment:
http://www.gossamer-threads.com/lists/openssh/dev/61125#61125
2016-03-06 16:36:55 -05:00
Robert Helgesson
9206abe642
mimeo: init at 2016.2
2016-03-06 20:44:09 +01:00
joachifm
78bfda9cd6
Merge pull request #13446 from k0ral/sshfs
...
sshfsFuse: 2.5 -> 2.7
2016-03-06 17:52:45 +00:00
koral
dc170b713d
sshfs: 2.6 -> 2.7
2016-03-06 18:40:26 +01:00
koral
0d45943167
sshfsFuse: 2.5 -> 2.6
2016-03-06 16:26:42 +01:00
joachifm
3dafc85f25
Merge pull request #13711 from mbakke/unbound-1.5.8
...
unbound: 1.5.7 -> 1.5.8
2016-03-06 15:06:15 +00:00
joachifm
b006bbb079
Merge pull request #13704 from Adjective-Object/fix/xdo-0.5
...
xdo: from 0.3 -> 0.5
2016-03-06 14:07:55 +00:00
Maxwell
65dd28c569
xdo from 0.3 -> 0.5
...
This incorporates a number of bugfixes, as well as adding the
`below` and `above` actions
Also moved package from fetchurl to fetchFromGitHub
2016-03-06 08:45:23 -05:00
Marius Bakke
7135553cf1
unbound: drop sbin directory
2016-03-06 12:50:41 +00:00
Marius Bakke
14e6b7aeb9
unbound: 1.5.7 -> 1.5.8
2016-03-06 12:11:40 +00:00
Vladimír Čunát
a458a9f78f
curl: use an official download link
...
It works now that we have e6f61b4cf3
.
2016-03-06 11:12:23 +01:00
Tuomas Tynkkynen
ad47355786
Merge remote-tracking branch 'upstream/master' into staging
2016-03-06 11:48:57 +02:00
Aneesh Agrawal
bb39304ce6
openssh: use bin instead of sbin folder
...
References #11939 .
2016-03-05 23:56:32 -05:00
Tobias Geerinckx-Rice
b747253700
borgbackup: 0.30.0 -> 1.0.0
...
Major upgrade, be sure to read the release notes:
https://github.com/borgbackup/borg/blob/1.0.0/docs/changes.rst
2016-03-06 01:09:12 +01:00
Tobias Geerinckx-Rice
225edbd9b5
ms-sys: 2.5.2 -> 2.5.3
2016-03-06 01:09:12 +01:00
Mathieu Boespflug
73878e1c10
keyfuzz: init at 0.2.
2016-03-05 19:41:33 +01:00
Nikolay Amiantov
9e9a2f1096
unrar: 5.3.9 -> 5.3.11
...
Also build shared library.
2016-03-05 09:34:33 +03:00
Robin Gloster
e2372a4183
ceph: fix for zip timestamps
2016-03-04 14:15:59 +00:00
Emery
d07d94b97c
amtterm: initial package at 1.4
...
https://www.kraxel.org/cgit/amtterm/
2016-03-04 14:47:47 +01:00
joachifm
2bf5629618
Merge pull request #10139 from mstrm/clamav
...
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 11:59:49 +00:00
Nikolay Amiantov
2a7f56bc8f
virtualgl: 2.4.1 -> 2.5
2016-03-04 14:46:45 +03:00
Martin Sturm
507ad9a4f9
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 02:26:44 +01:00
joachifm
4bea06636a
Merge pull request #13636 from mpscholten/undmg2
...
undmg: init at 1.0.0
2016-03-03 23:55:31 +00:00
Arseniy Seroka
a40322613e
Merge pull request #13564 from valeriangalliat/nix-prefetch-scripts/explicit-nix-dependency
...
nix-prefetch-scripts: explicitly depend on Nix
2016-03-03 23:39:50 +03:00
zimbatm
5f4417e0cf
pythonPackages.acme_0_1: init at 0.1.0
...
`acme_0_1` is introduced because `simp_le` strictly depends on version 0.1.0
of the library (which is now at 0.4.0).
2016-03-03 18:47:02 +00:00
Marc Scholten
8b5b57fb96
undmg: init at 1.0.2
2016-03-03 18:08:48 +01:00
joachifm
950424f9fd
Merge pull request #13638 from romildo/update.xsettingsd
...
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 15:16:06 +00:00
José Romildo Malaquias
6cf907ba09
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 11:58:55 -03:00
joachifm
1b1379a68d
Merge pull request #13531 from magnetophon/connman-dmenu-master
...
connman-dmenu: init at git-29-9-2015
2016-03-03 13:07:44 +00:00
Nikolay Amiantov
f442830c55
libreswan: specify that we don't support parallel building
2016-03-02 18:56:32 +03:00
Nikolay Amiantov
23dd97ee88
Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgs
2016-03-02 18:56:24 +03:00
Marius Bakke
c5f177cb5d
dnscrypt-proxy: 1.6.0 -> 1.6.1
2016-03-02 15:12:06 +00:00
Alex Franchuk
69d8cb4a6b
libreswan: add package and service to nixos
2016-03-02 09:44:30 -05:00
Eelco Dolstra
cc71804ab0
openssh: Fix build
2016-03-01 22:25:17 +01:00
Aneesh Agrawal
7f8d50b443
openssh: 7.1p2 -> 7.2p1
2016-03-01 22:25:16 +01:00
Eelco Dolstra
e9b408936c
findutils: Disable tests on Darwin
...
The strftime test fails with:
NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 12:00:00 +1200 (NZST)"
The source in fact marks this test as "ahistorical", so the result on
Darwin might not be incorrect.
http://hydra.nixos.org/build/32578562/nixlog/1/raw
2016-03-01 16:14:58 +01:00
joachifm
d917b4975c
Merge pull request #13478 from sheenobu/clamav
...
clamav: 0.98.7 -> 0.99
2016-03-01 03:44:23 +00:00
Valérian Galliat
269d0864b5
nix-prefetch-scripts: explicitly depend on Nix
...
Otherwise, a call to, for example, nix-prefetch-git, in a nix-shell --pure or
nix-build phase would result in an error such as:
Switched to a new branch 'fetchgit'
removing `.git'...
/nix/store/7qvjji7kbd033nsyxlpiiiam61a44yz9-nix-prefetch-git/bin/.nix-prefetch-git-wrapped: line 374: nix-hash: command not found
2016-02-29 18:38:59 -05:00
Pascal Wittmann
5a0dbaabad
parallel: 20160122 -> 20160222
2016-02-29 23:35:32 +01:00
Pascal Wittmann
5ba31560d5
pdf2djvu: 0.9.3 -> 0.9.4
2016-02-29 23:35:32 +01:00
zimbatm
4704b81e8a
Merge pull request #13467 from zimbatm/letsencrypt-0.4.0
...
letsencrypt: 0.1.0 -> 0.4.0
2016-02-29 11:02:43 +00:00
Eelco Dolstra
843373ef8c
Merge remote-tracking branch 'origin/patchelf-0.9' into staging
2016-02-29 11:36:31 +01:00
Ozan Sener
3a6b06f1be
wring: init at 1.0.0
2016-02-28 18:05:56 +02:00
Thomas Tuegel
ab746ec902
ibus: consolidate wrappers
2016-02-28 09:30:09 -06:00
Thomas Tuegel
41204574be
ibus-m17n: use Python 3
2016-02-28 07:12:55 -06:00
Thomas Tuegel
3a8a887cfd
ibus-with-plugins: replace ibus wrappers
2016-02-28 07:12:55 -06:00
Thomas Tuegel
4e2fe6e579
m17n-db: fix path to charmaps
2016-02-28 07:11:10 -06:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Eelco Dolstra
abd3c246a4
netpbm: Disable parallel building
...
Looks like the "partlist" file is constructed in an unsound way.
http://hydra.nixos.org/build/32430147
2016-02-28 12:59:17 +01:00
Franz Pletz
b871649530
quicktun: init at 2.2.4
2016-02-28 12:23:12 +01:00
Domen Kožar
67b9053d29
Merge pull request #13530 from danielfullmer/zerotier-fix
...
zerotierone: hardcoded path fix
2016-02-28 10:20:04 +00:00
Bart Brouns
8fa1fb4920
connman-dmenu: init at git-29-9-2015
...
fix indentation
2016-02-28 05:18:35 +01:00
Daniel Fullmer
110dfca988
zerotierone: hardcoded path fix
...
New code in zerotier broke the previous substitution where we refer to
the correct path for "ip".
2016-02-27 22:13:41 -05:00
rnhmjoj
838379f117
bdf2psf: 1.134 -> 1.137
2016-02-28 02:56:22 +01:00
zimbatm
6a518e51dd
Merge pull request #13475 from rimmington/collectd-no-mysql
...
collectd: allow mysql to be null
2016-02-27 22:24:57 +00:00
Eelco Dolstra
015c7afffa
findutils: 4.4.2 -> 4.6.0
...
The first findutils update in six years! Changes:
https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00014.html
2016-02-27 23:18:50 +01:00
Arseniy Seroka
824a1fb5b9
Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
...
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Franz Pletz
0a9076b5f8
socat: 2.0.0-b8 -> 2.0.0-b9 (CVE-2016-2217)
...
https://lwn.net/Vulnerabilities/674840/
http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Franz Pletz
88d1564985
socat: 1.7.3.0 -> 1.7.3.1 (CVE-2016-2217)
...
https://lwn.net/Vulnerabilities/674840/
http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Franz Pletz
158ff99ae4
chrony: 2.2 -> 2.3
2016-02-27 18:00:07 +01:00
Christoph Hrdinka
0c0312d342
Merge pull request #13048 from bendlas/update-i2p
...
i2p: 0.9.23 -> 0.9.24
2016-02-27 17:49:20 +01:00
Arseniy Seroka
3030dec0d7
yandex-disk: 0.1.5.940 -> 0.1.5.948
2016-02-27 18:39:42 +03:00
Franz Pletz
c691b6a858
ntp: 4.2.8p4 -> 4.2.8p6 (multiple CVEs)
...
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
2016-02-27 16:34:02 +01:00
Sheena Artrip
b6a8348a4b
clamav: 0.98.7 -> 0.99
2016-02-27 06:59:06 -05:00
Rhys
ac94a5d86c
collectd: allow mysql to be null
2016-02-27 12:02:44 +11:00
Thomas Tuegel
272cf5c44f
Merge branch 'ibus'
2016-02-26 18:10:11 -06:00
Thomas Tuegel
cb10990fdc
ibus-anthy: upgrade to Python 3
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa
ibus-hangul: download release from GitHub
2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91
ibus-table: 1.9.6 -> 1.9.11
2016-02-26 18:08:48 -06:00
Thomas Tuegel
f058f1c1d3
ibus-with-plugins: rewrite wrapper
2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97
ibus: 1.5.11 -> 1.5.13
2016-02-26 18:08:48 -06:00
zimbatm
2f38c1be69
Merge pull request #11142 from cresh/darwin-sshpass
...
sshpass: Enable on OS X.
2016-02-27 00:00:01 +00:00
Arseniy Seroka
766ad682f1
Merge pull request #13471 from Profpatsch/networkmanager-link-local
...
networkmanager: fix link-local ip addresses
2016-02-27 02:55:31 +03:00
zimbatm
1f00c52880
Merge pull request #11210 from mitchty/munge-on-osx
...
Munge is buildable/usable on OS X/most unices
2016-02-26 23:10:53 +00:00