William A. Kennington III
0210ecab70
ceph-git: 2015-08-18 -> 2015-08-29
2015-08-30 10:57:16 -07:00
Carter Charbonneau
ffc679460f
networkmanager: build with dnsmasq
...
Networkmanager requires dnsmasq for network sharing
2015-08-30 02:55:56 +02:00
William A. Kennington III
afe1f0f127
Merge branch 'master.upstream' into staging.upstream
2015-08-29 17:48:49 -07:00
Daniel Fox Franke
36ac761340
expect: fix Darwin linkage
...
expect's build system doesn't seem to provide the proper linker flags
for the expect programs to be able to find libexpect on Darwin. (Stuff
like this should really just use libtool. *sigh*). Setting
DYLD_LIBRARY_PATH is an inelegant hack, but it gets the job done
without risking affecting other platforms.
2015-08-30 00:50:48 +02:00
koral
da6b369029
xurls: 0.6.0 -> 0.7.0
2015-08-29 23:46:18 +02:00
William A. Kennington III
4121c5064a
parallel: Fix some needed dependencies
2015-08-29 10:49:23 -07:00
William A. Kennington III
86e53bdff3
curl: 7.43.0 -> 7.44.0
2015-08-28 17:57:13 -07:00
William A. Kennington III
6d83b13734
ceph: 0.94.2 -> 0.94.3
2015-08-28 17:49:03 -07:00
Joachim Fasting
624eba1885
fuppes: mark as broken
...
This package has been broken since 2014-01-20, according to Hydra [1]. I tried
various ad-hoc patching & adding missing dependencies, uncovering yet more
errors. Updating is also out of the question, as nixpkgs already contains the
latest version.
[1]: https://hydra.nixos.org/build/25188337
2015-08-28 17:22:26 +02:00
Domen Kožar
07ca74f60f
Merge pull request #9481 from rycee/fix/xdaliclock
...
xdaliclock: replace use of builderDefsPackage
2015-08-27 18:41:00 +02:00
Damien Cassou
7043fa844c
Merge pull request #9479 from DamienCassou/update-umlet-13.3
...
umlet 13.2 → 13.3
2015-08-27 17:20:16 +02:00
Damien Cassou
3dc24b9e53
umlet 13.2 → 13.3
2015-08-27 17:14:54 +02:00
Robert Helgesson
6a41cb828e
xdaliclock: replace use of builderDefsPackage
2015-08-27 16:44:23 +02:00
William A. Kennington III
00fd3b25f9
parallel: 20150722 -> 20150822
2015-08-27 01:02:35 -07:00
Luca Bruno
b5f7884b30
Revert "tarsnap: 1.0.35 -> 1.0.36.1 and use upstream bash completion scripts"
...
This reverts commit 54c7053bff
.
Doesn't build with nix chrooted builds.
2015-08-26 18:53:43 +02:00
Edward Tjörnhammar
f547eaab44
openvpn: 2.3.6 -> 2.3.8
2015-08-26 13:00:23 +02:00
Edward Tjörnhammar
65335c1a58
Merge pull request #9449 from rycee/bump/svtplay-dl
...
svtplay-dl: 0.10.2015.05.24 -> 0.10.2015.08.24
2015-08-26 09:02:49 +02:00
Robert Helgesson
8dc7eb9611
svtplay-dl: 0.10.2015.05.24 -> 0.10.2015.08.24
2015-08-26 08:42:42 +02:00
Rickard Nilsson
30313a8fb8
google-cloud-sdk: 0.9.65 -> 0.9.74
2015-08-26 02:03:13 +02:00
Arseniy Seroka
f3f8506461
Merge pull request #9392 from danielfullmer/zerotierone-1.4
...
zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded path
2015-08-25 20:39:06 +03:00
Arseniy Seroka
0851e6aa7d
Merge pull request #9410 from KoviRobi/plan9port-update
...
plan9port: 20140306 -> git-2015-06-29
2015-08-25 20:37:57 +03:00
Arseniy Seroka
ae5c1084e3
Merge pull request #9431 from philandstuff/fix-html-xml-utils
...
html-xml-utils: fix and bump to 6.9
2015-08-25 20:36:52 +03:00
Lluís Batlle i Rossell
97dada0005
Make hydra build proxychains.
...
(cherry picked from commit 8f11a84c9145c4a1cf5fe182db31921070565efa)
2015-08-25 14:28:12 +02:00
Domen Kožar
e4644a5b58
Merge branch 'staging'
2015-08-25 14:14:54 +02:00
Tobias Geerinckx-Rice
c98685c737
netsniff-ng: 0.5.9-{85-g71c28ef -> 86-gd84a6b7}
2015-08-25 02:09:49 +02:00
Eelco Dolstra
e4610f2965
buildEnv: Support package priorities like nix-env
...
This gets rid of a bunch of collision warnings.
2015-08-25 00:40:40 +02:00
Philip Potter
44048385bd
html-xml-utils: fix and bump to 6.9
...
6.4 had a compile error:
```
scan.l:136:7: error: expected identifier or ‘(’ before ‘__extension__’
char *strndup(const char *s, size_t n);
^
```
This is caused by the standard library strndup() now living in string.h
and conflicting with another strndup() declared in scan.l. Version 6.9
fixes this.
This also removes the need for the boolean patch that we previously had.
2015-08-24 22:38:01 +01:00
Vladimír Čunát
ce6daa507a
Merge pull request #9428 from deepfire/maintain
...
maintain introduced packages
2015-08-24 22:58:15 +02:00
Kovacsics Robert (NixOS-SSD2)
195671aa70
plan9port: 20140306 -> 2015-06-29
...
We were already using snapshots, but development moved to github.
Also add "9" to $out/bin as it is the recommended practice, see
install.txt
2015-08-24 21:55:48 +01:00
Anders Papitto
6b892be9a8
fix updmap invocation in texLive
...
Close #9430 , fixes #9318 .
2015-08-24 22:47:05 +02:00
Kosyrev Serge
432c43dabf
chntpw: add myself as maintainer
2015-08-24 22:55:13 +03:00
Kosyrev Serge
1770fe4443
wsmancli init at 2.6.0
2015-08-24 22:34:16 +03:00
Samuel Rivas
c41a62aa98
colord: 1.2.3 -> 1.2.12
...
* Use fetchzip instead of fetchurl
2015-08-24 19:52:37 +02:00
Eelco Dolstra
fa67a2d301
nixUnstable: Update
2015-08-24 18:58:45 +02:00
Thomas Tuegel
90a72bd177
Merge branch 'master' into staging
2015-08-23 10:29:12 -05:00
Arseniy Seroka
39c76445b9
Merge pull request #9375 from mstarzyk/obnam
...
obnam: 1.14 -> 1.15
2015-08-23 17:47:25 +03:00
Nikolay Amiantov
d0a03e078c
tlp: install man pages
2015-08-23 17:33:49 +03:00
Phil Scott
3bbd79aaa6
scanmem: init at 0.15.2
...
[Bjørn: Remove trailing dot in description.]
2015-08-23 15:25:52 +02:00
Tobias Geerinckx-Rice
69114f74aa
packagekit: use http:// instead of https://
...
Proxy weirdness?
2015-08-23 00:02:29 +02:00
roconnor
1be2b63d27
Merge pull request #9387 from doshitan/update-tarsnap
...
tarsnap: 1.0.35 -> 1.0.36.1 and use upstream bash completion scripts
2015-08-22 12:26:58 -04:00
Tanner Doshier
54c7053bff
tarsnap: 1.0.35 -> 1.0.36.1 and use upstream bash completion scripts
2015-08-21 19:37:07 -05:00
Daniel Fullmer
e23ee274b6
zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded path
2015-08-21 23:06:50 +00:00
William A. Kennington III
64cd711f5c
Merge branch 'master.upstream' into staging.upstream
2015-08-21 15:17:26 -07:00
Eelco Dolstra
6a54ca7990
dhcpcd: Update to 6.9.2
...
Upstream recommends this as an important upgrade to 6.9.1 because it
fixes a race that could cause an empty resolv.conf to be created.
2015-08-21 17:03:51 +02:00
Pascal Wittmann
d73829576d
rrdtool: update from 1.5.3 to 1.5.4
2015-08-21 08:49:49 +02:00
Pascal Wittmann
53ea7bcbda
pdf2djvu: update from 0.8 to 0.8.1
2015-08-21 08:49:49 +02:00
Maciek Starzyk
1bedd3b597
obnam: 1.14 -> 1.15
2015-08-20 21:08:50 +02:00
William A. Kennington III
2138f789bc
Merge branch 'master.upstream' into staging.upstream
2015-08-20 10:32:29 -07:00
Tobias Geerinckx-Rice
4ec87513b6
packagekit: python3 attr. -> unversioned python
2015-08-20 18:26:15 +02:00
Benno Fünfstück
1f10b44d3e
xvkbd: update from 3.5 to 3.6
2015-08-20 17:07:19 +02:00
Arseniy Seroka
e8d96bdcf7
Merge pull request #9301 from ssgen/fatresize
...
Fatresize
2015-08-20 16:18:18 +03:00
Arseniy Seroka
61d86a087b
Merge pull request #9348 from offlinehacker/logstash/update/1.5.3
...
logstash: Update to 1.5.3
2015-08-20 16:03:17 +03:00
Eelco Dolstra
2d4b6405b3
openssh: Apply some Fedora security backports
2015-08-20 14:08:21 +02:00
Eelco Dolstra
401782cb67
Revert "openssh: 6.9p1 -> 7.0p1"
...
This reverts commit a8eb2a6a81
. OpenSSH
7.0 is causing too many interoperability problems so soon before the
15.08 release.
For instance, it causes NixOps EC2 initial deployments to fail with
"REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client
knows the server's ssh-dss host key, but this key is no longer
accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does
not work because it causes ssh-dss to be ordered after
"ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh
prioritizes host key algorithms for which the client has a known host
key, but not if you set HostKeyAlgorithms.)
2015-08-20 14:08:18 +02:00
William A. Kennington III
4f22eadf2c
Merge branch 'master.upstream' into staging.upstream
2015-08-19 20:52:17 -07:00
Tobias Geerinckx-Rice
fb6502892a
stress-ng: update 0.04.14 -> 0.04.15
2015-08-20 04:52:16 +02:00
Tobias Geerinckx-Rice
72e8bf518f
netsniff-ng: update 0.5.9-{80-g3384ee7 -> 85-g71c28ef}
2015-08-20 04:52:15 +02:00
Tobias Geerinckx-Rice
46df28d371
packagekit: init at 1.0.7
...
Don't worry, this does absolutely nothing on Nix and only serves to
satisfy simple-scan's zany new dep.
2015-08-20 04:41:11 +02:00
Jaka Hudoklin
9146edd5be
logstash: 1.4.2 -> 1.5.3
2015-08-20 00:34:23 +02:00
Jaka Hudoklin
4ecf102ebf
s3fs: 1.78 -> 1.79
2015-08-19 23:50:27 +02:00
ssgen
62e2b2124a
fatresize: init at 1.0.2
2015-08-20 00:43:34 +03:00
Jaka Hudoklin
24a626020a
Merge pull request #8681 from offlinehacker/pkgs/driftnet/add
...
Add driftnet
2015-08-19 22:58:27 +02:00
William A. Kennington III
901482ad99
Merge branch 'master.upstream' into staging.upstream
2015-08-19 13:54:48 -07:00
William A. Kennington III
88b1d7e5d9
logstash-forwarder: 20141216 -> 0.4.0
2015-08-19 13:25:44 -07:00
Paulus Esterhazy
f683031df2
pass: Fix for Darwin
2015-08-19 20:50:58 +02:00
Arseniy Seroka
e197085b45
Merge pull request #9289 from jb55/antimicro-patch
...
antimicro: init at 2.18
2015-08-19 14:45:12 +03:00
Arseniy Seroka
b9a174b9e3
Merge pull request #9340 from obadz/ecryptfs
...
ecryptfs
2015-08-19 14:37:36 +03:00
obadz
172522e153
ecryptfs:
...
- upgrade 106 -> 108
- fix passphrase rewrapper (password changing should now work fine) as
discussed on https://bugs.launchpad.net/ecryptfs/+bug/1486470
- add lsof dependency so ecryptfs-migrate-home should work out of the
box
2015-08-19 12:16:57 +01:00
William A. Kennington III
ab7a1646d9
aria2: Fix ssl support and switch back to sourceforge
...
Using sourceforge gives release binaries which don't require us to
regenerate all of the autotools scripts. This removes the need for
dependencies like cppunit and libgcrypt and autoreconfHook.
cc @geerds
2015-08-18 17:18:49 -07:00
Mateusz Kowalczyk
ccb9acc43e
youtube-dl: update to 2015.08.16.1
2015-08-19 00:45:59 +01:00
Jascha Geerds
56d6a3d846
aria2: Remove openssl dependency
2015-08-18 23:52:58 +02:00
William A. Kennington III
2d40eeceda
ceph-git: 2015-08-07 -> 2015-08-18
2015-08-18 14:45:11 -07:00
William A. Kennington III
2ac70270e8
Merge branch 'master.upstream' into staging.upstream
2015-08-18 11:36:32 -07:00
William A. Kennington III
9fa56e49d7
man-db: 2.7.1 -> 2.7.2
2015-08-18 11:29:36 -07:00
Jascha Geerds
1375602b8d
aria2: Add myself as a maintainer
2015-08-18 14:51:54 +02:00
Jascha Geerds
4140d6352e
aria2: Add platforms attribute
2015-08-18 14:51:03 +02:00
Jascha Geerds
cc0f9acb53
aria2: Fetch from github instead of sourceforge
2015-08-18 14:50:19 +02:00
Austin Seipp
2c933ad3db
nixpkgs: add tarsnap shell completion utils
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-17 22:00:47 -05:00
Austin Seipp
cec55d6c15
nixpkgs: touchup tarsnap formula
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-17 21:48:34 -05:00
Tobias Geerinckx-Rice
4fdb99d31e
netsniff-ng: update 0.5.9-{71-g77445f8 -> 80-g3384ee7}
2015-08-18 03:38:23 +02:00
Austin Seipp
5d964375e5
nixpkgs: afl 1.83b -> 1.86b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-17 17:18:10 -05:00
Anthony Cowley
7dbea7aa78
Nix darwin use libsodium
2015-08-17 18:09:19 -04:00
William A. Kennington III
810a033d1b
picocom: 1.7 -> 1.8
2015-08-17 13:14:59 -07:00
William Casarin
aba6c9e9cb
antimicro: init at 2.18
...
antimicro is a graphical program used to map keyboard keys and mouse controls
to a gamepad. Useful for playing PC games with no gamepad or poor gamepad
support.
2015-08-16 20:07:23 -07:00
Pascal Wittmann
9b41ae74dd
Merge pull request #9286 from mstarzyk/obnam
...
obnam: 1.13 -> 1.14
2015-08-16 22:28:25 +02:00
Maciek Starzyk
2388a0c985
obnam: 1.13 -> 1.14
2015-08-16 21:44:21 +02:00
Jan Malakhovski
a0f50dc665
xdg_utils: add mimi support
2015-08-16 20:23:01 +02:00
Bjørn Forsman
0279a979a5
stunnel: 5.20 -> 5.22
...
Changelog:
https://www.stunnel.org/sdf_ChangeLog.html
2015-08-16 19:05:14 +02:00
zimbatm
67c9a485b7
direnv: 2.6.0 -> 2.7.0
2015-08-15 22:39:03 +01:00
Pascal Wittmann
d0f75b4391
filegive: move from googlecode to github
2015-08-15 21:04:32 +02:00
Pascal Wittmann
72bfb93beb
plowshare: move from googlecode to github
2015-08-15 21:04:32 +02:00
Pascal Wittmann
789ae5333b
logkeys: move from googlecode to github
2015-08-15 21:04:32 +02:00
William A. Kennington III
a106080623
Merge branch 'master.upstream' into staging.upstream
2015-08-14 13:22:00 -07:00
Tobias Geerinckx-Rice
a913ad89c1
eid-mw: 4.1.4 -> 4.1.5
2015-08-14 03:07:10 +02:00
Tobias Geerinckx-Rice
273fb91b49
miniupnpd: 1.9.{20150430 -> 20150721}
...
Drop removed libnfnetlink dependency and simplify build.
Don't yet update miniupnpc because it breaks bitcoin 0.11.
2015-08-14 03:07:09 +02:00
William A. Kennington III
952def0e3c
Merge branch 'master.upstream' into staging.upstream
2015-08-13 11:55:02 -07:00
Badi' Abdul-Wahid
978d4be3ab
colordiff: support Darwin as a platform
...
This change just adds darwin to the supported platforms attribute of
the package.
2015-08-13 10:11:36 -04:00
Vladimír Čunát
7307f5c011
stoken: fix evaluation (licence), refactor a little
...
I hope @fuuzetsu doesn't mind the refactoring.
BTW, do you know about `autoreconfHook`? It might save the preConfigure
and most buildInputs.
2015-08-13 14:18:36 +02:00
Mateusz Kowalczyk
bf37974165
stoken: add new package
2015-08-13 13:07:39 +01:00
Arseniy Seroka
24cac7ac16
Merge pull request #9220 from badi/darwin-keychain
...
keychain: support Darwin as a platform
2015-08-13 11:11:04 +03:00
Tobias Geerinckx-Rice
3059362c74
dropbear: 2015.67 -> 2015.68
...
Changes: https://matt.ucc.asn.au/dropbear/CHANGES
2015-08-13 03:05:53 +02:00
William A. Kennington III
aec624a72e
pinentry: 0.9.4 -> 0.9.5
2015-08-12 17:13:27 -07:00
William A. Kennington III
997b9bc8c6
gnupg21: 2.1.6 -> 2.1.7
2015-08-12 17:02:14 -07:00
Badi' Abdul-Wahid
aed29abec7
keychain: support Darwin as a platform
...
This change provides support for Darwin as a platform by making the
`procps` parameter optional. If the platform is linux, then
`procps`/bin is added to the wrapped keychain's PATH, else not.
2015-08-12 11:46:56 -04:00
Rickard Nilsson
0d52a300f6
Merge pull request #9158 from mstarzyk/obnam
...
obnam: Add dependency on python fuse. Fixes 'obnam mount'.
2015-08-12 11:11:49 +02:00
William A. Kennington III
a8eb2a6a81
openssh: 6.9p1 -> 7.0p1
2015-08-11 10:59:12 -07:00
Thomas Strobel
50a5845855
xpra: fix rencode dependency
2015-08-10 23:14:29 +02:00
ts468
8958841d39
Merge pull request #9185 from akaWolf/xpra
...
xpra: 0.14.19 -> 0.15.3
2015-08-10 22:31:18 +02:00
Boris Sukholitko
c2f5d1abed
nsjail: init at 8b951e6
2015-08-10 22:27:15 +03:00
William A. Kennington III
6e698f9c61
Merge branch 'master.upstream' into staging.upstream
2015-08-09 13:34:18 -07:00
Artjom Vejsel
fa2ee81a92
xpra: 0.14.19 -> 0.15.3
2015-08-09 20:58:39 +03:00
Joachim Fasting
70ae60feb1
i2p: 0.9.20 -> 0.9.21
...
See https://geti2p.net/en/blog/post/2015/07/31/0.9.21-Release
2015-08-09 01:55:25 +02:00
Arseniy Seroka
1629107a8a
Merge pull request #9168 from dfoxfranke/chrony
...
chrony: 1.31 -> 2.1.1
2015-08-08 23:44:58 +03:00
Michael Raskin
462ce2a65e
GlusterFS: 3.7.2 -> 3.7.3
2015-08-08 21:01:31 +03:00
Daniel Fox Franke
4f70094857
chrony: 1.31 -> 2.1.1
2015-08-08 11:07:12 -04:00
Pascal Wittmann
f5c2cd8059
pdf2djvu: update from 0.7.21 to 0.8
2015-08-08 00:08:50 +02:00
William A. Kennington III
2f620f5767
ceph-git: 2015-08-05 -> 2015-08-07
2015-08-07 14:18:39 -07:00
William A. Kennington III
4624985561
Merge branch 'master.upstream' into staging.upstream
2015-08-07 13:40:39 -07:00
Maciek Starzyk
01eef86aca
obnam: Add dependency on python fuse. Fixes 'obnam mount'.
2015-08-07 14:41:00 +02:00
Jascha Geerds
6699992368
vdirsyncer: 0.5.2 -> 0.6.0
2015-08-07 12:18:24 +02:00
William A. Kennington III
56c62ad12a
ceph-git: 2015-07-32 -> 2015-08-05
2015-08-06 09:55:40 -07:00
Pascal Wittmann
f104a6c008
Merge pull request #9145 from dezgeg/pr-ckbcomp-update
...
ckbcomp: 1.129 -> 1.131
2015-08-06 16:21:15 +02:00
Pascal Wittmann
dd06e36eb8
sbsigntool: only build for x86_64-linux, it is broken on i686
2015-08-06 15:59:51 +02:00
Tuomas Tynkkynen
1bbcaf2eaf
ckbcomp: 1.129 -> 1.131
...
Based on upstream commit logs; not much has happened: mostly translation
updates and a minor fix for Nokia N900 keyboards.
2015-08-06 16:51:42 +03:00
lethalman
203e32e871
Merge pull request #9113 from dezgeg/pr-diffoscope
...
debbindiff: Rename to 'diffoscope' and update 26 -> 29 (plus some Python deps)
2015-08-06 11:53:26 +02:00
lethalman
8282baacc0
Merge pull request #9106 from lancelotsix/add_hubicfuse
...
hubicfuse: init at 2.1.0
2015-08-06 11:42:19 +02:00
William A. Kennington III
666629f30b
ceph-pre: Update
2015-08-05 21:52:00 -07:00
William A. Kennington III
34fbb41500
ceph: Support newer git version
2015-08-05 21:51:52 -07:00
William A. Kennington III
baf0967947
ccid: 1.4.19 -> 1.4.20
2015-08-05 19:25:56 -07:00
William A. Kennington III
23c3edd62c
pcsclite: 1.8.13 -> 1.8.14
2015-08-05 19:25:56 -07:00
Arseniy Seroka
257888c5d7
Merge pull request #9123 from mstarzyk/obnam
...
obnam: 1.12 -> 1.13
2015-08-06 03:06:53 +03:00
William A. Kennington III
0ecc61b4d7
Merge branch 'master.upstream' into staging.upstream
2015-08-05 16:24:57 -07:00
Lancelot SIX
d165ea2329
hubicfuse: init at 2.1.0
2015-08-06 00:22:18 +02:00
Tobias Geerinckx-Rice
4f9249caaf
netsniff-ng 0.5.9-70-g123b444 -> 0.5.9-71-g77445f8
...
Remove patch to curvetun build (now upstream).
2015-08-05 22:36:17 +02:00
Thomas Strobel
4661158164
vpnc: revert default local port to 500
2015-08-05 21:55:02 +02:00
ts468
e190a70b04
Merge pull request #9128 from ts468/upstream.vpnc
...
vpnc: 0.5.3 -> svn-rev-550
2015-08-05 21:30:05 +02:00
Thomas Strobel
531e93eaf4
vpnc: 0.5.3 -> svn-rev-550
...
also, change default local port from 500 to random to avoid
clashes with other IPSec services like, e.g., strongSwan
2015-08-05 21:16:35 +02:00
Maciek Starzyk
fd08657281
obnam: 1.12 -> 1.13
2015-08-05 19:33:01 +02:00
Pascal Wittmann
6bacb60ca9
screenfetch: add grep to PATH, closes #9088
2015-08-05 14:44:41 +02:00
Peter Simons
7053602206
nixops: update unstable version to latest git HEAD
2015-08-05 14:37:46 +02:00
Eelco Dolstra
b3d8d750de
Remove /etc/nixos/nixpkgs from $NIX_PATH
...
NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to
get rid of it.
2015-08-05 14:34:33 +02:00
Thomas Strobel
9011f117f2
strongswan: fix resolvconf plugin
2015-08-05 12:12:59 +02:00
William A. Kennington III
10d10b000a
ceph: Add 0.94 pre
2015-08-04 17:14:06 -07:00
ts468
778ea83849
Merge pull request #9115 from ts468/upstream.strongswan
...
strongswan: enable more plugins
2015-08-05 01:55:01 +02:00
Tobias Geerinckx-Rice
73bccf7c52
netsniff-ng 0.5.9-34-g95c4582 -> 0.5.9-70-g123b444
2015-08-05 00:57:04 +02:00
Tobias Geerinckx-Rice
02319b63e0
gparted: update home page
...
Downloads are still hosted by Sourceforge :-(
2015-08-05 00:57:04 +02:00
Tobias Geerinckx-Rice
6ee6e9fa57
gparted: 0.22.0 -> 0.23.0
...
Key changes include:
- Add partition name to create dialog and enable online naming
(relevant for GPT partitioned disk)
- Show serial number in device information
- Add support for btrfs set new file system UUID
- Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems
2015-08-05 00:57:03 +02:00
William A. Kennington III
926f073f55
Merge branch 'master.upstream' into staging.upstream
2015-08-04 15:32:43 -07:00
Thomas Strobel
69397d9f94
strongswan: enable more plugins
2015-08-04 19:21:47 +02:00
Pascal Wittmann
084595f33a
hevea: update from 2.23 to 2.25
2015-08-04 12:17:16 +02:00
Luca Bruno
4a96fa92db
cpulimit: does not build on darwin (ZHF)
2015-08-04 10:40:44 +02:00
Tuomas Tynkkynen
ba5402a328
debbindiff: Rename to 'diffoscope' and update 26 -> 29
...
Upstream has changed the project name to 'diffoscope' since "debbindiff
has grown way beyond a being just a tool to compare Debian packages."
Besides the rename, there are new dependencies on ssdeep, libarchive-c
and sqlite.
2015-08-04 09:27:33 +03:00
William A. Kennington III
a2da9cfcaf
Merge branch 'master.upstream' into staging.upstream
2015-08-03 14:27:14 -07:00
William A. Kennington III
f2d3b5ead9
grub2: 2015-07-05 -> 2015-07-27
2015-08-03 14:12:14 -07:00
William A. Kennington III
8c244bc21c
dnsmasq: 2.73 -> 2.75
2015-08-03 12:52:22 -07:00
ts468
c6159b2614
Merge pull request #9101 from ts468/upstream.strongswan
...
strongswan: add TNC build option
2015-08-03 17:53:01 +02:00
Thomas Strobel
6f727a8a83
strongswan: add TNC build option
2015-08-03 17:07:12 +02:00
ts468
1857db1bc9
Merge pull request #9100 from ts468/upstream.omapd
...
omapd: init at 0.9.2
2015-08-03 13:12:28 +02:00
Thomas Strobel
89e78b5211
omapd: init at 0.9.2
2015-08-03 13:04:59 +02:00
Bjørn Forsman
c2aadb38a7
ntopng: add extra download URL
...
It seems upstream have moved the ntopng-1.2.1.tgz into an "old/"
subdirectory.
2015-08-03 12:19:34 +02:00
Sander van der Burg
dc2a6e3d3d
dd-agent: Add support for MongoDB monitoring
2015-08-03 09:09:52 +00:00
Tobias Geerinckx-Rice
9cd4763e9c
ipad_charge: init at 2015-02-03
2015-08-03 01:45:13 +02:00
Tobias Geerinckx-Rice
a9a0fedb94
stress-ng: 0.04.13 -> 0.04.14
2015-08-03 01:41:56 +02:00
Tobias Geerinckx-Rice
249b25698e
xdelta: tidy up
2015-08-03 01:41:55 +02:00
Thomas Strobel
192091dc06
trustedGRUB2: git -> 1.2.0
2015-08-02 23:03:45 +02:00
Arseniy Seroka
0fb7dafb68
Merge pull request #9078 from joachifm/minisign
...
minisign: init at 0.4
2015-08-02 15:28:48 +03:00
William A. Kennington III
1dab05033f
Merge branch 'master.upstream' into staging.upstream
2015-08-01 19:18:08 -07:00
William A. Kennington III
58d1a1b073
ceph: Make python fixes more reliable
2015-08-01 18:45:23 -07:00
William A. Kennington III
1b20c87d1f
ceph-git: 2015-07-29 -> 2015-07-31
2015-08-01 18:05:51 -07:00
William A. Kennington III
dd41013dba
ceph: Remove leaveDotGit as it is non-deterministic
2015-08-01 18:05:51 -07:00
Pascal Wittmann
9cac20afa8
cv: update from 0.7.1 to 0.8
2015-08-01 21:13:38 +02:00
Joachim Fasting
56b39c2cc5
minisign: init at 0.4
2015-08-01 17:20:15 +02:00
Arseniy Seroka
b6160fa736
monkeysphere: fix description
2015-08-01 13:28:41 +03:00
Fabian Kirchner
b80df37494
Add monkeysphere package
2015-08-01 12:01:32 +02:00
William A. Kennington III
09b4a7cc1b
Merge branch 'master.upstream' into staging.upstream
2015-07-31 17:26:20 -07:00
Sander van der Burg
0310b48494
Add mongodb-tools package as dependency to make snapshots and restores work
2015-07-31 16:19:56 +00:00
Tobias Geerinckx-Rice
2ed604e566
Merge pull request #8937 from cheecheeo/entr_init
...
entr: init at 3.2
2015-07-31 12:45:50 +02:00
John Chee
6c14111c9d
entr: init at 3.2
2015-07-30 23:05:38 -07:00
Tobias Geerinckx-Rice
03b09e7cd4
eid-viewer: 4.0.7-195-tcm406-258907 -> 4.1.4-v4.1.4-tcm406-270732
2015-07-31 04:47:59 +02:00
Tobias Geerinckx-Rice
cf1edbb662
stress-ng: 0.04.12 -> 0.04.13
...
Changes: https://launchpad.net/ubuntu/+source/stress-ng/0.04.13-1
2015-07-31 02:02:09 +02:00
Tobias Geerinckx-Rice
7b30d6a8cb
sudo: add withInsults flag (disabled by default)
...
The feature Nix neither needs nor deserves.
Requires the "insults" to be explicitly enabled in sudoers.
This adds 1.6 MB to your sudo as some kind of cruel meta-joke.
2015-07-31 02:02:08 +02:00
Tobias Geerinckx-Rice
c0f59dc0bb
lz4: remove test restrictions
...
Tests are still disabled by default.
2015-07-31 02:02:07 +02:00
Tobias Geerinckx-Rice
6c6201a99b
Remove unnecessary rec{s from "my" packages
2015-07-31 02:02:07 +02:00
Eelco Dolstra
55932c1bec
Don't statically depend on cacert for certificates
...
This reverts commit cd52c04456
and
others.
Managing certificates (including revoking certificates and adding
custom certificates) becomes extremely painful if every package in the
system potentially depends on a different copy of cacert. Also, it
makes updating cacert rather expensive.
2015-07-31 01:34:58 +02:00
John Wiegley
6c1d408b47
bup: Patch to work on Darwin 10.10
2015-07-30 16:20:04 -07:00
William A. Kennington III
7ebe164ae0
Merge branch 'master.upstream' into staging.upstream
2015-07-30 15:03:10 -07:00
William A. Kennington III
428f9ad382
mongodb-tools: Use mongo-tools from goPackages
2015-07-30 11:19:07 -07:00
Bjørn Forsman
0c71406dd3
asciidoc: fix old copy/paste error
2015-07-30 16:36:38 +02:00
Tobias Geerinckx-Rice
9294f368f9
eid-mw: 4.1.2 -> 4.1.4
2015-07-30 16:18:37 +02:00
Lancelot SIX
ca54849eb9
torbrowser: 4.5.2 -> 4.5.3 ( close #8953 )
2015-07-30 15:55:22 +02:00
Susan Potter
a9e2cf0af3
jwhois: fix path to lynx in $lynx/etc/jwhois.conf
...
Close #8696 .
Fixes issues found when jwhois attempts to launch terminal browser
(lynx) for HTTP whois queries, for example:
$ whois blah.io
[Querying http://www.io.io/cgi-bin/whois ]
[HTTP: Unable to run web browser: /usr/bin/lynx: No such file or directory]
Tested via:
grep lynx \
/nix/store/bymgmn2vvw1n7nbb1isy87xg94s8f2ml-jwhois-4.0/etc/jwhois.conf \
| cut -f2 -d'"' \
| xargs stat -t
2015-07-30 15:52:28 +02:00
Eelco Dolstra
61a858783c
nix-repl: Bump
2015-07-30 12:08:20 +02:00
Eelco Dolstra
8a5000cc78
nixUnstable: Update to 1.10pre4200_76cc8e9
...
Also unify the nixStable and nixUnstable expressions.
2015-07-30 12:08:20 +02:00
William A. Kennington III
49caeecdaa
ceph-git: 2015-07-23 -> 2015-07-29
2015-07-29 18:15:08 -07:00
William A. Kennington III
fdc076c986
ceph: Enable accelio only on 10+
2015-07-29 18:15:08 -07:00
Pascal Wittmann
290fc1d044
parallel: update from 20150622 to 20150722
2015-07-29 22:38:07 +02:00
Pascal Wittmann
3df27bec74
bmon: update from 3.7 to 3.8
2015-07-29 22:36:55 +02:00
William A. Kennington III
aaef42ab8c
Merge branch 'master.upstream' into staging.upstream
2015-07-29 10:23:08 -07:00
Bjørn Forsman
72d7e4048c
moreutils: 0.55 -> 0.57
...
(Implicitly fixes build, since 0.55 source has disappeared.)
Also add needed "docbook_xml_dtd_44" dependency for the new version.
2015-07-29 15:46:15 +02:00
Rob Vermaas
9430294114
Update awscli to 1.7.41
2015-07-29 09:08:51 +00:00
Arseniy Seroka
e4107bdec3
Merge pull request #9023 from benley/awscli-completion
...
awscli: Make bash and zsh completions work
2015-07-29 00:35:27 +03:00
devhell
4838367a5e
profile-cleaner: 2.34 -> 2.35
...
Built and tested locally. Unfortunately there is no clear changelog
available.
2015-07-28 22:13:35 +01:00
lethalman
5bae65da23
Merge pull request #9012 from womfoo/facter
...
Add facter
2015-07-28 18:36:34 +02:00
Luca Bruno
4f320818e2
dmtx-utils: depend on imagemagick (ZHF)
2015-07-28 17:57:11 +02:00
Kranium Gikos Mendoza
78309d9825
facter: init at 3.0.2
2015-07-28 19:53:32 +08:00
Vladimír Čunát
0c4e4e6849
Merge branch 'master' into staging
...
There was a mass-rebuild due to expat CVE.
2015-07-28 13:09:43 +02:00
Nikolay Amiantov
9d815b266d
thermald: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
b2d5326e3a
sdl-jstest: update package
2015-07-28 12:33:30 +03:00
Nikolay Amiantov
3a2275dd84
imgurbash: add package
2015-07-28 12:33:29 +03:00
Benjamin Staffin
8de7d148c8
awscli: Make bash and zsh completions work
2015-07-28 01:14:34 -07:00
William A. Kennington III
0a1a015355
Merge pull request #8981 from sellout/patch-1
...
gnugpg: Add libiconv dependency.
2015-07-27 15:50:54 -04:00
Greg Pfeil
2cbfdb8ff4
gnugpg: Add libiconv dependency.
...
Tested using the pure-darwin alternate stdenv on Yosemite.
I need this change for gnupg to build. Otherwise, I get this error:
```
configure:
***
*** The system does not provide a working iconv function. Please
*** install a suitable library; for example GNU Libiconv which is
*** available at:
*** http://ftp.gnu.org/gnu/libiconv/
***
configure: error:
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***
builder for ‘/nix/store/pvzqmfzc05ifmvi0vglyl2xlkcdgh6c2-gnupg-2.1.6.drv’ failed with exit code 1
```
cc: @wkennington
2015-07-27 11:53:34 -06:00
Tobias Geerinckx-Rice
e8596c189f
colordiff: 1.0.13 -> 1.0.15
...
Changes:
- Big improvements to side-by-side diff detection
- Additional colordiffrc example colour scheme file to match 'git diff'
- Misc fixes
2015-07-27 01:54:08 +02:00
Tobias Geerinckx-Rice
08f866d887
xdelta: 3.0.9 -> 3.0.10
2015-07-27 01:54:08 +02:00
Eelco Dolstra
f98c7f2976
More docs in separate outputs
2015-07-26 22:46:45 +02:00
Eelco Dolstra
6a91bf20c8
groff: Move docs to separate output
...
This cuts the size of the package by ~10 MB.
2015-07-26 22:46:44 +02:00
Eelco Dolstra
48efe637ac
xdg-utils: Don't depend on "which"
2015-07-26 22:46:23 +02:00
Tobias Geerinckx-Rice
df6381afec
stress-ng: 0.04.11 -> 0.04.12
...
Fixes/features:
* Fix segfault in metrics because MMAPFORK macro not defined correctly
* Add --cpu-load-slice option for CPU stressor time slice tweaks
2015-07-24 22:03:32 +02:00
Vladimír Čunát
a2f16fdcff
Merge branch 'staging'
2015-07-24 15:12:28 +02:00
lethalman
5d60c20fd8
Merge pull request #8731 from cheecheeo/fzf-master
...
fzf
2015-07-24 10:13:01 +02:00
William A. Kennington III
0e1d8f0d7d
ceph-git: 2015-07-20 -> 2015-07-23
2015-07-23 15:15:02 -07:00
William A. Kennington III
6d30af58a0
ceph: Fix detection of git versioning
2015-07-23 15:14:50 -07:00
Domen Kožar
6492dc8900
Merge pull request #8928 from brodul/borg
...
Add borg backup software (fork of attic)
2015-07-23 23:31:36 +02:00
Samuel Rivas
55ad2d2150
Fix wyrd to compile with ocaml 4.02
...
camlp4 is now a separate package instead of shipping within the ocaml package
2015-07-23 19:50:01 +02:00
Peter Simons
dc5084b4d1
nixops: fix Emacs syntax highlighting
2015-07-23 19:47:43 +02:00
Peter Simons
5fcdd7c0dc
nixopsUnstable: disable broken documentation build
2015-07-23 19:47:16 +02:00
Tobias Geerinckx-Rice
dfeaaa8909
geolite-legacy: use correct local naming scheme
...
Following http://dev.maxmind.com/geoip/legacy/install/city/ :
"Then rename the *.dat file to GeoIP.dat, GeoIPRegion.dat, or
GeoIPCity.dat, for the GeoIP Country, Region or City databases,
respectively."
Using the default "GeoLiteCity*.dat" name caused ipv6calc to miss it
(verified using `ipv6calc -vv`).
2015-07-23 04:09:15 +02:00
Tobias Geerinckx-Rice
72fd2a609c
ipv6calc: make geoip and geolite-legacy "optional"
2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice
0c00290fbb
ipv6calc: 0.98.0 -> 0.99.0
2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice
c805663bf4
stress-ng: 0.04.10 -> 0.04.11
...
Changes: https://launchpad.net/ubuntu/+source/stress-ng/+changelog
2015-07-23 03:12:21 +02:00
Arseniy Seroka
fad983f95f
Merge pull request #8960 from fpletz/package/horst
...
horst: init at git-2015-07-22
2015-07-23 02:31:51 +03:00
Franz Pletz
6079babed8
horst: init at git-2015-07-22
2015-07-23 01:18:16 +02:00
William A. Kennington III
ac36ed18eb
dhcpcd: 6.9.0 -> 6.9.1
2015-07-22 14:33:06 -07:00
Vladimír Čunát
2cacf77c13
Merge branch 'master' into staging
2015-07-22 22:33:55 +02:00
Arseniy Seroka
1b8933f8f3
Merge pull request #8942 from bendlas/i2p-update
...
i2p: 0.9.19 -> 0.9.20
2015-07-22 23:12:36 +03:00
Luca Bruno
92150ef3ac
zerotierone: doesn't build on i686 (ZHF)
2015-07-22 20:27:53 +02:00
William A. Kennington III
b827583831
sudo: 1.8.14p1 -> 1.8.14p3
2015-07-22 11:26:59 -07:00
Luca Bruno
befef13d37
chaps: not supported on i686 (ZHF)
2015-07-22 11:37:38 +02:00
Luca Bruno
6151349d07
partclone: fix download (ZHF)
2015-07-22 10:58:21 +02:00
Herwig Hochleitner
604dfd33f4
i2p: 0.9.19 -> 0.9.20
2015-07-22 10:33:31 +02:00
Dan Peebles
75a7f96b44
knockknock: minor cleanup
2015-07-22 01:32:09 +00:00
Dan Peebles
a8c7abdb8d
knockknock: init
...
A simple but secure port knocking daemon and associated tool (NixOS modules upcoming)
2015-07-22 01:26:40 +00:00
Arseniy Seroka
91289b13d4
Merge pull request #8926 from dezgeg/pr-memtester
...
memtester: init at 4.3.0
2015-07-22 01:34:52 +03:00
Arseniy Seroka
431555f86b
Merge pull request #8934 from ollieh/ksuperkey
...
ksuperkey: init
2015-07-22 01:33:42 +03:00
Oliver Hunt
a855efe7db
ksuperkey: init
2015-07-21 21:37:29 +00:00
Andraz Brodnik
b655b1c49d
Add borg backup software (fork of attic)
...
Borg is a fork of attic backup software. It is more actively developed,
with more features.
2015-07-21 20:41:13 +02:00
Tuomas Tynkkynen
8de63957a5
memtester: init at 4.3.0
2015-07-21 19:59:41 +03:00
Edward Tjörnhammar
f7d962cd42
aiccu: patch gnutls api change
2015-07-21 10:48:36 +02:00
Austin Seipp
3793ff5290
nixpkgs: torsocks 2.0.0 -> 2.1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00
Austin Seipp
4a6b7fc563
nixpkgs: stunnel 5.16 -> 5.20
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-20 21:50:29 -05:00