Eelco Dolstra
782440310d
ntp: Don't depend on openssl, don't install docs
2014-12-28 19:38:45 +01:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
muflax
001f2110bd
par2cmdline: update to 0.6.11 and adopt it
...
[Bjørn: break overlong longDescription line]
2014-12-26 14:09:56 +01:00
Domen Kožar
4e87c458c4
Merge pull request #5470 from DamienCassou/mu-0.9.11
...
Update mu to 0.9.11
2014-12-25 17:50:47 +01:00
Damien Cassou
41cff1e9d0
Update mu to 0.9.11
2014-12-25 17:15:47 +01:00
Vladimír Čunát
0fbc5ddadb
ntp: security update, and use libcrypto
...
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
The package would no longer build without libcrypto,
and it wouldn't find it without pkgconfig.
I checked that Debian and Arch do use openssl as a dependency,
so it's probably not so bad a thing to have.
CC maintainer @edolstra.
2014-12-25 12:30:53 +01:00
Patrick Mahoney
26e74d8a3e
Update skarnet.org software for 2.0 release.
...
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:
execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2014-12-23 15:24:30 -06:00
Patrick Mahoney
a6f35b3e60
connect 1.104
...
Upstream moved to https://bitbucket.org/gotoh/connect
2014-12-23 09:07:39 -06:00
Igor Pashev
17d8029150
Strongswan: preserve PATH
2014-12-22 20:20:58 +00:00
Igor Pashev
9bbe674927
Strongswan: use full path to ipsec
...
This fixes issue:
... charon[6135]: 11[CHD] updown: /bin/sh: ipsec: command not found
2014-12-22 20:20:15 +00:00
Pascal Wittmann
f94580da69
Fix license attribute of many bsd-like licensed packages
2014-12-21 00:00:35 +01:00
Pascal Wittmann
f55545c0c9
fix maintainer information
...
s/maintainer/maintainers
2014-12-20 21:54:22 +01:00
Pascal Wittmann
197ea06a73
axel: add meta-information
2014-12-19 22:57:38 +01:00
Evgeny Egorochkin
4bf9039abf
privoxy: update from 3.0.21 to 3.0.22
2014-12-19 08:34:32 +02:00
Eelco Dolstra
011e581a4e
dhcpcd: Update to 6.6.6
2014-12-18 14:11:10 +01:00
William A. Kennington III
1368e94ae2
tinc: Update pre 1.1
2014-12-16 13:54:44 -08:00
Domen Kožar
de99c9c955
Merge branch 'staging'
2014-12-08 16:28:45 +01:00
Jaka Hudoklin
51fe9d17a8
Merge pull request #5261 from matejc/connman126
...
connman: update to 1.26
2014-12-08 13:01:12 +01:00
Matej Cotman
4b74502a35
cmst: update to 2014.12.05
2014-12-08 12:49:28 +01:00
Matej Cotman
94f8f28433
connman: update to 1.26
2014-12-08 12:47:00 +01:00
Domen Kožar
4aa3eec330
Merge branch 'master' into staging
...
Conflicts:
pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Rob Vermaas
6ae8983a5e
Update dd-agent to 4.4.0
2014-12-03 16:08:39 +01:00
Thomas Tuegel
02157ab123
libcurl: honor $SSL_CERT_FILE (fixed)
...
The previous attempt to patch libcurl used
getenv("CURL_CA_BUNDLE") || getenv("SSL_CERT_FILE")
to get the second environment variable if the first is unset.
Unfortunately, this broke libcurl because the (||) operator is C returns
only 0 or 1, so it is inappropriate for pointer comparisons! Now we use
getenv("CURL_CA_BUNDLE") ? getenv("CURL_CA_BUNDLE") : getenv("SSL_CERT_FILE")
instead. This has one downside: it always calls getenv twice! But,
that's a small price to pay for actually being correct.
2014-12-02 10:41:24 -06:00
Domen Kožar
f57d22fd05
openvpn: fix build
2014-12-02 15:30:25 +01:00
Domen Kožar
cc0d52846e
openvpn: 2.3.4 -> 2.3.6 (CVE-2014-8104)
2014-12-02 13:11:37 +01:00
AndersonTorres
3af34aa2b1
Megatools: update to 1.9.93
2014-11-30 12:07:44 -02:00
Jaka Hudoklin
88d4ae98ae
Merge pull request #5168 from pmahoney/skarnet-refactor
...
Skarnet refactor
2014-11-29 02:48:06 +01:00
Ricardo M. Correia
d4b4bae307
Update my maintainership
2014-11-29 02:15:39 +01:00
Patrick Mahoney
cf5f282940
Consolidate conf-compile steps for skarnet.org pkgs.
2014-11-28 13:10:37 -06:00
Vladimír Čunát
cbd2305d4d
Merge branch 'master' into staging
2014-11-28 18:59:07 +01:00
Pascal Wittmann
4261ab39a8
nzbget: update from 14.0 to 14.1
2014-11-28 11:08:12 +01:00
Wout Mertens
cacf3f6c1e
Merge branch 'curl-ssl-cert-file' of https://github.com/the-kenny/nixpkgs into staging
...
Standardize NixOS on using only SSL_CERT_FILE for the trusted SSL certificate store.
2014-11-27 13:29:50 +01:00
Domen Kožar
34ca304f58
network-manager: 0.9.8.8 -> 0.9.8.10
2014-11-27 12:10:20 +01:00
Domen Kožar
91bdca38a0
NetworkManager.service -> network-manager.service
2014-11-27 12:10:20 +01:00
Vladimír Čunát
abcb355453
restund, openssh_hpn: mark as broken
2014-11-27 01:19:24 +01:00
Vladimír Čunát
a68c1adc35
*: fix builds by disregarding warning from new glibc
...
Says: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
CC: #4803 . There will likely appear more of these errors on Hydra in time.
2014-11-26 23:40:03 +01:00
Vladimír Čunát
b5ff06eda4
Merge branch 'master' into staging
2014-11-26 21:48:26 +01:00
Domen Kožar
f45b6fb078
fix tarball job
2014-11-26 21:04:59 +01:00
Edward Tjörnhammar
49e112c309
i2pd: 0.3.0 -> 0.4.0
2014-11-25 21:15:53 +01:00
Igor Pashev
4f9111e91f
strongSwan needs python for building ( Closes #4940 )
2014-11-25 15:29:05 +01:00
Shea Levy
140e1de0ec
strongswan: dont patchelf
...
fixes #5045 ('fixes')
2014-11-24 20:50:26 -05:00
Vladimír Čunát
a9bad25ffe
Merge branch 'master' into staging
2014-11-24 22:14:25 +01:00
Arseniy Seroka
fd5566da41
Merge pull request #5080 from joachifm/dnscrypt-refactor
...
dnscrypt-proxy: minor superficial improvements
2014-11-24 15:48:47 +03:00
Domen Kožar
10592215a7
Merge pull request #5076 from ehmry/cjdns
...
cjdns: update 20141023 -> 20141121
2014-11-22 22:53:35 +01:00
Joachim Fasting
119d93e223
dnscrypt-proxy: minor superficial improvements
...
- Use upstream description and explicitly set platforms = all
- Coding conventions fix
2014-11-22 16:19:06 +01:00
Thomas Tuegel
c2740b5017
network-manager: patch for libnl-3.2.25
2014-11-21 21:15:18 -06:00
Emery Hemingway
9f1bd2d419
cjdns: update 20141023 -> 20141121
...
include protocol version in package version string
2014-11-21 18:04:53 -05:00
Edward Tjörnhammar
2151abb92d
i2pd: 0.2.0 -> 0.3.0
2014-11-21 11:53:04 +01:00
Eelco Dolstra
87419c016f
openssh: Update to 6.7p1
2014-11-20 12:12:33 +01:00
Moritz Ulrich
f4ab3dc223
libcurl: Honor $SSL_CERT_FILE
2014-11-19 23:50:48 +01:00
Mateusz Kowalczyk
5b156eb20a
Merge pull request #5019 from Fuuzetsu/updates
...
Updates (orphans)
2014-11-19 18:31:45 +00:00
Pascal Wittmann
6e3318e233
nzbget: update from 0.13 to 0.14 and adopt it
2014-11-19 08:47:41 +01:00
Mateusz Kowalczyk
f4c350d26e
dropbear: update from 2013.62 to 2014.66
2014-11-17 18:09:30 +00:00
tv
a9a10ac2ed
urlwatch: update to version 1.17
2014-11-17 04:18:09 +01:00
Eelco Dolstra
a0f3faf34e
Merge remote-tracking branch 'origin/glibc-2.20' into staging
2014-11-16 22:17:36 +01:00
Aristid Breitkreuz
7bb0ff509c
remove gcc 3.3 and snx ("SSL Network Extender"), the only package that depends on it
2014-11-16 14:57:42 +01:00
Michael Raskin
cee91fe789
Update lftp
2014-11-16 10:54:02 +03:00
Michael Raskin
b3b9ec4c89
Add a fallback URL for lftp
2014-11-16 10:54:02 +03:00
William A. Kennington III
cd9619f871
dhcp: 4.3.0 -> 4.3.1
2014-11-14 22:44:13 -08:00
Shea Levy
4fe383de48
strongswan: bump
2014-11-14 15:22:22 -05:00
Vladimír Čunát
b4af993c3f
Merge branch 'master' into staging
...
Conflicts (simple):
pkgs/development/lisp-modules/clwrapper/setup-hook.sh
2014-11-14 14:28:23 +01:00
Michael Raskin
0d6306be4d
Merge pull request #4950 from joachifm/dnscrypt-proxy
...
dnscrypt-proxy service
2014-11-13 00:25:05 +03:00
Eelco Dolstra
f33fa1b66b
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/boost/generic.nix
2014-11-11 23:48:08 +01:00
Joachim Fasting
216ed76821
dnscrypt-proxy: new expression
2014-11-11 22:46:49 +01:00
Pascal Wittmann
8df0e0b151
Fixed many descriptions
2014-11-11 14:36:34 +01:00
Vladimír Čunát
adb831e8bc
strongswan: -lgcc_s, fixes #4925
...
CC maint. @shlevy.
2014-11-11 07:42:00 +01:00
Vladimír Čunát
4849e32abe
curl: update to fix CVE-2014-3707
2014-11-10 21:34:03 +01:00
Luca Bruno
6af0d6974f
Merge branch 'master' into staging
2014-11-10 10:03:52 +01:00
Edward Tjörnhammar
c329e5bbd9
i2pd: added package, service
2014-11-09 09:55:35 +01:00
Emery Hemingway
67a2a58314
cjdns: service tweaks, new NixOS test
2014-11-08 23:39:02 +01:00
Aristid Breitkreuz
928177aa91
Merge pull request #4834 from offlinehacker/pkgs/flannel/add
...
Add flannel, etcd backed network fabric for containers
2014-11-08 19:56:16 +01:00
Luca Bruno
83221f3886
Merge branch 'master' into staging
...
Makes the build more useful:
- Disabled hybrid iso, makes installer tests pass again
- Imagemagick fixes to the "Illegal instruction" thing
2014-11-08 15:56:40 +01:00
Michael Raskin
3e118edf3a
Refactor and fix fdm build. Moved makeFlags definition because non-builderDefs packages cannot use $out in direct variable definitions like makeFlags.
2014-11-07 12:05:15 +03:00
Eelco Dolstra
0518ccf5af
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/stdenv/generic/default.nix
2014-11-06 10:16:39 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Rickard Nilsson
f2b6b9871f
new package: swaks, a command line SMTP tool
2014-11-05 21:43:25 +01:00
Vladimír Čunát
52404a868d
Merge recent master into staging
...
Nixpkgs Hydra: ?compare=1157272
TODO: port e22889064f
Conflicts:
nixos/tests/gnome3_10.nix (auto-solved)
pkgs/applications/video/aegisub/default.nix
pkgs/development/libraries/boost/1.55.nix
2014-11-05 15:00:44 +01:00
Michael Raskin
167115f1a2
Update siege HTTP load-tester
2014-11-05 11:56:19 +03:00
Jaka Hudoklin
f253186e96
Add flannel, etcd backed network fabric for containers
2014-11-04 19:32:30 +01:00
Eelco Dolstra
7495c61d49
Merge remote-tracking branch 'origin/darwin-clang-stdenv' into staging
...
Conflicts:
pkgs/applications/editors/vim/macvim.nix
2014-11-04 14:30:43 +01:00
William A. Kennington III
7c605db462
tinc_pre: Update to f57d53c
2014-11-03 14:21:30 -08:00
Jaka Hudoklin
c2d4fd7360
Merge pull request #4762 from ambrop72/badvpn-debug
...
badvpn: Add debug flag to enable assertions.
2014-11-03 14:07:28 +01:00
William A. Kennington III
7b06577d4b
iperf3: 3.0.8 -> 3.0.9
2014-11-02 17:22:01 -08:00
ambrop7@gmail.com
4664321cd3
badvpn: Add debug flag to enable assertions.
2014-11-01 15:16:28 +01:00
Franz Pletz
e630ee2fdd
wget: Update to 1.16 (fix CVE-2014-4877)
...
This patch updates wget to the current version, 1.16. This release fixes a
remotely exploitable security issue: CVE-2014-4877.
A dependency on libidn was added and the testsuite now depends on
python3. A patch that disables a test was removed because it is not needed
anymore.
As I intend to take care of wget in the future, I added myself to the
maintainers.
2014-10-30 10:30:08 +01:00
Eelco Dolstra
dc0d68ffc3
curl: Remove static link support
...
We only needed this for the stdenv bootstrap, but not anymore.
2014-10-29 13:43:00 +01:00
Eelco Dolstra
5cc92eb0d8
Remove obsolete useDietLibC stdenv adapter
2014-10-29 13:43:00 +01:00
Nikolay Amiantov
1f101efa88
update-resolv-conf: add package
2014-10-28 03:04:14 -07:00
Bjørn Forsman
d12da7007c
fping: set meta.platforms
2014-10-27 18:20:46 +01:00
Lluís Batlle i Rossell
f3d978be65
cjdns: installing contrib scripts
...
I made the nodejs and python scripts have the proper shebang. A lot more
of them could be updated to reference store paths (calls to "python",
etc.)
(cherry picked from commit 2fb382afb6319065f20af22d86774df190beb0d5)
2014-10-25 15:52:54 +02:00
viric
f75e5330f3
Merge pull request #4658 from ehmry/cjdns
...
cjdns: update 20140928 to 20141023
2014-10-24 23:20:52 +02:00
Emery Hemingway
957602c40c
cjdns: update 20140928 to 20141023
2014-10-24 17:15:13 -04:00
Lluís Batlle i Rossell
7da0fecf32
Adding an extra url for nc6. The previous was failing.
2014-10-24 23:14:35 +02:00
Edward Tjörnhammar
a5af1c228e
Adding fetchurl mirrors for roy marples projects(dhcpcd, openresolv)
2014-10-23 19:45:33 +02:00
Domen Kožar
efea92de19
fixes #1933
2014-10-23 00:14:09 +02:00
Emery Hemingway
70e0577886
update cjdns from 20140922 to 20140928
2014-10-21 13:08:54 -04:00
Eelco Dolstra
d316346d42
Merge pull request #4588 from edwtjo/dhcpcd-update
...
dhcpcd: 6.4.7 -> 6.5.1
2014-10-20 10:52:17 +02:00
Edward Tjörnhammar
3b08861278
dhcpcd: 6.4.7 -> 6.5.1
2014-10-19 08:22:17 +02:00
Michael Raskin
a32e534262
SSL support for cadaver DAV client
2014-10-18 21:47:49 +04:00
William A. Kennington III
061cbc40f6
radvd: 2.7 -> 2.8
2014-10-17 16:56:35 -07:00
Shea Levy
b5fe0d32b6
Merge branch 'strongswan-charon-cmd' of github.com:ftrvxmtrx/nixpkgs
...
strongswan: enable charon-cmd
2014-10-14 09:54:28 -04:00
Jascha Geerds
e6ec404b0b
Update plasma-nm
2014-10-14 13:17:55 +02:00
Siarhei Zirukin
8799219f1e
strongswan: enable charon-cmd
2014-10-14 10:02:02 +02:00
Mateusz Kowalczyk
b9c2fe5fd8
Merge pull request #4400 from matejc/seeksservice
...
seeks: update and write nixos module
2014-10-13 21:37:11 +01:00
Michael Raskin
53a5b67d5e
Adding mailsend tool
2014-10-13 18:18:34 +04:00
Matej Cotman
76a7b0ba68
seeks: upgrade and add optional seeks_confDir
2014-10-13 13:10:49 +02:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Eelco Dolstra
79d0d7b437
Unify gcc-wrapper and clang-wrapper
2014-10-11 22:26:39 +02:00
Aristid Breitkreuz
4d1fdb9380
stunnel 5.05
2014-10-11 14:16:37 +02:00
Lluís Batlle i Rossell
82b6d7ff9a
Updating inadyn to 1.99.10.
...
(I wnated the cache-dir option)
2014-10-10 17:07:17 +02:00
Austin Seipp
2241ce448e
stunnel: 5.03 -> 5.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:09:31 -05:00
codyopel
2986ca34d6
rtorrent-git: new package
2014-10-09 20:47:27 +02:00
Eelco Dolstra
811de3bfaa
Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenv
...
Conflicts:
pkgs/tools/security/gnupg/default.nix
2014-10-09 10:57:57 +02:00
Aristid Breitkreuz
5bde8818bd
tcpdump: update from 4.5.1 to 4.6.2
2014-10-08 20:23:25 +02:00
Aristid Breitkreuz
3ddb27d607
autossh: update from 1.4c to 1.4d
2014-10-08 19:02:38 +02:00
Aristid Breitkreuz
1a3b7a58db
lftp: update from 4.5.2 to 4.5.5
2014-10-07 21:50:40 +02:00
Domen Kožar
efe71df2dc
Merge pull request #4405 from k0ral/traceroute
...
traceroute: depends on linux headers.
2014-10-07 14:44:39 +02:00
Michael Raskin
5d584c5109
Update gvpe
2014-10-07 16:23:28 +04:00
koral
d19a244182
traceroute: depends on linux headers.
2014-10-07 00:04:51 +02:00
Aristid Breitkreuz
68c15230c6
dnsmasq: update from 2.71 to 2.72
2014-10-06 22:31:43 +02:00
William A. Kennington III
9e5825ba8e
iperf: Add major version 3
2014-10-04 17:23:06 -07:00
Michael Raskin
6bbeeb46a3
One more mirror
2014-10-04 16:37:17 +04:00
Eelco Dolstra
74f7f56439
Merge pull request #4331 from Fuuzetsu/dhcpcd
...
dhcpcd: update from 6.4.3 to 6.4.7
2014-10-03 20:05:56 +02:00
Michael Raskin
561e4211b7
Merge pull request #4110 from cstrahan/update-bud
...
update bud to 0.32.0 (WIP)
2014-10-02 23:32:34 +04:00
Shea Levy
961d444762
Remove hard-coded /etc from strongswan
2014-09-30 21:28:04 -04:00
Mateusz Kowalczyk
e177da1cb6
dhcpcd: update from 6.4.3 to 6.4.7
2014-09-30 11:22:02 +01:00
Mateusz Kowalczyk
74ec0b53e1
babeld: update from 1.5.0 to 1.5.1
2014-09-30 10:28:31 +01:00
koral
7fca2693f5
New package: traceroute-2.0.20
...
Closes #4322
2014-09-30 07:53:08 +01:00
Bjørn Forsman
a6c7c1db7f
ntopng: update from 1.2.0 to 1.2.1
...
Successfully tested with the NixOS ntopng service.
2014-09-27 15:42:18 +02:00
Bjørn Forsman
273aa589d2
ntopng: update hashes and url
...
All geoip data files have changed, update hashes. The ntopng source url
itself has changed, the source is now located in an "old/" directory
(hash unchanged).
Build tested.
2014-09-27 13:52:19 +02:00
Moritz Ulrich
1c20eba035
Mu: Update to 0.9.10.
2014-09-25 13:54:01 +02:00
Emery Hemingway
61f0d9b251
cjdns: update from 20140919 20140922
...
package installs to .../bin
fix service module to look in .../bin
Closes #4240
2014-09-23 22:30:53 +01:00
Eelco Dolstra
91fa55e702
Remove references to <nixpkgs>
...
Nixpkgs should not use <nixpkgs> to refer to itself, because $NIX_PATH
might not be set or not point to the same Nixpkgs. It's also
unnecessary.
2014-09-23 15:48:15 +02:00
Eelco Dolstra
cd71f7a2e6
Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into staging
...
Conflicts:
pkgs/development/interpreters/ruby/ruby-19.nix
pkgs/development/libraries/libc++/default.nix
pkgs/development/libraries/libc++abi/default.nix
pkgs/tools/text/sgml/opensp/default.nix
2014-09-23 11:27:53 +02:00
Nathaniel Baxter
3cbe41cbae
aria2: Bump version to 1.18.8
2014-09-22 19:41:41 +10:00
Jaka Hudoklin
be42f49499
add airfield, a web-interface for hipache-proxy
2014-09-21 01:42:15 +02:00
Emery Hemingway
95c72a5f60
cjdns: update 20140829 to 20140919
...
Closes #4186
2014-09-20 23:27:24 +01:00
Austin Seipp
49a5832805
spiped: 1.3.0 -> 1.4.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-09-20 07:39:44 -05:00
Shea Levy
e4cf05a3a0
strongswan: Properly handle sysconfdir, build swanctl
2014-09-19 15:12:20 -04:00
James Cook
4d8d902e0c
curl: update to 7.38.0, including security ( #4161 )
...
Fixes CVE-2014-3620 and CVE-2014-3613.
2014-09-19 11:53:08 +02:00
Shea Levy
e0cd3ac03c
strongswan: Fix some hard-coding
2014-09-19 01:09:00 -04:00
William A. Kennington III
194419244d
radvd: 2.6 -> 2.7
2014-09-18 11:26:01 -07:00
Luca Bruno
d9bd04b90c
Revert "spiped: 1.3.1 -> 1.4.0"
...
This reverts commit 792afca113
.
Version 1.4.0 failed to build.
2014-09-18 17:07:15 +02:00
Pascal Wittmann
180b9939d7
Merge pull request #4130 from k0ral/httptunnel
...
Added httptunnel package.
2014-09-18 10:13:46 +02:00
Shea Levy
a70ecf4797
strongswan: build with clang
...
Fixes https://lists.strongswan.org/pipermail/users/2014-September/006597.html
2014-09-17 22:08:18 -04:00
Aristid Breitkreuz
d7124e8c34
wicd: add urwid and curses to PYTHONPATH of wicd-curses
2014-09-17 20:28:32 +02:00
koral
719b910eb3
Added httptunnel package.
2014-09-17 19:55:45 +02:00
Shea Levy
d8f80630f7
Add strongswan IPsec manager
2014-09-16 14:10:37 -04:00
Rickard Nilsson
8dd1abe3fa
chrony: Update from 1.30 to 1.31
2014-09-16 13:53:18 +02:00
Charles Strahan
dd9550bca0
update bud to 0.32.0 (WIP)
2014-09-16 00:31:56 -04:00
Michael Raskin
d05684be21
Merge pull request #3694 from matejc/cmst
...
new package: cmst - qt gui for connman
2014-09-15 23:12:01 +04:00
William A. Kennington III
5c80997ebd
radvd: 2.5 -> 2.6
2014-09-15 01:30:42 -07:00
Pascal Wittmann
4c4d4c78e9
atftp: transformed meta.maintainers into a list and fixed indentation
2014-09-13 17:40:01 +02:00
Pascal Wittmann
8d67b9a240
transformed meta.maintainers of some packages into lists
2014-09-13 13:52:02 +02:00
Matej Cotman
7f76092ffc
new package: cmst - qt gui for connman
2014-09-12 14:10:26 +02:00
JB Giraudeau
04163fcc81
update hpn patch version to match openssh version
...
so that hpn_openssh is not boken anymore
2014-09-11 22:29:00 +02:00
Georges Dubus
f7fe08ec4e
sshpass: Added expression
2014-09-10 16:01:39 +02:00
Eric Seidel
0577499d74
fix some packages on darwin
2014-09-09 13:54:26 -07:00
Domen Kožar
ed706113a8
sproxy-web: mark as broken
2014-09-06 15:23:22 +02:00
Domen Kožar
b420eeba44
remove bittorrent package since it's obsolete
2014-09-05 22:49:31 +02:00
Moritz Ulrich
f54f5539aa
dhcpcd: update from 6.4.2 to 6.4.3
2014-09-04 19:31:32 +02:00
Moritz Ulrich
332395b262
Add myself as a maintainer to a bunch of packages.
2014-09-04 17:05:21 +02:00
Moritz Ulrich
ff3ba48294
fping: update from 3.8 to 3.10
2014-09-04 17:05:20 +02:00
Jaka Hudoklin
3ccd8af29d
Add curl-unix-socket, Run HTTP requests over UNIX socket
2014-09-04 12:08:59 +02:00
Michael Raskin
2b7e30b674
Merge pull request #3741 from wkennington/master.tinc
...
tinc_pre: Add derivation
2014-09-03 11:18:25 +04:00
Michael Raskin
0ede64bfcb
Override postFixup for urlwatch so it works somehwo
2014-09-02 21:17:52 +04:00
William A. Kennington III
d13423c74f
tinc_pre: Experimental Patches
2014-09-02 09:16:15 -07:00
William A. Kennington III
ac502d28ff
tinc_pre: Add derivation
...
The tinc developer has made significant developments to the next version
of tinc including many protocol security fixes. This patch adds the
prerelease of the next major tinc release.
2014-09-02 09:16:15 -07:00
Michael Raskin
0d8c76057f
Update Wavemon
2014-09-02 14:25:17 +04:00
Michael Raskin
9668a7a63b
Update getmail
2014-09-02 14:25:16 +04:00
Michael Raskin
d33a20ef4a
Merge pull request #3869 from pmahoney/skarnet
...
skarnet.org UNIX utilities
2014-09-02 02:15:22 +04:00
tv@shackspace.de
f87c516a91
urlwatch: add version 1.16
2014-09-02 01:29:30 +04:00
Michael Raskin
a6dfb4dc28
Merge pull request #3241 from ehmry/cjdns
...
cjdns declarative configuration
2014-09-02 00:53:18 +04:00
Michael Raskin
5b9110233d
Update atftp
2014-09-02 00:56:07 +04:00
aszlig
3fbb9f0502
Add new openntpd package in version 20080406p-10.
...
It's actually a fork from Debian who are providing cross-platform
compatibility fixes for it. A big advantage is that it is far more
minimal than the ntpd reference implementation and especially useful if
you don't want to run an NTP service.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-01 16:07:27 +02:00
Emery Hemingway
fc6ccd1080
cjdns: package update from 20140303 to 20140829
2014-08-31 18:14:16 -04:00
Vladimír Čunát
8da52a642a
Merge branch 'staging' into v/modular
...
Conflicts (easy):
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/development/libraries/gtk+/2.x.nix
2014-08-31 12:23:18 +02:00
Patrick Mahoney
7fc369cfca
dnsmasq: Replace deprecated ensureDir with mkdir.
2014-08-30 09:19:23 -05:00
Patrick Mahoney
9247013255
s6-networking: new package
...
s6-networking is a suite of small networking utilities for Unix systems
including UCSPI Unix and TCP tools, access control tools, and network
time management utilities.
2014-08-30 00:07:45 -05:00
Patrick Mahoney
1030ca0550
s6-dns: new package
...
s6-dns is a suite of DNS client programs and libraries for Unix systems,
as an alternative to the BIND, djbdns or other DNS clients.
2014-08-30 00:06:42 -05:00
Michael Raskin
844fd2553e
Merge pull request #3745 from wkennington/master.dnsmasq
...
dnsmasq: Update and enable dbus support
2014-08-29 01:43:41 +04:00
Austin Seipp
792afca113
spiped: 1.3.1 -> 1.4.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-28 15:26:39 -05:00
William A. Kennington III
9194f69e73
dnsmasq: Meta Update
2014-08-28 11:39:03 -07:00
Paul Colomiets
adbb9ff796
dnsmasq: upgrade to 2.71, fixed dnsmasq module
...
* The module now has systemd config
* Add resolveLocalQueries option which sets up it as a dns server for
local host (including reasonable setup of resolvconf)
* Add "dnsmasq" user for running daemon
* Enabled dbus and dnssec support for the package
Conflicts:
nixos/modules/misc/ids.nix
2014-08-28 11:39:03 -07:00
Domen Kožar
7573763e89
netboot: simplify, build only on 64bit
2014-08-26 12:11:31 +02:00
Rob Vermaas
8fc3bedb5a
Fix ntopng build
2014-08-26 11:22:23 +02:00
Thomas Tuegel
6bda0b00e0
atftp: new expression for version 0.7.1
2014-08-25 14:01:19 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
William A. Kennington III
4da69cb7da
radvd: Upsate 1.8.1 -> 2.5
2014-08-24 03:12:55 -07:00
Vladimír Čunát
96cec2a7bd
Merge 'staging' into multiple-outputs
...
Conflicts:
pkgs/applications/audio/flac/default.nix
pkgs/build-support/gcc-wrapper/builder.sh
pkgs/development/libraries/apr-util/default.nix
pkgs/development/libraries/apr/default.nix
pkgs/development/libraries/atk/default.nix
pkgs/development/libraries/freetype/default.nix
pkgs/development/libraries/gdk-pixbuf/default.nix
pkgs/development/libraries/glib/default.nix
pkgs/development/libraries/glibc/2.17/builder.sh
pkgs/development/libraries/glibc/2.17/locales.nix
pkgs/development/libraries/libjpeg/default.nix
pkgs/development/libraries/libogg/default.nix
pkgs/development/libraries/libsamplerate/default.nix
pkgs/development/libraries/libtiff/default.nix
pkgs/development/libraries/libvorbis/default.nix
pkgs/development/libraries/mesa/default.nix
pkgs/development/libraries/pango/default.nix
pkgs/development/web/nodejs/default.nix
pkgs/os-specific/linux/pam/default.nix
pkgs/os-specific/linux/systemd/default.nix
pkgs/stdenv/generic/setup.sh
pkgs/stdenv/linux/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-small.nix
2014-08-23 16:04:53 +02:00
Austin Seipp
32183417fa
stunnel: 5.01 -> 5.03
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-20 01:56:23 -05:00
William A. Kennington III
5f64a6ffe0
speedtest-cli: 0.2.7 -> 0.3.1
2014-08-17 11:19:41 -07:00
Nathan Bijnens
23da6f9ca4
mailutils: fix for sendmail path
2014-08-15 21:16:33 +02:00
Petar Bogdanovic
133fb0c6e0
rtorrent: compile with xmlrpc-c for 3rd party UIs
2014-08-14 22:06:59 +01:00
William A. Kennington III
5337b16435
dhcp: Update meta information and add maintainership
2014-08-13 15:10:04 -05:00
William A. Kennington III
05976a2b5a
dhcpd: Update 4.1-ESV-R6 -> 4.3.0
...
Additionally add the ability to run as a non-root user / group by including
paranoia patches in the build.
2014-08-13 15:08:08 -05:00
Moritz Ulrich
2486f89aed
isync: Bump to 1.1.1
2014-08-12 13:34:37 +02:00
Bjørn Forsman
b9bd655b16
ucspi-tcp: new package
...
ucspi-tcp is command-line tools for building TCP client-server
applications.
http://cr.yp.to/ucspi-tcp.html
2014-08-10 23:00:42 +02:00
Luca Bruno
0b038724c5
chrony: fails to build on darwin
2014-08-10 11:50:43 +02:00
Eelco Dolstra
a1a96d8744
Merge pull request #3507 from jochu/nix-update-nzbget
...
Update nzbget (13.0) and libpar2 (0.4)
2014-08-09 19:19:52 +02:00
Jeff Chu
2a59e573b2
nzbget: Update to 13.0
2014-08-09 09:36:56 -07:00
Michael Raskin
fa907fce31
Use a still-available Debian patch...
2014-08-09 16:09:22 +04:00
Luca Bruno
ba2da1fa6c
cadaver: mark as unsupported on darwin
2014-08-09 12:29:26 +02:00
lethalman
86ed47efbf
Merge pull request #3489 from frerich/dnsmasq
...
Update dnsmasq to new version and enable for OS X
2014-08-08 22:32:42 +02:00
Vladimír Čunát
52d9c93abe
Merge 'staging' into master
2014-08-08 20:13:23 +02:00
Eelco Dolstra
8a7f3c3618
Mark a bunch of packages as broken or not supported on Darwin
2014-08-08 17:59:02 +02:00
Peter Simons
9226fbf56a
Merge remote-tracking branch 'origin/master' into staging.
2014-08-08 09:51:01 +02:00
Frerich Raabe
965237a6ee
Use .tar.xz instead of .tar.gz for dnsmasq
...
To save precious bandwidth.
2014-08-07 21:40:45 +02:00
Frerich Raabe
dee49fa1b2
Update dnsmasq to version 2.71
2014-08-07 21:40:45 +02:00
Frerich Raabe
1ff81347ec
Enable dnsmasq on OS X
...
It seems to work alright.
2014-08-07 21:40:45 +02:00
Rickard Nilsson
c59a602465
chrony: Update from 1.29.1 to 1.30
2014-08-06 14:08:08 +02:00
Peter Simons
2d326e5032
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Ian-Woo Kim
676daf6529
cadaver: change to platform.unix and specify licence (gpl2)
2014-07-31 13:51:31 +02:00
Ian-Woo Kim
ea43305368
added cadaver: a command-line WebDAV client for Unix
2014-07-30 16:55:44 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
f64d84698e
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/applications/audio/espeak/edit.nix
pkgs/applications/audio/lmms/default.nix
pkgs/desktops/e18/enlightenment.nix
pkgs/games/exult/default.nix
pkgs/os-specific/linux/alsa-plugins/default.nix
2014-07-28 11:30:49 +02:00
Charles Strahan
5668ac61e9
bud: new package
...
This adds `bud`, a TLS terminating proxy.
2014-07-27 14:23:43 +02:00
John Wiegley
78a42931e5
socat: allow 2.x to build on darwin
2014-07-24 15:48:07 -05:00
Eelco Dolstra
7f410ef923
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/misc/vim-plugins/default.nix
2014-07-22 11:00:00 +02:00
Matej Cotman
42f6d01bc2
connman: upgrade to version 1.24
2014-07-17 22:30:27 +02:00
Eelco Dolstra
1dc5e5fb8c
dhcpcd: Update to 6.4.2
2014-07-15 16:23:47 +02:00
Eelco Dolstra
ff97b7dbe6
Merge remote-tracking branch 'origin/master' into staging
2014-07-14 17:04:55 +02:00
Oliver Charles
7c90aab92a
siege: Build with OpenSSL
2014-07-12 12:07:24 +01:00
Eelco Dolstra
95b828de42
Merge remote-tracking branch 'origin/master' into staging
2014-07-07 13:16:26 +02:00
Jascha Geerds
28322c8d58
Packaging plasma-nm and its dependencies
2014-07-05 13:54:01 +02:00
Michael Raskin
cb84c4d6a4
babeld: update from 1.4.3 to 1.5.0
2014-07-04 21:45:07 +04:00
Michael Raskin
3329d68199
aria2: update from 1.18.1 to 1.18.5
2014-07-04 21:42:31 +04:00
Michael Raskin
0b9a382fc8
Apparently nobody ever noticed that aria was already packaged when packaging it once more; merging expressions
2014-07-04 21:42:14 +04:00
Eelco Dolstra
e443fcb37f
openresolv: Update to 3.5.7
2014-07-03 12:18:44 +02:00
Eelco Dolstra
993e8da496
dhcpcd: Update to 6.4.0
...
The lxc_ro_promote_secondaries patch no longer applies so I disabled
it for now (@offlinehacker).
2014-07-03 12:18:44 +02:00
Moritz Ulrich
27515430ca
mu: Bump to 0.9.9.6.
2014-07-03 11:15:55 +02:00
Eelco Dolstra
06fc1ec34d
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/servers/serfdom/default.nix
2014-07-01 11:25:41 +02:00
Michael Raskin
040c0e8d7d
Allow autoupdates for altermime
2014-07-01 12:47:15 +04:00
Eelco Dolstra
40f7b0f9df
Another attempt to eradicate ensureDir
...
See c556a6ea46
.
2014-06-30 14:56:10 +02:00
Moritz Maxeiner
a229294c13
Fix network-manager-applet startup issue 'GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.'
...
(cherry picked from commit 51dc1ddb7c6e974e36c1a2d8701fbc7c254cbc72)
Conflicts:
pkgs/tools/networking/network-manager-applet/default.nix
2014-06-27 10:25:30 +02:00
Bjørn Forsman
3ad289dff9
lftp: remove unused 'xz' expression argument
...
xz used to be in buildInputs but was removed in commit
d4d7931a62
(Cleanup: remove obsolete
references to ‘xz’, which is in stdenv).
2014-06-23 16:41:11 +02:00
Bjørn Forsman
460ea9e841
lftp: update 4.4.16 -> 4.5.2
...
Changelog: http://lftp.yar.ru/news.html#4.5.2
2014-06-23 16:41:11 +02:00
Shea Levy
fec288f404
Merge branch 's3cmd-git' of git://github.com/fmapfmapfmap/nixpkgs
2014-06-17 09:56:01 -04:00
Mateusz Kowalczyk
8ae9d533b7
rtorrent: update to 0.9.4
2014-06-16 01:05:22 +02:00
Mateusz Kowalczyk
d97d34398c
libtorrent: update to 0.13.4
2014-06-16 01:05:11 +02:00
Rickard Nilsson
9018d3c4f2
tinc: Update from 1.0.23 to 1.0.24
2014-06-09 15:14:05 +02:00
Austin Seipp
80f3e943b1
dd-agent: 4.2.1 -> 4.3.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-06 23:14:54 -05:00
Domen Kožar
638132b64c
mailutils: disable tests
2014-06-04 16:18:36 +02:00
vi
d7182bdf2b
Revert "s3cmd-1.5-pre-81e3842f7a: Use buildInputs, not propagatedBuildInputs."
...
This reverts commit 01211ff333
.
2014-06-03 11:55:10 +08:00
vi
01211ff333
s3cmd-1.5-pre-81e3842f7a: Use buildInputs, not propagatedBuildInputs.
2014-06-02 18:02:56 +08:00
vi
db7be30172
s3cmd-1.5-pre-81e3842f7a: Use more precise naming convention.
2014-06-02 18:02:13 +08:00
vi
2c05eb96bc
Supplementary derivation for s3cmd, building from git HEAD.
2014-06-02 16:08:36 +08:00
Rok Garbas
d3213de455
offlineimap: update to 6.5.6
2014-06-01 14:40:57 +01:00
Rok Garbas
33e9c4e35f
haproxt: update 1.4.25
2014-06-01 14:40:37 +01:00
Rok Garbas
df2232ac24
aircrack-ng: update to 1.2-beta3
2014-06-01 14:40:14 +01:00
Emery Hemingway
0ddce8db12
unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
2014-05-29 09:59:55 -04:00
Matej Cotman
116ab5f0c1
seafile: update client, ccnet, libsearpc and shared
2014-05-24 03:36:10 +02:00
Rob Vermaas
c32e17b319
speedtest_cli: update from 0.2.5 to 0.2.7
2014-05-22 12:55:15 +02:00
Eelco Dolstra
9b6eeecbde
openssh: Fix broken URL
2014-05-22 12:11:52 +02:00
Jaka Hudoklin
647b4a579d
nm-applet: add support for pptp
2014-05-20 23:29:06 +02:00
lethalman
cd4063b99b
Merge pull request #2708 from offlinehacker/pkgs/network-manager/gnome3
...
network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does
2014-05-20 22:44:01 +02:00
Jaka Hudoklin
3673ba6150
network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does
...
I think this makes sense, because now all the plugins will be gnome3 gtk3
based, the same way nm-applet is.
I also removed networkmanager_pptp_gnome variation of networkmanager_pptp
package, because i think no variation is needed and gnome support should
be on by default like in other packages.
2014-05-20 20:37:29 +02:00
Jaka Hudoklin
22f78aa3f4
Add cutter, TCP/IP Connection cutting
2014-05-20 12:37:32 +02:00
Austin Seipp
832c1abc91
Merge pull request #2632 from cstrahan/biosdevname
...
biosdevname: add package
2014-05-14 15:00:10 -05:00
Austin Seipp
158462e323
Merge pull request #2637 from wkennington/master.openvpn
...
openvpn: Update 2.3.3 -> 2.3.4
2014-05-13 19:49:16 -05:00
Austin Seipp
564e685d35
Merge pull request #2609 from CodeBlock/wicd-curses
...
wicd: enable curses, urwid is packaged now
2014-05-13 19:45:49 -05:00
Charles Strahan
f43d070865
biosdevname: add package
2014-05-13 19:20:44 -04:00
William A. Kennington III
6ddafad82a
openvpn: Update 2.3.3 -> 2.3.4
2014-05-13 16:49:31 -05:00
Domen Kožar
ed890ab85f
Merge pull request #2628 from pSub/nm-connection-editor
...
nm-connection-editor: fix missing schema for gtk3 FileChooser
2014-05-12 23:37:38 +02:00
Pascal Wittmann
1b22c53fa6
nm-connection-editor: fix missing schema for gtk3 FileChooser
2014-05-12 16:15:04 +02:00
Ricky Elrod
31a0844f79
wicd: enable curses, urwid is packaged
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-11 05:41:08 -04:00
Ricky Elrod
db98ce61d2
httpie: Update -> 0.8.0
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-08 16:39:24 -04:00
Rob Vermaas
4169bda163
Merge pull request #2579 from darklajid/bump_lftp
...
nixpkgs: Bump lftp to 4.4.16
2014-05-08 21:40:36 +02:00
Benjamin Podszun
69188e87c3
nixpkgs: Bump lftp to 4.4.16
2014-05-08 20:55:03 +02:00
Eelco Dolstra
6aeb59bbe0
Rename fetchGitHub -> fetchFromGitHub
...
We're not fetching all of GitHub, after all.
2014-05-08 15:49:39 +02:00
Eelco Dolstra
ebd8573046
Add a utility function "fetchGitHub"
...
This is a small wrapper around fetchzip. It allows you to say:
src = fetchGitHub {
owner = "NixOS";
repo = "nix";
rev = "924e19341a5ee488634bc9ce1ea9758ac496afc3"; # or a tag
sha256 = "1ld1jc26wy0smkg63chvdzsppfw6zy1ykf3mmc50hkx397wcbl09";
};
2014-05-08 15:30:18 +02:00
Eelco Dolstra
c8df888858
Add a function "fetchzip"
...
This function downloads and unpacks a file in one fixed-output
derivation. This is primarily useful for dynamically generated zip
files, such as GitHub's /archive URLs, where the unpacked content of
the zip file doesn't change, but the zip file itself may (e.g. due to
minor changes in the compression algorithm, or changes in timestamps).
Fetchzip is implemented by extending fetchurl with a "postFetch" hook
that is executed after the file has been downloaded. This hook can
thus perform arbitrary checks or transformations on the downloaded
file.
2014-05-08 15:30:17 +02:00
Eelco Dolstra
2a43a4163a
Fix indentation
2014-05-08 15:30:17 +02:00
Vladimír Čunát
062e2567c9
curl: minor update 7.35.0 -> 7.36.0, including CVE fixes
2014-05-03 11:30:53 +02:00
Michael Raskin
aea5277ca2
Switch Axel to a publically accessible download source
2014-05-03 01:08:15 +04:00
Austin Seipp
368a677c97
nixos: overhaul datadog module
...
This overhauls the Datadog module a bit to be much more useful. In
particular, it adds support for nginx and postgresql monitoring
integrations to dd-agent. These have to exist in separate files under
/etc/dd-agent, so the module just exposes then as separate options. In
the future, more integrations could be added this way.
In the process of doing this, I also had to rename the dd-agent user to
datadog. Note the UIDs did not change, so this is strictly backwards
compatible. The reason for this is to make it easier to create a
'datadog' postgres user with access to pg_stats, as 'dd-agent' typically
isn't a valid username. This allows the out of the box configurations to
be used.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-02 01:24:35 -05:00
Peter Simons
3c08cdce48
gtk-gnutella: mark as "broken"
...
The current version doesn't compile with the latest GCC any more.
2014-04-26 15:54:18 +02:00
Rob Vermaas
477b9a9bbb
Merge pull request #2363 from wizeman/u/nethogs
...
nethogs: Add package
2014-04-25 11:34:22 +02:00
Shea Levy
d4cb80eaf4
sproxy: bump
2014-04-24 13:21:46 -04:00
Eelco Dolstra
d304b277bd
Silence some Hydra evaluation warnings
2014-04-24 15:40:55 +02:00
Eelco Dolstra
2d8c0d24f2
dhcpcd: Fix segfaults
...
This fixes several problems in the dhcpcd service:
* A segfault during startup, due to a race with udev (dhcpcd would get
an ADD event from udev, causing it to re-add an interface that it
already had, leading to a segfault later on).
* A hang/segfault processing "dhcpcd rebind" (which NixOS calls after
waking up from suspend).
Also, add "lo" to the list of ignored interfaces. It usually ignores
"lo", but apparently not when it gets an ADD event from udev.
2014-04-24 15:19:26 +02:00
Ricardo M. Correia
347db30cb8
nethogs: Add package
...
nethogs is a small 'net top' tool, grouping bandwidth by process.
2014-04-23 17:54:04 +02:00
Rob Vermaas
1b2b9761b4
dd-agent: update from 4.2.0 to 4.2.1
2014-04-22 15:47:06 +02:00
Eelco Dolstra
27a8cada79
openvpn: Add systemd startup notification
...
This causes OpenVPN services to reach the "active" state when the VPN
connection is up (i.e., after OpenVPN prints "Initialization Sequence
Completed"). This allows units to be ordered correctly after openvpn-*
units, and makes systemctl present a password prompt:
$ start openvpn-foo
Enter Private Key Password: *************
(I first tried to implement this by calling "systemd-notify --ready"
from the "up" script, but systemd-notify is not reliable.)
2014-04-22 13:14:58 +02:00
Eelco Dolstra
33b4ab3ac1
openvpn: Update to 2.3.3
2014-04-22 13:14:58 +02:00
Eelco Dolstra
4e8c2f0ff9
Merge branch 'systemd-update'
2014-04-20 19:31:01 +02:00
John Wiegley
19db0f18f8
Update pdnsd to 1.2.9a, allow to build on any unix
2014-04-19 11:39:40 +01:00
Eelco Dolstra
1833b1a4cc
dnsmasq: Update to 2.69
2014-04-18 15:39:11 +02:00
Eelco Dolstra
d17af6b9a8
dhcpcd: Update to 6.3.2
2014-04-17 14:53:48 +02:00
Eelco Dolstra
61cc18c55f
miniupnpd: Update to 1.8.20140401
2014-04-15 14:37:20 +02:00
John Wiegley
86a89a41f8
Update mtr to 0.85, and allow building on any unix
2014-04-14 12:56:52 -05:00
Bjørn Forsman
b8cadc493e
lftp: add/update meta attributes
2014-04-13 22:23:23 +02:00
Bjørn Forsman
f249de8312
lftp: update 4.4.5 -> 4.4.15
...
Bug fixes and minor improvements.
I had to switch download mirror because the current one didn't have the
newest release(s).
2014-04-13 22:18:33 +02:00
John Wiegley
010132e302
Change several package constraints from linux to unix
...
They all build on Darwin.
2014-04-12 16:01:16 -05:00
Austin Seipp
acd5a9d8b4
spiped: attempt to fix linux Hydra build
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:35:08 -05:00
Michael Raskin
31f3755327
Adding TCPFlow: a tool to separate tcp streams when capturing
2014-04-11 11:08:51 +04:00
Emery Hemingway
316e809ff8
cjdns: update to 20130303
...
build system is now nodejs based
new nixos module to start cjdns
2014-04-09 10:30:57 -04:00
Austin Seipp
dcd0e68b17
stunnel: adopt, bump to version 5.01
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 16:13:52 -05:00
Austin Seipp
ccd104940c
spiped: add patch to fix linux build
...
The build fails with permission denied on /dev/stderr, which I imagine
is due to the fact it's in a chroot build. So disable all that for now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 06:23:36 -05:00
Rob Vermaas
a4ebaa61e4
Update dd-agent to 4.2.0
2014-04-08 09:27:09 +02:00
Austin Seipp
8d3d50191d
spiped: version 1.3.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 11:07:35 -05:00
Shea Levy
79c9d556e0
Add sproxy-web
2014-04-06 11:10:01 -04:00
Shea Levy
331d234ef6
Add sproxy
2014-04-06 10:54:44 -04:00
Domen Kožar
29bc5feb1d
Merge pull request #2139 from lethalman/gnome3
...
Fix gsettings schemas usage for several packages due to #1901
2014-04-06 13:59:46 +02:00
Luca Bruno
35ccaa2e52
Fix gsettings schemas usage for several packages due to #1901
...
Also add icons to epiphany
2014-04-06 11:02:21 +02:00
Shea Levy
9d544e633a
mailutils is broken.
...
#887
2014-04-05 15:55:16 -04:00
Vladimír Čunát
e50a76a469
openssh: fix CVE-2014-2653 by a Debian patch
2014-03-29 20:24:13 +01:00
Shea Levy
ee65278d54
Merge branch 'add_n-djbdns' of git://github.com/msackman/nixpkgs
...
Add New-DJBDNS
2014-03-29 13:06:08 -04:00
Matthew Sackman
be6a16ccbc
Add New-DJBDNS
2014-03-29 16:47:23 +00:00
Shea Levy
701cb6b099
Merge branch 'nixos/containers/fix1' of git://github.com/offlinehacker/nixpkgs
...
nixos: fix linux containers (systemd-nspawn, lxc, lxc-libvirt)
2014-03-28 23:39:01 -04:00
Evgeny Egorochkin
d2571617c0
stunnel: update from 4.56 to 5.00, potentially fixes CVE-2014-0016
2014-03-26 13:43:51 +02:00
Jaka Hudoklin
70a4c7b1df
nixos: fix linux containers (systemd-nspawn, lxc, lxc-libvirt)
...
- Make dhcp work, use dhcpcd without udev in container
- Make login shell work, patch getty to not wait for /dev/tty0
- Make ssh work, sshd/pam do not start session
2014-03-24 23:59:50 +01:00
Domen Kožar
d33544129f
easyrsa: symlink correct openssl config
2014-03-21 18:02:14 +01:00
Vladimír Čunát
0ea398ecbe
telnet: fix broken download
2014-03-21 12:26:13 +01:00
Peter Simons
042f85cdd0
nbd: update to version 3.8
2014-03-20 18:07:23 +01:00
Eelco Dolstra
d9f9bb1ab2
openssh: Update to 6.6p1
...
CVE-2014-2532
Note that this CVE only affects people who use AcceptEnv with
wildcards.
2014-03-20 12:39:00 +01:00
Domen Kožar
2a50098657
easy-rsa: don't include directory when wrapping
2014-03-19 12:23:08 +01:00
Tom Hinton
cf0f710b13
Update isync version to 1.1.0 (doesn't need recursive listing patch any more)
2014-03-18 10:14:52 +00:00
Domen Kozar
37c42c16a4
networkmanagerapplet: fix crash while connecting to protected wifis
2014-03-16 11:49:13 +01:00
Shea Levy
da17e151d8
Merge branch 'pkgs/openvpn/openvpn_learnaddress' of git://github.com/offlinehacker/nixpkgs
...
add openvpn_learnaddress script
2014-03-14 18:39:28 -04:00
Evgeny Egorochkin
e585d65b49
socat: update from 1.7.2.3 to 1.7.2.4
2014-03-13 09:11:54 +02:00
Domen Kozar
059e8e179b
set all licenses to be attributes (and wait for Nix 1.7)
2014-03-12 21:20:43 +01:00
Michael Raskin
727634b0e4
BadVPN moved to GitHub
2014-03-09 03:07:09 +04:00
Michael Raskin
53f4bf3241
Update BadVPN
2014-03-08 21:13:00 +04:00
Evgeny Egorochkin
6f57402bad
chrony: update from 1.29 to 1.29.1
2014-03-08 18:27:30 +02:00
Domen Kožar
0592916851
Merge pull request #1680 from Calrama/seafile
...
Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-c...
2014-03-07 13:51:17 +01:00
Evgeny Egorochkin
031a44a817
inetutils: update from 1.9.1 to 1.9.2
2014-03-01 05:29:14 +02:00
Thomas Tuegel
c2e26097a7
openresolv: wrap resolvconf to set PATH
2014-02-28 23:30:19 +01:00
Thomas Tuegel
f3e23d60ef
NetworkManager: correct resolvconf executable name
2014-02-28 23:30:19 +01:00
Domen Kožar
7f01311f53
networkmanager: add opensresolv
2014-02-28 23:30:19 +01:00
Moritz Maxeiner
997fffb54e
Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites
2014-02-28 17:24:43 +01:00
Domen Kožar
fae6079a01
adopt rest of the packages that were failing with the buildPythonPackage changes
2014-02-20 01:19:15 +01:00
Domen Kozar
342ed631a4
speedtest_cli: update from 0.2.4 to 0.2.5
2014-02-20 00:23:05 +01:00
Eelco Dolstra
3c7aa5aa8f
cjdns: Don't include "-git" in the package name
2014-02-18 19:13:07 +01:00
William A. Kennington III
bdb842d5eb
Move all db4 packages to the default db5
2014-02-15 12:03:02 +01:00
Rickard Nilsson
0d506296f0
networkmanager: Build with ModemManager support
2014-02-13 18:05:04 +01:00
Rickard Nilsson
129d1b9851
modemmanager: Update from 0.7.991 to 1.2.0
2014-02-13 18:05:04 +01:00
Oliver Charles
625b42838a
NetworkManager: Fix aliases and dependencies
...
There are two fixes in this commit.
Firstly, I am creating proper symlinks for the Alias= definitions in the
.service files. This achieves the same result as `systemctl enable`, and
I think is preferred over `mv`.
Secondly, `networkmanager-init` now wants `NetworkManager.service`,
along with `ModemManager.service`. ModemManager does not depend on
NetworkManager (according to `systemctl list-dependencies ModemManager`),
thus NetworkManager never got started on boot.
2014-02-12 11:32:49 +00:00
Domen Kožar
b17edbac57
ModemManager: 0.5.4.0 -> 0.7.991
2014-02-08 20:17:00 +01:00
Vladimír Čunát
2dd13fcb0b
socat-2.*: fix CVE-2014-0019
2014-02-06 19:21:26 +01:00
Evgeny Egorochkin
0c439c3a1a
socat: update from 1.7.2.2 to 1.7.2.3, potentially fixes CVE-2014-0019
2014-02-06 09:50:00 +02:00
Vladimír Čunát
befe6905e2
curl: update 7.33 -> .35, including two security fixes
...
CVE-2013-4545
CVE-2014-0015
2014-02-05 20:45:34 +01:00
Moritz Maxeiner
99ba14ee7a
Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-client
2014-02-04 20:02:46 +01:00
Eelco Dolstra
d451d12128
ntp: Update to 4.2.6p5
2014-02-03 23:44:11 +01:00
Michael Raskin
41faaa1970
Update Aria download manager
2014-02-02 21:10:33 +04:00
Bjørn Forsman
43af271ac6
siege: expression cleanup
2014-02-02 15:04:46 +01:00
Oliver Charles
83bc415a7b
siege: Update to 3.0.6
2014-02-02 14:59:28 +01:00
Eelco Dolstra
559f5be07d
dhcpcd: Update to 6.2.1
...
Dhcpcd now has integration with udev, so it should no longer be a
problem if udev renames an interface while dhcpcd is running.
2014-02-02 11:28:45 +01:00
Vladimír Čunát
f33d50c04e
openssh_hpn: mark as broken ATM, cf. #1640
2014-02-01 09:08:13 +01:00
William A. Kennington III
62e78f6b23
openssh: Upgrade from 6.4p1 -> 6.5p1
2014-01-31 14:51:25 +01:00
Benno Fünfstück
9d6ab791af
Use version variables for easier upgrading
2014-01-30 18:58:59 +01:00
Benno Fünfstück
e5af7f79d5
gupnp-tools and releated packages: fix and update
2014-01-30 18:58:59 +01:00
Edward Tjörnhammar
00765dccd8
bully, a wpa/wpa2 passphrase retriever from wps enabled devices
2014-01-29 20:56:54 +01:00
Peter Simons
c323f9eed4
nbd: update to version 3.7
2014-01-29 18:32:52 +01:00
Petr Rockai
4124bb9ff5
Adopt more packages.
2014-01-28 18:11:00 +01:00
Domen Kožar
a7d0a53d9e
merge
2014-01-26 09:58:47 +01:00
Domen Kožar
d8a31ba948
network-manager-applet: gtk2 -> gtk3
2014-01-26 00:16:24 +01:00
Bjørn Forsman
958d6636a7
networkmanager: fix path to 'openconnect' binary
...
Without this the openconnect VPN plugin doesn't work:
NetworkManager[830]: <warn> VPN connection 'Foo VPN' failed to connect: 'Could not find openconnect binary.'.
2014-01-25 13:59:10 +01:00
Bjørn Forsman
4d027a44f6
openconnect: update from 5.01 to 5.02 (CVE-2013-7098)
...
OpenConnect v5.02 - 2014-01-01:
* Fix XML POST issues with authgroups by falling back to old style login.
* Fix --cookie-on-stdin with cookies from ocserv.
* Fix reconnection to wrong host after redirect.
* Reduce limit of queued packets on DTLS socket, to fix VoIP latency.
* Fix Solaris build breakage due to missing <string.h> includes.
* Include path in <group-access> node.
* Include supporting CA certificates from PKCS#11 tokens (with GnuTLS 3.2.7+).
* Fix possible heap overflow if MTU is increased on reconnection (CVE-2013-7098).
2014-01-25 13:21:44 +01:00
Eelco Dolstra
e07ce3314d
Fix some "meta.licenses" attributes
2014-01-25 03:04:46 +01:00
Nixpkgs Monitor
7a211df849
wget: update from 1.14 to 1.15
2014-01-23 21:10:55 +02:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Peter Simons
7b2c1b854e
snx: disown this package
2014-01-21 20:08:41 +01:00
Domen Kožar
b4d1d88e42
enable gobjectintrospection for some libs
2014-01-21 14:11:20 +01:00
Vladimír Čunát
ac6761c908
Merge master into stdenv-updates
...
Conflicts:
pkgs/applications/version-management/gource/default.nix
pkgs/top-level/all-packages.nix
2014-01-20 19:39:28 +01:00
Oliver Charles
a2d0ec2f4b
Update siege to 3.0.5 and add meta information
2014-01-20 11:59:28 +00:00
Oliver Charles
a76e69894c
Update siege
2014-01-20 11:44:19 +00:00
Lluís Batlle i Rossell
b1a2c74394
Filegive: update to 0.7.4.
...
Compatibility with IE/chrome, report TLS connections, cipherings,
useragents, etc.
2014-01-18 16:06:35 +01:00
Vladimír Čunát
0a58b512cb
Merge master into stdenv-updates
...
Conflicts (simple):
pkgs/development/compilers/gcc/4.8/default.nix
pkgs/development/compilers/llvm/default.nix
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/gmp/5.1.3.nix
pkgs/development/libraries/gmp/5.1.x.nix
pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Peter Simons
9b4f9e1c40
gtkgnutella: update from 1.0.0 to 1.0.1
2014-01-15 17:29:14 +01:00
Nixpkgs Monitor
3c1e0ec7b9
ddclient: update from 3.8.1 to 3.8.2
2014-01-13 17:53:23 +01:00
Peter Simons
fe424e6c3f
pdsh: update to version 2.29
2014-01-13 17:05:45 +01:00
Vladimír Čunát
a2c316288c
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Rok Garbas
dca9e47e00
update: connman-ui to latest
2014-01-11 21:18:10 +01:00
Matej Cotman
7d4d3536f7
connman: new packages ConnMan v1.20 and connman-ui
2014-01-11 20:22:53 +01:00
William A. Kennington III
268ffe1144
tahoe-lafs: Upgrade from 1.9.2 -> 1.10.0
...
Remove patches which do not apply to the newer version.
2014-01-10 18:50:42 -06:00
Vladimír Čunát
9443129b08
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates)
pkgs/misc/emulators/zsnes/default.nix (more complex, build tested)
pkgs/top-level/all-packages.nix (auto-solved)
2014-01-04 18:34:53 +01:00
Bjørn Forsman
4db6bcf209
ngrep: new package
...
ngrep is a command-line network packet analyzer.
http://ngrep.sourceforge.net/
2014-01-03 16:49:23 +01:00
Domen Kožar
986db66d12
NetworkManager(applet): 0.9.8.4 -> 0.9.8.8 (bluez5 support)
2014-01-03 13:39:40 +01:00
Domen Kožar
ef406e0bb6
Merge pull request #1391 from coroa/nm-applet
...
network-manager-applet: re-do schema generation
2014-01-02 12:20:29 -08:00
Domen Kožar
4f97ab19a5
Merge pull request #1452 from ttuegel/networkmanager
...
Fix networkmanager-pptp
2014-01-02 12:02:53 -08:00
Thomas Tuegel
28a593469f
networkmanager-pptp: fix checksum
2014-01-02 11:02:40 -06:00
Bjørn Forsman
4d6605e882
Whitespace fixes in package expressions I maintain
2014-01-02 17:58:08 +01:00
Jonas Hoersch
5125b98602
network-manager-applet: re-do schema generation
...
fixes #1355 . partial revert of f4d4e12c
(introduced by #1313 ).
meta.priority is set to 6 (lower priority than standard) to resolve the
conflict of an exported gschemas.compiled for evince as for nm-applet.
this linked file is NOT consulted, as both binaries are wrapped to look
for their schemas in their nix store path first.
a better fix would avoid already avoid linking those gschemas.compiled
files into the environment.
2013-12-30 12:26:51 +01:00
William A. Kennington III
c4e03f0739
openssh: Update from 6.2p2 -> 6.4p1
...
This patch also bumps up the HPN version of openssh so that it compiles
on top of 6.4. Along with the bump, a package was added for the high
performance networking version.
The gcmrekey patch was removed as this vulnerability is fixed in
version 6.4 onward. http://www.openssh.org/txt/gcmrekey.adv
2013-12-30 02:42:12 -06:00
Vladimír Čunát
e740b565cf
Merge master into stdenv-updates
...
Conflicts (easy):
pkgs/development/compilers/llvm/default.nix
pkgs/development/compilers/openjdk/default.nix
pkgs/development/libraries/icu/default.nix
pkgs/development/libraries/libssh/default.nix
pkgs/development/libraries/libxslt/default.nix
pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Domen Kožar
f6a8fe34b2
speedtest-cli: dev -> 0.2.4
2013-12-26 16:51:08 +01:00
Vladimír Čunát
50ac037864
Merge master into x-updates
2013-12-23 19:27:14 +01:00
Rob Vermaas
bd0d2aa149
Update dd-agent to 4.0.1
2013-12-23 15:49:54 +01:00
Nixpkgs Monitor
3d9e43ace2
tcpdump: update from 4.4.0 to 4.5.1
2013-12-23 05:15:40 +02:00
Vladimír Čunát
2b24f1349a
Merge master into x-updates
2013-12-21 10:20:55 +01:00
Nixpkgs Monitor
ca02b0d0c2
unbound: update from 1.4.13 to 1.4.21
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
8ae313bdf0
wavemon: update from 0.7.2 to 0.7.5
2013-12-21 02:28:27 +02:00
Evgeny Egorochkin
9cb5fd0ff6
surfraw: add platforms
2013-12-21 02:28:26 +02:00
Nixpkgs Monitor
9a1f7564d7
surfraw: update from 2.2.8 to 2.2.9
2013-12-21 02:28:26 +02:00
Nixpkgs Monitor
2a3d427469
oslrd: update from 0.6.5.4 to 0.6.6.1
2013-12-21 02:28:25 +02:00
Nixpkgs Monitor
fc9d6f37af
ndisc6: update from 1.0.1 to 1.0.2
2013-12-21 02:28:24 +02:00
Vladimír Čunát
4c5a71f777
Merge master into x-updates
...
Conflicts:
pkgs/desktops/gnome-2/desktop/gvfs/default.nix
pkgs/development/libraries/cogl/default.nix
pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Nixpkgs Monitor
8fd04f45c5
gtkgnutella: update from 0.97 to 1.0.0
2013-12-18 18:18:31 +02:00
Nixpkgs Monitor
767a9d575a
getmail: update from 4.42.0 to 4.43.0
2013-12-18 18:18:28 +02:00
Nixpkgs Monitor
a1226bfb6d
aria2: update from 1.17.1 to 1.18.1
2013-12-18 18:18:16 +02:00
Nixpkgs Monitor
c9d980eec8
aria: update from 0.14.0 to 0.16.2
2013-12-18 18:18:16 +02:00
Peter Simons
45e8de9a7d
Merge branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/misc/less/default.nix
2013-12-16 21:13:24 +01:00
Nixpkgs Monitor
3c936a0502
tinc: update from 1.0.22 to 1.0.23
2013-12-16 01:36:17 +02:00
Nixpkgs Monitor
f5f6b86fc8
rpPPPoE: update from 3.10 to 3.11
2013-12-16 01:36:17 +02:00
Bjørn Forsman
a18b92f4e4
ntopng: fix download url
...
The current one doesn't work. (My bad for not testing properly after
having done the initial download with nix-prefetch-url.)
2013-12-15 19:40:15 +01:00
Nixpkgs Monitor
84ea06eb99
dnstop: update from 20110502 to 20121017
2013-12-15 12:21:29 +02:00
Nixpkgs Monitor
53261424c3
dnsmasq: update from 2.67 to 2.68
2013-12-15 12:19:28 +02:00
Nixpkgs Monitor
28cba5e9d4
babeld: update from 1.4.1 to 1.4.3
2013-12-15 11:25:53 +02:00
Michael Raskin
1bc96da130
Merge pull request #1372 from offlinehacker/pkgs/dhcpcd/dhcpcd_lxc_fix
...
dhcpcd: make dhcpcd work in linux containers
2013-12-14 22:54:27 -08:00
Michael Raskin
152f7666af
Merge pull request #1340 from bjornfor/ntopng
...
Add ntopng package and nixos service module
2013-12-14 22:46:49 -08:00
Nixpkgs Monitor
f5d3be98f6
openresolv: update from 3.5.4 to 3.5.6
2013-12-13 23:07:29 +02:00
Jaka Hudoklin
c2f385cf4a
dhcpcd: make dhcpcd work in linux containers
2013-12-13 09:51:29 +01:00
Nixpkgs Monitor
36677bbe86
smbldaptools: update from 0.9.7 to 0.9.10, potentially fixes CVE-2012-0961, CVE-2013-1051
2013-12-13 00:08:33 +02:00
Nixpkgs Monitor
b376a50dc5
autossh: update from 1.4b to 1.4c
2013-12-12 03:30:14 +02:00
Nixpkgs Monitor
c584ac123f
fping: update from 3.4 to 3.8
2013-12-12 03:11:34 +02:00
Peter Simons
48f24712dc
Fix a lots of evaluation errors on Hydra.
2013-12-10 23:20:23 +01:00
Vladimír Čunát
3c013cdec9
mu: fix build via disabling mug GUI by default
...
It seems it can't handle gtk-3.10.
CC @the-kenny
2013-12-10 21:27:47 +01:00
Peter Simons
486e7736df
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/networking/p2p/amule/default.nix
2013-12-10 00:25:54 +01:00
Nixpkgs Monitor
08a3ef19cd
dropbear: update from 2013.60 to 2013.62
2013-12-10 01:07:30 +02:00
Peter Simons
f36d5c162c
rtorrent: update to version 0.9.3
...
This version is dubbed "unstable" and apparently it lacks the man page that
used to come with earlier releases. :-(
We need the latest version, though, because of the recent update to libtorrent.
2013-12-09 22:35:32 +01:00
Bjørn Forsman
3cff0a8014
ntopng: new package
...
ntopng is a high-speed web-based traffic analysis and flow collection
tool. ntopng => ntop next generation.
http://www.ntop.org/products/ntop/
2013-12-09 21:35:01 +01:00
Nixpkgs Monitor
d4a1ab3bc3
libtorrent: update from 0.13.2 to 0.13.3
2013-12-09 11:18:17 +02:00
Nixpkgs Monitor
3da956c7ca
amuleGui: update from 2.2.6 to 2.3.1
2013-12-09 11:13:26 +02:00
Peter Simons
c32bf83301
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/interpreters/perl/5.16/default.nix
pkgs/tools/networking/curl/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-python.nix
pkgs/top-level/release-small.nix
pkgs/top-level/release.nix
2013-12-04 18:33:52 +01:00
Evgeny Egorochkin
41333e1344
chrony; fix installation
2013-12-04 06:11:41 +02:00
Nixpkgs Monitor
1db5dd4ffb
chrony: update from 1.27 to 1.29, potentially fixes CVE-2012-4502, CVE-2012-4503
2013-12-04 05:56:17 +02:00
Nixpkgs Monitor
92de25cb55
dropbear: update from 2013.58 to 2013.60, potentially fixes CVE-2013-4421, CVE-2013-4434
2013-12-04 05:55:20 +02:00
Evgeny Egorochkin
b0d281dd58
privoxy: update the build script, add documentation dependency
2013-12-04 04:41:25 +02:00
Nixpkgs Monitor
3837210fed
privoxy: update from 3.0.12 to 3.0.21, potentially fixes CVE-2013-2503
2013-12-04 04:28:34 +02:00
Peter Simons
c1501291d7
nbd: update to version 3.5
2013-12-01 23:21:01 +01:00
Michael Raskin
42437555fe
Merge pull request #1313 from roverorna/fixes
...
Remove caches from liferea, evince and network-manager-applet
2013-12-01 12:34:36 -08:00
Tomasz Kontusz
f4d4e12ca6
Remove caches from liferea, evince and network-manager-applet
2013-12-01 20:26:31 +01:00
Michael Raskin
18ad2f03a5
Merge pull request #1191 from kowey/kowey-macosx
...
wget darwin: disable Test-iri-disabled.px
2013-11-28 03:02:32 -08:00
Thomas Bereknyei
16e85b4275
Perl requirement for ddclient to be used as a service
...
(Might only be the FreeDNS protocol that needs it.)
2013-11-27 19:46:55 +01:00
Bjørn Forsman
f21e9f0a07
dnsmasq: bump 2.63 -> 2.67
...
See changelog at http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
2013-11-27 19:29:37 +01:00
Domen Kožar
f770739290
curl: 7.30.0 -> 7.33.0 (CVE-2013-4545)
2013-11-21 16:24:32 +01:00
Michael Raskin
98e8d9d5a3
Adding BadVPN network (mostly BPN) tools
2013-11-17 21:48:26 +04:00
Evgeny Egorochkin
829b29153b
clean up git revision handling in several packages
2013-11-13 12:46:55 +02:00
Domen Kožar
9b35dac0c0
iperf: 2.0.4 -> 2.0.5
2013-11-08 16:53:19 +01:00
Eelco Dolstra
52ad0eaca5
openssh: Security fix
...
CVE-2013-4548
2013-11-08 16:42:59 +01:00
Eric Kow
29b2aec233
wget darwin: disable Test-iri-disabled.px
...
This test fails on MacOS X. The failure has something to do with
the tests expecting filesystems to accept/store filenames as
bytes. On the HFS+ filesystem, however, filenames are Unicode
characters (Normalisation Form D).
This wget ticket appears to be relevant
http://savannah.gnu.org/bugs/index.php?27541
The maintainer does not seem to think that this test
failure represents a problem in practice:
http://article.gmane.org/gmane.comp.web.wget.general/8988
But this patch should be revisited/removed if this aspect of wget is
ever addressed in the future.
NB: I'm also a bit concerned/confused that none of the tests mentioned
in that message seem to fail, so I'm not 100% sure if this is the
relevant issue.
2013-11-08 09:36:42 +00:00
Eelco Dolstra
a0e21fd1ca
Mark more packages as broken
2013-11-04 21:11:00 +01:00
Eelco Dolstra
59cad4dc07
socate: Update to 1.7.2.2, 2.0.0-b6
...
CVE-2013-3571
2013-11-04 21:10:59 +01:00
Rok Garbas
a22c0fa54a
offlineimap: update to (latest) 6.5.5
2013-11-04 19:39:13 +01:00
Mathijs Kwik
609f8dc04b
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-11-01 08:31:54 +01:00
Mathijs Kwik
db83d9a35b
Merge branch 'master' into multiple-outputs
2013-11-01 08:29:09 +01:00
Domen Kožar
9726dded27
openssh: build on unix platforms
2013-10-29 17:47:38 +01:00
Rok Garbas
562b453b93
nixos: haproxy module
2013-10-29 15:55:25 +01:00
Peter Simons
91f2c362de
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-10-26 18:28:05 +02:00
Jaka Hudoklin
427798268c
Add netcat-openbsd, TCP/IP swiss army knife, openbsd variant
2013-10-24 10:57:33 +03:00
Jaka Hudoklin
53be8bbdc8
openvpn: add openvpn_learnaddress script
2013-10-21 21:47:14 +02:00
Jack Cummings
e6f2ac65e2
Gratuitous Space Battles. Needs libcurl.so.3, so put an old version of that in, too
2013-10-19 14:45:03 +02:00
Peter Simons
6be8ad3392
Merge branch 'origin/master' into stdenv-updates.
...
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
2013-10-18 18:57:24 +02:00
Eelco Dolstra
2147a07938
Fix a bunch of Hydra evaluation errors
2013-10-07 17:36:47 +02:00
Lluís Batlle i Rossell
1b794c098b
filegive update to 0.7.1
2013-10-07 09:34:25 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Bjørn Forsman
28ac782583
Some description fixes
...
There are many more packages to fix, this is just a start.
Rules:
* Don't repeat the package name (not always that easy...)
* Start with capital letter
* Don't end with full stop
* Don't start with "The ..." or "A ..."
I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Rickard Nilsson
6d247f81b4
network-manager: Rename dispatcher service
...
Rename NetworkManager-dispatcher.service to
dbus-org.freedesktop.nm-dispatcher.service so it is found by systemd (NixOS
doesn't handle the Alias directive in the unit file)
2013-10-03 14:46:49 +02:00
Peter Simons
ac5d5297dd
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-10-02 22:44:12 +02:00
Moritz Ulrich
dc7ed72066
mu: Install msg2pdf (render html mail to pdf) and mug (gtk gui)
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-02 13:55:17 +02:00
Moritz Ulrich
62ea4e1d38
mu: update to 0.9.9.5
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 23:47:57 +02:00
Lluís Batlle i Rossell
d19d528f97
Fixing filegie url
2013-10-01 09:19:46 +02:00
Lluís Batlle i Rossell
d71b3724de
Updating filegive to 0.7
2013-09-30 22:33:06 +02:00
Domen Kožar
fc15a0da64
Merge pull request #991 from fignuts/master
...
Bump networkmanagement version to 0.9.0.9
2013-09-30 05:09:08 -07:00
Domen Kožar
a68128ab8c
NetworkManager: 0.9.8.0 -> 0.9.8.4
2013-09-29 17:00:41 +02:00
Peter Simons
9407832de4
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/gettext/default.nix
2013-09-23 10:59:44 +02:00
Andrew Morsillo
5e1a268b6b
Bump networkmanagement version to 0.9.0.9
2013-09-18 20:43:17 -04:00
Jason \"Don\" O'Conal
613cf79237
esniper: fix build on darwin
2013-09-16 15:51:15 +02:00
Ricardo M. Correia
1ac7ba823d
tinc: Update to 1.0.22
...
close #957
2013-09-15 06:34:44 +03:00
Mathijs Kwik
1a55c4b89f
Merge remote-tracking branch 'official/master' into multiple-outputs
...
Conflicts:
pkgs/development/libraries/cairo/default.nix
pkgs/development/libraries/freetype/default.nix
pkgs/development/libraries/glib/default.nix
pkgs/development/libraries/libpng/default.nix
pkgs/development/libraries/pango/default.nix
pkgs/tools/typesetting/tex/texlive/default.nix
pkgs/top-level/all-packages.nix
2013-09-11 10:53:31 +02:00
Vladimír Čunát
aa8e8303e1
Merge branch 'x-updates' into master
2013-09-11 08:37:03 +02:00
Peter Simons
3d2caf1180
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-09-08 22:54:35 +02:00
Peter Simons
c4115d45a0
nbd: update to version 3.4
2013-09-08 21:12:34 +02:00
Vladimír Čunát
74488e2b58
Merge branch 'x-updates' into stdenv-updates
...
Conflicts (simple):
pkgs/development/libraries/glib/default.nix
pkgs/development/libraries/mesa/default.nix
2013-09-02 15:44:57 +02:00
Vladimír Čunát
2fda1165da
Merge branch 'master' into x-updates
2013-08-28 10:37:41 +02:00
Peter Simons
9ac8ea937c
Merge branch 'origin/master' into stdenv-updates.
2013-08-26 12:21:23 +02:00
Domen Kožar
cf9a8f5d25
getmail: 4.20.0 -> 4.42.0
2013-08-25 10:55:44 +02:00
Vladimír Čunát
c1e62e7e91
Merge branch 'master' into x-updates
2013-08-22 19:29:09 +02:00
Christophe Raffalli
2c089337e7
OpenSSH: add Kerberos support
2013-08-22 12:53:06 +03:00
Bjørn Forsman
d65cea26dc
ncftp: 3.2.4 -> 3.2.5
...
Also, add missing ncurses buildInput and add/update meta attributes. The
homepage is back up!
2013-08-21 20:58:14 +02:00
Mathijs Kwik
34bd1110b1
ppp: fix purity patch on :multiple-outputs:
2013-08-21 17:35:54 +02:00
Peter Simons
d2194a294e
mpack: add version 1.6
2013-08-17 14:42:06 +02:00
Peter Simons
0d7118814b
Merge branch 'origin/master' into stdenv.
2013-08-17 10:00:16 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Peter Simons
76244ac2e2
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/ghc/with-packages.nix
2013-08-16 22:51:13 +02:00
Vladimir Still
eb97daf88d
networking: Add bwm-ng expression.
2013-08-16 14:57:16 +02:00
Jaka Hudoklin
941055dae9
curl: Add support for c-ares, asynchronous dns resolver
2013-08-12 19:53:08 +02:00
Eelco Dolstra
7fc87a865e
openssh: Update to 6.2p2
2013-08-12 14:50:55 +02:00
Vladimír Čunát
72a8019334
introspection disabling -- clutter-gtk, NM-applet, gnome_panel
...
Didn't build as it was, and not needed anywhere AFAIK.
2013-08-06 09:27:34 +02:00
Jaka Hudoklin
018b39d28b
iodined: Fix iptables and route path to bin instead of sbin
2013-08-05 01:00:34 +02:00
Bjørn Forsman
2238a23352
wicd: wrapper env vars prefix -> postfix
...
Change PATH=$PATH:deps to PATH=deps:$PATH in the wicd wrappers, because
the latter is more deterministic; it prevents possibly wrong versions of
dependencies to sneak in from the environment.
Do the same for PYTHONPATH.
2013-07-31 21:54:09 +02:00
Rok Garbas
77063f3f75
adding description to networkmanager plugins
2013-07-31 15:36:17 +02:00
Rok Garbas
537a71a51e
openconnect and vpnc NetworkManager plugins added
...
also openvpn plugin updated to the same version as NetworkManager
2013-07-31 15:36:17 +02:00
Bjørn Forsman
7e0bd8d360
offlineimap: remove python prefix from package name
...
OfflineIMAP is primarily a program/tool, not a python module (although
it installs a python module too, for those who want to poke at its
internals).
Now we can install it with "nix-env -i offlineimap" instead of
"nix-env -i python2.7-offlineimap".
2013-07-30 21:30:34 +02:00
Peter Simons
522acfd2f4
Merge remote-tracking branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/applications/version-management/git-and-tools/git/default.nix
pkgs/top-level/all-packages.nix
2013-07-30 11:29:30 +02:00
Domen Kozar
0be7ef35bb
gmvault: use logbook 0.4.2
2013-07-29 21:16:35 +02:00
Bjørn Forsman
386bef322d
iftop: improve meta attributes
...
- The description attribute is very long, so rename it to
longDescription and add a short text in the description attribute.
- Use licenses.gpl2Plus instead of free form text "GPLv2+".
- Add platforms attribute so that hydra will build the package.
2013-07-28 14:04:44 +02:00
Jason \"Don\" O'Conal
b4105cfaff
php53: fix build on darwin ( close #748 )
...
* add empty unix.h header
* build with kerberos
* ensure the binary has no extension
2013-07-28 09:41:58 +02:00
Domen Kozar
0f98ddf8fd
Revert "networkmanager: we dont need networkmanager group anymore, just use at_console policy"
...
This reverts commit 52fe694360
.
2013-07-26 23:09:50 +02:00
Domen Kozar
52fe694360
networkmanager: we dont need networkmanager group anymore, just use at_console policy
2013-07-23 18:51:20 +02:00
Domen Kozar
949c4fe758
networkmanagerapplet: fix the build
2013-07-23 18:23:13 +02:00
Domen Kozar
11eef4f79f
networkmanagerapplet: fix build
2013-07-23 13:18:54 +02:00
Domen Kozar
bea0ac29d4
networkmanagerapplet: propagatedBuildInputs -> propagatedUserEnvPkgs
2013-07-23 11:53:12 +02:00
Domen Kozar
a143c0bb10
networkmanagerapplet: add GConf libgnome_keyring to propagatedBuildInputs
2013-07-23 11:19:32 +02:00
Lluís Batlle i Rossell
04a9e809d4
Updating go to 1.1.1
2013-07-23 11:19:32 +02:00
Domen Kozar
8ea138d212
add development version of speedtest-cli
2013-07-20 12:48:32 +02:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
cea107c07f
More mirror:// URL fixes
2013-07-14 03:31:12 +03:00
Evgeny Egorochkin
aa85b80459
Change package urls to use mirror://sourceforge
2013-07-14 02:35:26 +03:00
Evgeny Egorochkin
4c952c64de
eggdrop: fix version to match tarball
2013-07-14 02:08:54 +03:00
Evgeny Egorochkin
9afe9c9c53
uw-imap: fix version to match tarball
2013-07-14 02:08:53 +03:00
Evgeny Egorochkin
a42ba6d8fe
filegive: change url so that it's friendlyto automated processing. This changes the tarball a
...
little(likely metadata) but it still builds.
2013-07-14 02:08:48 +03:00
Jaka Hudoklin
9a8677caeb
Add easyrsa
2013-07-10 21:00:56 +02:00
Domen Kožar
17962c1aa0
Merge pull request #683 from grwlf/wicd-fixes
...
wicd: obtain dhclinet's config template from shares correctly
2013-07-10 01:00:38 -07:00
Rickard Nilsson
92083803e6
nss-pam-ldapd: Upgrade to 0.8.13
2013-07-10 08:49:54 +02:00
Domen Kozar
58975755ea
add bpython
2013-07-08 20:58:44 +02:00
Vladimír Čunát
8ba92b8895
Merge master into stdenv-updates
...
Conflicts (simple):
pkgs/development/tools/misc/binutils/default.nix
pkgs/tools/package-management/disnix/default.nix
pkgs/top-level/all-packages.nix
2013-07-08 10:48:05 +02:00
Michael Raskin
b2e912fd8d
Update fdm
2013-07-05 18:43:21 +04:00
Jonas Hoersch
5597e9a2a5
aria2: update to version 1.17.1 and add sqlite support
...
also add missing pkgconfig dependency, so that the buildInputs zlib,
openssl, and sqlite are properly found.
2013-07-04 19:26:03 +02:00
Jason \"Don\" O'Conal
1f9005a3f6
php53: add imap option
2013-07-04 13:12:13 +02:00
Eelco Dolstra
80213cbb05
meta.license is a list of strings (not attribute sets)
...
http://hydra.nixos.org/build/5453648
2013-07-03 12:41:27 +02:00
Rok Garbas
bf540904de
haproxy: update to 1.4.24 (set platform to linux, for now)
2013-07-03 03:36:15 +02:00
Domen Kozar
efa4aac21e
dd-agent: ab14fde6f9 -> 3.8.0
2013-06-29 18:46:37 +02:00
James Cook
af53fd451f
curl: update to version 7.31.0
2013-06-28 07:04:07 +02:00
Sergey Mironov
6afd6588d3
wicd: fix copying dhclient's config to it's initial location
2013-06-27 14:03:09 +04:00
Eelco Dolstra
acba9240cd
nixos.org/tarballs -> tarballs.nixos.org
...
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
2013-06-25 14:12:16 +02:00
Domen Kozar
dbe9bf7e59
networkmanagerapplet: 0.9.8.0 -> 0.9.8.2
...
Upgraded because some icons weren't displaying. Also adds new
dependency libsecret.
2013-06-21 19:59:20 +02:00
Lluís Batlle i Rossell
b38308553b
Adding cjdns.
...
The executable runs; I haven't tried to run a node.
2013-06-20 20:53:37 +02:00
Vladimír Čunát
842420c3e1
Merge branch 'master' into stdenv-updates
...
Conflicts (relatively simple):
pkgs/development/interpreters/python/2.7/default.nix
pkgs/development/libraries/dbus/default.nix
pkgs/development/libraries/glib/default.nix
pkgs/development/libraries/glibc/2.17/common.nix
2013-06-20 19:21:25 +02:00
Lluís Batlle i Rossell
83dee22f4a
Fixing a crash bug in dropbear.
2013-06-18 23:35:53 +02:00
Lluís Batlle i Rossell
ae98b61850
dropbear: update to 2013.58, and build dynamically
...
I had to do a trick with GNU make, to allow it to find libs.
2013-06-18 23:35:53 +02:00
Vladimír Čunát
2058d95eb4
non-Linux platforms: extend to some important pkgs
2013-06-18 22:03:35 +02:00
Michael Raskin
1a45886454
Merge branch 'master' into x-updates
2013-06-11 15:46:10 +04:00
Peter Simons
6b1ebeccf2
Merge branch 'master' into stdenv-updates.
...
There were conflicts in pkgs/development/interpreters/ruby/ruby-19.nix,
which I resolved to the best of my knowledge. I'd appreciate if some of
the ruby gurus could have a look at the outcome of my merge, though.
2013-06-11 12:11:25 +02:00
Peter Simons
a2328d7b80
Merge pull request #609 from coroa/ppp-ipv6
...
ppp: enable ipv6 support
2013-06-11 02:21:42 -07:00
Jonas Hoersch
b39a6ef532
ppp: enable ipv6 support
...
networkmanager requires pppd to have ipv6 support for managing mobile
connections since version 0.9.5.95, ref. to commit 7575f4d.
2013-06-11 01:07:06 +02:00
Michael Raskin
8271de6727
Merge remote-tracking branch 'upstream/master' into x-updates
...
Conflicts:
pkgs/misc/emulators/wine/default.nix
2013-06-10 10:04:46 +04:00
Vladimír Čunát
7db886fdb9
Merge remote-tracking branch 'hydra/master' into x-updates
...
Conflicts (taken from @7c6f434c):
pkgs/development/libraries/libgphoto2/default.nix
2013-06-08 15:41:39 +00:00
Christophe Raffalli
e4c2a5ddc7
Upgraded openconnect to 5.01.
...
Added the new option --no-xmlpost to avoid a cisco server bug
2013-06-08 12:38:12 +02:00
Christophe Raffalli
8be8701db7
Added openconnect
2013-06-06 10:48:58 +02:00
Vladimír Čunát
7af694700c
Merge branch 'master' into x-updates
...
Silently merged badly the firefox 20/21 things. I got that, hopefully
there aren't more (my nixos-rebuild dry-run finds no more errors).
2013-06-05 12:59:47 +02:00
Ricardo M. Correia
76b18e4204
gmvault: Fix start script
2013-06-05 02:27:18 +00:00
Ricardo M. Correia
6eb8048c8f
gmvault: New package
...
Gmvault Gmail Backup - Backup and restore your gmail account at will.
2013-06-05 02:27:18 +00:00
Vladimír Čunát
22967c71f8
network-manager: update all to 0.9.8.0
...
This should fix compilation with newer glib versions.
2013-06-04 16:36:21 +02:00
Domen Kozar
96b193a7b1
typos
2013-06-03 00:31:43 +02:00
Domen Kozar
d9fe34aeb4
aircrackng: add platform & maintainers
2013-06-02 20:37:14 +02:00
Lluís Batlle i Rossell
778e09625f
aircarck-ng: updating and fixing build
...
Requested in issue #585
2013-06-02 19:54:50 +02:00
Peter Simons
5718931dd3
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-06-01 11:48:21 +02:00
Rickard Nilsson
1ddfbae86a
stunnel: Add explicit openssl reference (latest stunnel version did not build for me otherwise)
2013-05-30 12:12:18 +02:00
Lluís Batlle i Rossell
f54c4c99e3
tcpdmup/libpcap udpate
2013-05-29 19:23:40 +02:00
Lluís Batlle i Rossell
21cb347f20
Adding babeld.
2013-05-29 19:16:02 +02:00
Lluís Batlle i Rossell
08f8371a50
Adding ahcpd.
2013-05-29 19:16:01 +02:00
Lluís Batlle i Rossell
55eccc68bb
Adding oslrd.
2013-05-28 22:37:59 +02:00
Eelco Dolstra
6c03d641fa
openvpn: Update to 2.3.1
2013-05-28 14:48:56 +02:00
Lluís Batlle i Rossell
7e7b669b3e
megatools: fixing the network part
...
It requires some env vars to work
2013-05-25 00:08:42 +02:00
Lluís Batlle i Rossell
a403f55ccf
Adding megatools
2013-05-24 23:43:26 +02:00
Ricardo M. Correia
200fd97b04
chrony: Add readline and libcap (on Linux) as dependencies
...
libcap is needed for chronyd to drop privileges when starting up.
readline was added as a convenience for when using chronyc.
2013-05-23 02:11:21 +00:00
Lluís Batlle i Rossell
f93971ef0c
filegive: update to 0.6.1
2013-05-22 19:21:11 +02:00
Peter Simons
728e305205
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-05-22 12:30:02 +02:00
Ricardo M. Correia
e28b51360d
Add chrony.
...
Chrony is a pair of programs which are used to maintain the accuracy of the system clock on a computer.
2013-05-22 00:41:58 +02:00
Lluís Batlle i Rossell
8160f816af
mtr: adding ncurses support
2013-05-20 17:43:27 +02:00
Ricardo M. Correia
84e69bf619
tinc: update to 1.0.21 (fixes CVE-2013-1428) (merge #545 )
2013-05-20 17:18:28 +02:00
Petr Rockai
7abebbad4d
curl: Optionally add support for GSSAPI (Kerberos).
...
@vcunat also did some configureFlags refactoring
2013-05-18 13:24:30 +02:00
Lluís Batlle i Rossell
61e7a72931
mosh: update to 1.2.4
2013-05-18 13:17:41 +02:00
Domen Kozar
b38ae22a2d
make openvpn work with networkmanagerapplet
2013-05-11 19:17:48 +02:00
Domen Kozar
1aaa1a7b5b
add networ-manager-openvpn, WIP
2013-05-10 19:17:51 +02:00
Eelco Dolstra
84b0bf63b7
pwnat: Fix evaluation
2013-05-09 13:21:10 +02:00
Lluís Batlle i Rossell
e9cbe5439e
Adding udptunnel
...
(Fixing a semicolon in pwnat expr too)
2013-05-08 22:51:39 +02:00
Lluís Batlle i Rossell
a8b576ecaf
Adding pwnat.
2013-05-08 22:51:39 +02:00
Lluís Batlle i Rossell
e087ce095e
filegive: update to 0.5.2
...
(fixing miniupnpd support)
2013-05-07 12:19:38 +02:00
Shea Levy
fde3526e7d
Merge branch 'master' into stdenv-updates
...
Conflict in kerberos, which was updated both in master and in
stdenv-updates. Kept the stdenv-updates version, except pulled in the
enableParallelBuilding change from master.
Signed-off-by: Shea Levy <shea@shealevy.com>
Conflicts:
pkgs/development/libraries/kerberos/krb5.nix
2013-05-04 18:28:48 -04:00
Lluís Batlle i Rossell
a5adbf19a6
filegive: fixing licence, adding maintainer
2013-05-04 10:08:52 +04:00
Lluís Batlle i Rossell
5465a118e1
filegive: update to 0.5.1
...
nat-pmp, fixed upnp bugs, ...
2013-05-04 01:04:17 +04:00
Moritz Ulrich
24466df152
Update isync to 1.0.6
2013-05-03 11:03:49 +02:00
Evgeny Egorochkin
6414a306a4
filegive: bump version to 0.3.1
2013-05-02 13:15:50 +03:00
Lluís Batlle i Rossell
28f87c0eb5
Adding description to filegive
2013-05-02 11:34:42 +04:00
Lluís Batlle i Rossell
bd55358159
Adding filegive, my file sending program
2013-05-02 11:32:58 +04:00
Lennart Kats
aa555c56ac
lftp: use a download location that keeps old versions around
2013-05-01 10:58:32 +02:00
Lluís Batlle i Rossell
678e983f5e
Adding reaver-wps.
2013-04-26 17:14:09 +04:00
Eelco Dolstra
607437122b
dhcpcd: Update to 5.6.8
2013-04-26 14:06:32 +02:00
Lluís Batlle i Rossell
b4687c6966
tahoe-lafs: update to 1.9.2
...
I had to update a python package too (foolscap)
2013-04-24 22:41:17 +04:00
Eelco Dolstra
d44ffc5338
curl: Update to 7.30.0
...
CVE-2013-1944
2013-04-23 14:54:51 +02:00
Rok Garbas
f1184916dd
Merge pull request #477 from coroa/offlineimap
...
offlineimap: enable support for the sqlite status backend
2013-04-23 03:47:15 -07:00
Jonas Hoersch
93c39d24b5
offlineimap: enable support for the sqlite status backend
2013-04-22 10:40:36 +02:00
Peter Simons
2ffd0b6dac
Merge changes from branch 'origin/master' into stdenv-updates.
2013-04-20 22:19:39 +02:00
Vladimír Čunát
1c22316af6
Merge pull request #429 from ierton/wicd-fixes
...
wicd: some fixes
2013-04-20 01:32:29 -07:00
Peter Simons
4914e63a89
Merge changes from branch 'master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/icu/default.nix
pkgs/tools/misc/coreutils/default.nix
2013-04-19 11:48:11 +02:00
Peter Simons
d6bdc558c7
nbd: update to version 3.3
2013-04-14 21:33:04 +02:00
Eelco Dolstra
4d5ba15ea9
openssh: Update to 6.2p1
2013-04-12 15:27:13 +02:00
Eelco Dolstra
8fc1fe9f6b
socat: Update to 1.7.2.1
...
CVE-2012-0219
2013-04-12 15:01:01 +02:00
Cillian de Róiste
277816eb00
lftp: update to 4.4.5
2013-04-10 14:13:27 +02:00
Rickard Nilsson
08f1b426bc
stunnel: Update to 4.56
...
Note, I had to add "fips = no" to my stunnel configuration after
the update.
2013-04-09 16:34:59 +02:00
Sergey Mironov
8b3b208f33
wicd: rename icons/hicolour to icons/hicolor
2013-04-09 09:27:45 +04:00
Peter Simons
adfc924015
Merge branch 'master' into stdenv-updates.
2013-04-08 01:19:38 +02:00
Peter Simons
48a2fb0aaa
httpie: update to version 0.4.1 to fix the build
2013-04-08 01:19:20 +02:00
Peter Simons
2fe970d6f2
httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests'
2013-04-08 01:17:44 +02:00
Sergey Mironov
18681ae58e
wicd: remove unused patches, remove ast with plain rm
2013-04-04 13:44:43 +04:00
Peter Simons
62e37492b9
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-04-04 00:51:30 +02:00
Cillian de Róiste
69ad5c5c04
Fix the path to `ping`
...
iputils-20101006/sbin/ping has moved to iputils-20121221/bin/ping
Wicd uses ping to test the connection and produced and error message.
2013-04-03 23:34:02 +02:00
Peter Simons
64f600a010
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-04-01 13:39:57 +02:00
Sergey Mironov
6901f6346d
wicd: [HACK] fix various gtk issues
...
* hack around s.translate situation
* fix KeyError exception in error dialog
* fix Russian translation
2013-03-31 18:10:28 +00:00
Domen Kozar
ea4b0c33d8
Set correct paths when using nm-applet without desktop
2013-03-31 20:08:01 +02:00
Sergey Mironov
ee921d9df4
wicd: fix missing application icon
2013-03-31 13:06:31 +04:00
Sergey Mironov
f7efab5fd8
wicd: bring translations back.
2013-03-31 13:06:27 +04:00
Sergey Mironov
a8a3cc00fd
wicd: fix dhclient interaction
...
wicd used to write dhclient config file into $out/var/lib/wicd directory attempting
to change nix-store. That didn't work and thats why we couldn't use dhclient.
With this patch wicd will generate temporary file name for this purpose. File is
generated each time the daemon starts.
2013-03-31 13:06:24 +04:00
Domen Kozar
9a31d2ef0d
aircrack-ng: bump
2013-03-29 19:02:51 +01:00
Rob Vermaas
2fa4e36946
Add weighttp 0.3
2013-03-29 15:04:59 +01:00
Peter Simons
22fb1ad99e
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-03-21 09:23:54 +01:00
Vladimír Čunát
7cb4d92bec
amule: update and fix build on gcc47
2013-03-17 10:15:03 +01:00
Cillian de Róiste
924be9b524
Wicd: #379 Also add the gtk-2.0 directory in pygobject to the PYTHONPATH
2013-03-16 08:34:14 +01:00
Cillian de Róiste
0037e518b0
Merge branch 'wicd-gobject'
2013-03-15 01:00:19 +01:00
Cillian de Róiste
ef3da5eecd
#379 wicd: Add ifconfig and ping to the PATH
...
/var/log/wicd/wicd.log showed that it failed to find ifconfig
that was probably the main issue (after the gobject import failure)
2013-03-15 00:59:17 +01:00
Cillian de Róiste
2393f6b96f
#379 Update wicd to 1.7.2.4, fix patches, disable translations
2013-03-15 00:14:30 +01:00
Cillian de Róiste
0d191de368
Fix wicd to find the python gobject on its PYTHONPATH
2013-03-14 01:22:55 +01:00
Peter Simons
746bf427a8
pkgs/tools/networking/snx/snx_install.sh: delete file accidentally checked in earlier
2013-03-11 11:01:28 +01:00
David Guibert
856f6c2aea
fix iftop
2013-03-08 09:08:57 +01:00
Peter Simons
5f32207dfc
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-24 19:27:08 +01:00
Vladimír Čunát
4768a0cea6
netboot: change to a fixed version, fix build
2013-02-23 23:19:35 +01:00
Rok Garbas
6b30610672
offlineimap: updating license and add myself as maintainer
2013-02-23 10:55:11 +01:00
Rok Garbas
71a9716fd4
offlineimap: update to 6.5.5-rc2
2013-02-23 10:51:14 +01:00
Shea Levy
acd4299e75
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/top-level/all-packages.nix
Merge conflicts seemed trivial, but a look from viric and aszlig would be nice.
2013-02-21 11:13:30 -05:00
Peter Simons
45eb9f5589
snx: add version 800007027 of the CheckPoint SSL Network Extender
2013-02-21 15:56:16 +01:00
Shea Levy
aacca1902c
Merge branch 'upstream-master' into stdenv-updates
2013-02-19 10:09:39 -05:00
Eelco Dolstra
3a1d3990e5
openssh: Just use a mirror of the HPN patch
2013-02-19 11:03:10 +01:00
Lluís Batlle i Rossell
cde20d6951
Fixing openssh hpn support for 6.1p1
...
I had to write a weird download derivation to overcome their download procedure.
2013-02-19 10:50:50 +01:00
Cillian de Róiste
f81dbf4893
wicd: NixOS/nixos#88 add resolvconf to PATH for wicd
...
with this patch resolvconf is used to set the DNS via wicd, although
this doesn't seem to stop dhcpcd from clobbering /etc/resolv.conf
2013-02-18 21:46:15 +01:00
Shea Levy
c42d77aa35
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-02-17 08:19:40 -05:00
Eelco Dolstra
954d519af7
minidlna: Update to 1.0.25 and use ffmpeg instead of libav
2013-02-16 21:49:55 +01:00
Vladimír Čunát
b79c0bd2f3
httpie: fix
2013-02-16 19:56:21 +01:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Eelco Dolstra
a3da633b84
openresolv: Update to 3.5.4
2013-02-11 17:46:29 +01:00
Eelco Dolstra
7c2e9cf2bf
dhcpcd: Update to 5.6.7
2013-02-11 17:46:29 +01:00
Shea Levy
e2abed75ec
Revert "Revert "curl: Update to version 7.29.0.""
...
This reverts commit ec4f56b347
.
With the added patch, the curl segfault seems to be fixed.
2013-02-10 13:44:00 -05:00
Shea Levy
ec4f56b347
Revert "curl: Update to version 7.29.0."
...
This reverts commit fd2cff9479
.
nix's substituter fails with this curl, so revert it until that's fixed.
2013-02-10 11:37:14 -05:00
aszlig
fd2cff9479
curl: Update to version 7.29.0.
...
This version contains a security fix for CVE-2013-0249, for details please have
a look at:
http://curl.haxx.se/docs/adv_20130206.html
Thanks to @roconnor for pointing this out.
I'm pushing this to stdenv-updates because I'm not quite sure if it will break
other things because 7.29.0 is now non-blocking by default. Plus the security
vulnerability only affects IMAP, POP3 and SMTP protocol support.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cherry-picked into master, this won't change stdenv.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-02-08 18:27:52 -05:00
aszlig
8e08e9ccf0
curl: Update to version 7.29.0.
...
This version contains a security fix for CVE-2013-0249, for details please have
a look at:
http://curl.haxx.se/docs/adv_20130206.html
Thanks to @roconnor for pointing this out.
I'm pushing this to stdenv-updates because I'm not quite sure if it will break
other things because 7.29.0 is now non-blocking by default. Plus the security
vulnerability only affects IMAP, POP3 and SMTP protocol support.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 09:03:22 +01:00
Eelco Dolstra
938afe971c
nss_myhostname: Remove
...
This package is now part of systemd.
2013-02-04 15:49:20 +01:00
Rickard Nilsson
789154b119
Add fping, a more scriptable ping
2013-02-04 10:45:47 +01:00
Lluís Batlle i Rossell
959dd6399c
wget: update to 1.14
...
The 1.13.4 took for me 2G of RAM while doing:
wget -r -l 1 -k https://fosdem.org/2013/schedule/events/
2013-02-01 22:18:17 +01:00
Eelco Dolstra
4718d430cc
mailutils: Fix build
...
http://hydra.nixos.org/build/3875816
2013-01-28 17:19:02 +01:00
Eelco Dolstra
08b8512ce4
lftp: Update to 4.4.0 and fix build
...
http://hydra.nixos.org/build/3896385
2013-01-28 17:19:01 +01:00
Lluís Batlle i Rossell
3b26ba7019
Merge remote-tracking branch 'central/master' into stdenv-updates
...
Conflicts:
pkgs/os-specific/linux/alsa-utils/default.nix
2013-01-27 11:32:12 +01:00
Rickard Nilsson
999480a0e4
nm-applet: Update to 0.9.6.4
2013-01-23 09:04:16 +01:00
Eelco Dolstra
0a47a28f1d
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-22 23:23:53 +01:00
Eelco Dolstra
331e7ac221
Merge remote-tracking branch 'origin/master' into systemd
2013-01-21 13:01:00 +01:00
James Cook
04194c576e
tinc: GPLv2+, not GPLv2.
2013-01-19 13:33:32 -08:00
James Cook
3066f86e0d
Fixed tinc license.
2013-01-19 11:25:43 -08:00
James Cook
2ba4f46752
tinc: A VPN daemon with full mesh routing.
2013-01-17 22:52:15 -08:00
Eelco Dolstra
eeda226b02
Merge branch 'master' into systemd
2013-01-15 12:11:07 +01:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Shea Levy
e11365c0a5
dd-agent: No need to propagate sysstat, dd-agent doesn't belong in user profiles anyway
2013-01-08 16:17:21 -05:00
Shea Levy
a23c70c492
dd-agent: Add meta
2013-01-08 12:55:55 -05:00
Shea Levy
76076ea9cf
dd-agent: Propagate sysstat
2013-01-08 12:48:24 -05:00
Shea Levy
bc2e957308
dd-agent: Add python so patchShebangs can patch python scripts
2013-01-08 12:42:11 -05:00
Shea Levy
4b2632e54a
dd-agent: Move /usr stuff to directly
2013-01-08 12:35:41 -05:00
Shea Levy
74c92f5f4a
First attempt at packaging dd-agent
2013-01-08 12:32:47 -05:00
Eelco Dolstra
c6c1bc6b0f
Merge branch 'master' into systemd
2013-01-07 00:34:25 +01:00
Eelco Dolstra
53efca6946
nzbget: Update to 9.0
2013-01-06 22:31:16 +01:00
Peter Simons
9e9cd7b529
Merge branch 'master' into stdenv-updates.
2013-01-04 21:00:53 +01:00
Jan Malakhovski
ef926f21e6
maildrop: add version 2.6.0
2013-01-04 03:07:46 +00:00
Rickard Nilsson
38a14fac65
NetworkManager: cooperate better with systemd
2013-01-03 18:14:38 +01:00
Rickard Nilsson
db292a74c0
Merge remote-tracking branch 'upstream/master' into systemd
...
Conflicts:
pkgs/tools/networking/network-manager/default.nix
2013-01-03 13:44:47 +01:00
Rickard Nilsson
ed226c9496
NetworkManager: Update to 0.9.6.4
2013-01-03 13:06:59 +01:00
Antono Vasiljev
38e5443d86
httpie: fix description
2012-12-29 01:09:01 +02:00
Antono Vasiljev
f2c2d18a07
Added httpie
...
HTTPie is a command line HTTP client. Its goal is to make CLI
interaction with web services as human-friendly as possible.
2012-12-29 00:28:34 +02:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra
88b11196c1
Clean up redundant "if condition then true else false"
2012-12-28 19:57:47 +01:00
Eelco Dolstra
3fa03df78c
openssh: Remvoe unused Perl dependency
...
Since "buildNativeInputs" was misspelled, Perl is not actually used.
2012-12-28 19:26:28 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
5be0a9acd7
Rename hostDrv -> crossDrv, buildDrv -> nativeDrv
...
This is for consistency with terminology in stdenv (and the terms
"hostDrv" and "buildDrv" are not very intuitive, even if they're
consistent with GNU terminology).
2012-12-28 19:08:19 +01:00
Rok Garbas
5872a8eae8
aircrack-ng: update
2012-12-28 02:16:31 +01:00
Eelco Dolstra
99f7c4e324
Merge branch 'master' into systemd
2012-12-27 01:28:25 +01:00
Antono Vasiljev
2828729b9b
mu0 -> mu, version bump
2012-12-25 21:59:48 +02:00
Eelco Dolstra
f364619e22
Merge remote-tracking branch 'origin/master' into stdenv-updates
2012-12-12 17:01:20 +01:00
Eelco Dolstra
6a0288d14b
network-manager: Fix building against systemd
...
http://hydra.nixos.org/build/3473319
2012-12-12 16:26:03 +01:00
aszlig
e42dc52f42
samplicator: New package, version 1.3.7-beta6.
...
A small and lightweight UDP redirector if you don't want to bend a fly on the
wheel using socat.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 12:36:18 +01:00
aszlig
abb7c98cfe
wbox: New package, version 5.
...
Yet another HTTP benchmarking tool, which is really quite minimalistic and in
ANSI C.
This package maybe isn't even worth putting it in its own file and directory but
I did it for the sake of consistency.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 12:36:18 +01:00
aszlig
7cd641a4e7
hping: New package, version 20051105.
...
Quite a lot of patching involved here, but the upstream package is no longer
maintained anymore. Nevertheless the tool is still useful in some environments.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 12:36:17 +01:00
Eelco Dolstra
5e256ccc88
Merge remote-tracking branch 'origin/master' into stdenv-updates
2012-12-04 17:12:35 +01:00
Michael Raskin
e2b68cb9dc
Update GVPE
2012-12-04 10:21:11 +04:00
aszlig
faf5d42621
mtr: Update to new upstream version 0.82.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-03 11:10:16 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Jack Cummings
9d6f5f79e4
Add 'connect' for traversing SOCKS proxies
2012-11-28 14:29:11 -08:00
Cillian de Róiste
dbe7377d28
Fix Tahoe-LAFS tests (thanks to zooko)
...
Zooko pointed out on IRC that running python setup.py build, before running the tests will create /bin/tahoe (which is necessary for running the tests).
2012-11-27 01:03:59 +01:00
Peter Simons
f67d5a9a39
Merge branch 'master' into stdenv-updates.
...
Conflicts have been resolved in:
pkgs/tools/misc/file/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/python-packages.nix
2012-11-21 16:20:36 +01:00
Rickard Nilsson
98ad245200
nss-pam-ldapd: Upgrade to 0.8.11
2012-11-18 09:44:30 +01:00
Rickard Nilsson
67f478d1ed
ddclient: Upgrade to 3.8.1
2012-11-08 13:54:53 +01:00
Eelco Dolstra
0efbc7d3bf
dnsmasq: Update to 2.63
2012-10-26 16:23:30 +02:00
Peter Simons
c0b393866f
curl: update to version 7.28.0
2012-10-26 10:32:04 +02:00
Eelco Dolstra
5af277bbd1
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-15 12:16:58 -04:00
Mathijs Kwik
e9f0cae00f
miniupnpd: upgrade to 1.7.20121005
2012-10-13 20:39:40 +02:00
Eelco Dolstra
41e9f7cfed
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-08 13:48:30 -04:00
Eelco Dolstra
d72adde530
Add nss-myhostname
2012-10-07 14:59:29 -04:00
Eelco Dolstra
b78256fbd7
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-01 11:43:43 -04:00
Rok Garbas
70ee9a6bb6
aircrack-ng: updating hash
2012-09-28 17:02:19 +02:00
Eelco Dolstra
d5758c99a3
Merge remote-tracking branch 'origin/master' into x-updates
...
Conflicts:
pkgs/misc/maven/maven-1.0.nix
pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Lluís Batlle i Rossell
5ba1df3811
mosh: update to 1.2.2
2012-09-26 09:38:36 +02:00
Eelco Dolstra
9b8d21bd80
wget: Update to 1.14
...
Also fixes the gets() problem in wget.
2012-09-24 17:43:47 -04:00
Eelco Dolstra
4952fa98ee
inetutils: Update to 1.9.1 and fix compilation
...
http://hydra.nixos.org/build/3052788
2012-09-21 13:39:20 -04:00
Rickard Nilsson
267c54921f
modemmanager: Update to 0.5.4.0
2012-09-19 15:19:33 +02:00
Eelco Dolstra
2322899a1f
openssh: Update to 6.1p1
2012-09-18 17:01:08 -04:00
Rickard Nilsson
7c43b041d9
Add nss-pam-ldapd version 0.8.10
...
nss-pam-ldapd is a fork of nss_ldap that uses a daemon (nslcd) to
connect to the LDAP server, instead of going directly from PAM/NSS.
This improves performance and separation, and increases security
if you connect to LDAP with a password, since only the nscd daemon
needs to know the password, not every user of PAM/NSS.
This commit will be followed by a commit to NixOS which enables the
use of the nslcd daemon.
2012-09-14 00:06:25 +02:00
Eelco Dolstra
fcb1d64322
curl: Update to 7.27.0
2012-09-13 11:36:34 -04:00
Mathijs Kwik
c1c9c9d2a1
network-manager: use libnl3, as libnl1 is no longer maintained
2012-09-09 13:04:13 +02:00
Lluís Batlle i Rossell
fcfa8908ca
miniupnpc: update to 1.7.
2012-09-01 00:10:43 +02:00
Rickard Nilsson
abf6366f87
Add surfraw 2.2.8
2012-08-31 10:55:23 +02:00
Yury G. Kudryashov
448b7cce53
Merge branch 'fix-NM-pptp'
2012-08-26 22:09:56 +04:00
Lluís Batlle i Rossell
2ecb9fdb58
aircrackng, kismet: update them to latest trunk and release respectively
2012-08-11 14:42:35 +02:00
Yury G. Kudryashov
8040b72293
KDE NM 0.9.0.4
2012-08-08 12:55:00 +04:00
Yury G. Kudryashov
8071b4040e
pptp: Fix path to `ip`
...
routing.c has hardcoded /bin/ip. Use ${iproute2}/sbin/ip instead.
2012-08-08 12:54:10 +04:00
Yury G. Kudryashov
64f932f8fd
NetworkManager-pptp: fix path to pppd and pptp, upgrade
2012-08-02 23:44:50 +04:00
Rickard Nilsson
70114d1b0d
networkmanagerapplet: Update to 0.9.4.1
...
Also add dependency on mobile_broadband_provider_info.
2012-08-01 11:51:41 +02:00
Rickard Nilsson
b530c8c22f
networkmanager: Add me as maintainer
2012-08-01 11:49:56 +02:00
Rickard Nilsson
cae8bec490
stunnel: Update to 4.53
2012-07-31 00:11:03 +02:00
Eelco Dolstra
4e7df1423f
dhcp: Update to 4.1-ESV-R6
...
Fixes several security problems.
2012-07-26 11:44:34 -04:00
Eelco Dolstra
d3fb3157d1
autossh: Fix indentation and add to the channel
2012-07-25 23:18:39 -04:00
Peter Simons
519248fdbb
Merge pull request #56 from aszlig/netrw
...
Add package netrw
2012-07-23 11:21:06 -07:00
Peter Simons
2c867c6c04
nbd: update to version 3.2
2012-07-22 18:56:21 +02:00
aszlig
172f29cc3c
netrw: Add missing license to meta attributes.
2012-07-21 13:39:55 +02:00
aszlig
8bd81bc3d6
netrw: Allow to specify checksum hash library.
...
Within netrw the only checksum algorithm that is available is MD5. We thus make
it possible for users to override this, so algorithms from other libraries such
as OpenSSL and MHash can used.
2012-07-20 01:49:47 +02:00
aszlig
8ded076ac0
Add new package netrw, version 1.3.2.
...
The upstream URL unfortunately wasn't available at this time, so I provided an
alternate mirror. I checksummed the file against the hashes from various
distributions in order to make sure it's the right one.
2012-07-20 01:45:49 +02:00
Shea Levy
4497344e49
Merge branch 'master' into x-updates
2012-07-18 23:24:10 -04:00
Rob Vermaas
09f6874aad
Add trickle 1.07
2012-07-16 12:06:31 +02:00
Shea Levy
c514ee974a
Merge remote-tracking branch 'upstream/master' into x-updates
...
mountall conflict was trivial
Conflicts:
pkgs/os-specific/linux/mountall/default.nix
2012-07-14 14:24:27 -04:00
Rickard Nilsson
a126bf9ae4
networkmanager: Update to 0.9.4.0
2012-07-13 01:53:07 +02:00
Ludovic Courtès
71ffa0ce4e
Seeks 0.4.1.
2012-07-05 00:52:36 +02:00
Michael Fox
063a627493
Curl. Uprev to 2.26.0
...
Solves a hideous bug which affects lots of things including nix-env.
The question now is, how to rebuild everything that depends directly or indirectly on curl?
More about the underlying bug and its resolution here:
http://comments.gmane.org/gmane.comp.web.curl.library/33285
Bug looks like this:
curl google.com
curl: (7) Failed to connect to 74.125.224.35: Invalid argument
2012-06-29 21:15:35 -07:00
Rob Vermaas
6dc45870af
* Add MiniDLNA 1.0.24, media server
2012-06-24 20:24:58 +02:00
Eelco Dolstra
7925441bab
net-snmp: Moved to pkgs/servers/monitoring
2012-06-21 15:22:17 -04:00
Peter Simons
3c57d2b40e
rtorrent: updated to version 0.9.2
...
svn path=/nixpkgs/trunk/; revision=34526
2012-06-16 14:15:46 +00:00
Peter Simons
ba3c1f4a93
libtorrent: updated to version 0.13.2
...
svn path=/nixpkgs/trunk/; revision=34525
2012-06-16 14:15:42 +00:00
Eelco Dolstra
c9f95fa0c2
* net-snmp: enable Perl support.
...
svn path=/nixpkgs/trunk/; revision=34424
2012-06-10 17:06:35 +00:00
Eelco Dolstra
192291eb01
* Added net-snmp.
...
svn path=/nixpkgs/trunk/; revision=34413
2012-06-09 23:28:07 +00:00
Peter Simons
8a4cc0bc12
nbd: updated to version 3.1.1
...
svn path=/nixpkgs/trunk/; revision=34257
2012-05-28 10:57:45 +00:00
Evgeny Egorochkin
62b353e605
proxychains: add revision and hash
...
svn path=/nixpkgs/trunk/; revision=34253
2012-05-27 12:37:59 +00:00
Evgeny Egorochkin
46809b6094
ProxyChains: version bump
...
svn path=/nixpkgs/trunk/; revision=34252
2012-05-27 11:28:19 +00:00
Eelco Dolstra
41840af689
* Add a setup hook ‘autoreconfHook’ to simplify packages that need to
...
run autoreconf:
buildInputs = [ autoreconfHook ];
is essentially equivalent to
buildInputs = [ autoconf automake libtool ];
preConfigure = "autoreconf -i";
svn path=/nixpkgs/branches/x-updates/; revision=34181
2012-05-19 02:52:36 +00:00
Rob Vermaas
1e7dc29a98
add haproxy
...
svn path=/nixpkgs/trunk/; revision=34165
2012-05-18 07:50:10 +00:00
Rickard Nilsson
ec996106ec
tftp-hpa 5.2.
...
svn path=/nixpkgs/trunk/; revision=34108
2012-05-15 14:25:14 +00:00
Eelco Dolstra
5749281c0c
* nzbget updated to 0.8.0.
...
svn path=/nixpkgs/trunk/; revision=34077
2012-05-12 23:11:18 +00:00
Eelco Dolstra
69c66055b7
* OpenSSH 6.0.
...
svn path=/nixpkgs/trunk/; revision=33988
2012-05-05 14:42:17 +00:00
Rob Vermaas
506c2ee455
Update offlineimap to 6.5.3. Patch by garbas.
...
svn path=/nixpkgs/trunk/; revision=33948
2012-04-30 12:47:30 +00:00
Lluís Batlle i Rossell
2eb8304fcf
Adding ntop. It runs for me, if using "-P directory".
...
svn path=/nixpkgs/trunk/; revision=33870
2012-04-21 15:04:46 +00:00
Lluís Batlle i Rossell
682690bd71
Adding mosh.
...
svn path=/nixpkgs/trunk/; revision=33804
2012-04-16 21:44:12 +00:00
Eelco Dolstra
e7dcb5c31f
* dhcpcd updated to 5.5.6.
...
svn path=/nixpkgs/trunk/; revision=33719
2012-04-10 12:56:00 +00:00
Ludovic Courtès
6caf0820f9
lsh: Assume UNIX98 PTYs are available.
...
svn path=/nixpkgs/trunk/; revision=33627
2012-04-05 16:26:44 +00:00
Yury G. Kudryashov
68b6d23a35
Fix altermime build
...
svn path=/nixpkgs/trunk/; revision=33625
2012-04-05 15:31:10 +00:00
Eelco Dolstra
b9bdfccec9
* dhcpcd updated to 5.5.5.
...
svn path=/nixpkgs/trunk/; revision=33564
2012-04-04 14:07:57 +00:00
Russell O'Connor
2c99cdce3e
Adding examples to share directory
...
The easy-rsa example contains scripts for generating certificates.
svn path=/nixpkgs/trunk/; revision=33550
2012-04-02 22:05:02 +00:00
Russell O'Connor
d8e8730127
Adding support for dhcpcd to wicd.
...
svn path=/nixpkgs/trunk/; revision=33532
2012-04-01 22:46:15 +00:00
Michael Raskin
d388527f21
Update ripmime; builds now
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33484
2012-03-30 05:30:09 +00:00
Peter Simons
31507bc274
nbd: don't try to link -lrt and -lpthread on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=33412
2012-03-25 19:40:04 +00:00
Peter Simons
41081c4eb0
nbd: re-introduced linking with -lrt, and added an additional -lpthread on top of it
...
Linking these libraries makes sure that they can be found at run-time,
because a proper rpath into the Nix store is added to the generated
executable. Without that rpath, nbd-server will try to load the system's
libpthread.so.0, which may not be what we want.
svn path=/nixpkgs/trunk/; revision=33408
2012-03-25 18:10:30 +00:00
Eelco Dolstra
c977a57394
* Add dhcpcd to the channel.
...
svn path=/nixpkgs/trunk/; revision=33334
2012-03-21 16:48:36 +00:00
Lluís Batlle i Rossell
5521faad65
Updating socat. I thought it could have improvements in performance for nixos
...
build-vm in my computer, but does not.
svn path=/nixpkgs/trunk/; revision=33239
2012-03-18 18:33:10 +00:00
Lluís Batlle i Rossell
446b01489a
Updating tcpdump and libpcap. I also remove a patch of libpcap I don't know
...
what's for. It builds and runs equally for me with or without it. I couldn't
find notes in svn log about it.
svn path=/nixpkgs/trunk/; revision=32996
2012-03-11 19:37:49 +00:00
Florian Friesdorf
36fbb68247
fix typo maitainers -> maintainers
...
svn path=/nixpkgs/trunk/; revision=32992
2012-03-11 15:20:12 +00:00
Yury G. Kudryashov
7c4a72dd77
NM-pptp: 0.9.2.0, optional GNOME support
...
svn path=/nixpkgs/trunk/; revision=32986
2012-03-11 14:07:37 +00:00
Yury G. Kudryashov
d7e089e820
Add myself to etworkmanager.meta.maintainers
...
svn path=/nixpkgs/trunk/; revision=32985
2012-03-11 14:07:34 +00:00
Yury G. Kudryashov
1fef26d8f7
NM purity patch: substitute before build, fix typos
...
svn path=/nixpkgs/trunk/; revision=32978
2012-03-10 23:13:32 +00:00
Yury G. Kudryashov
93683bf273
networkmanagement-0.9.0
...
svn path=/nixpkgs/trunk/; revision=32964
2012-03-09 19:34:10 +00:00
Yury G. Kudryashov
b94c51c2f7
gnome-keyring -> libgnome-keyring
...
svn path=/nixpkgs/trunk/; revision=32906
2012-03-08 16:49:14 +00:00
Lluís Batlle i Rossell
b2653605c4
Setting myself as maintainer of netkit tftp, to get updates if it fails to build.
...
svn path=/nixpkgs/trunk/; revision=32869
2012-03-07 22:21:24 +00:00
Lluís Batlle i Rossell
ce482ec155
Adding a new url for netkit tftp, as the other is down.
...
svn path=/nixpkgs/trunk/; revision=32855
2012-03-07 18:13:03 +00:00
Lluís Batlle i Rossell
1981a57c13
Updating inadyn. The old sourceforge place did not work anymore.
...
svn path=/nixpkgs/trunk/; revision=32845
2012-03-07 08:37:07 +00:00
Eelco Dolstra
11d1104a88
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32731
2012-03-01 22:22:24 +00:00
Yury G. Kudryashov
0210e20b5a
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Peter Simons
57b612cb05
vpnc: added patch to fix the 'Error: either "to" is duplicate, or "ipid" is a garbage' bug
...
Further details are at:
http://www.rz.uni-konstanz.de/activekb/questions/250/VPNC+unter+Ubuntu+11.10+%22Error%3A+either+%22to%22+is+duplicate%2C+or+%22ipid%22+is+a+garbage.%22
svn path=/nixpkgs/trunk/; revision=32712
2012-02-29 22:50:33 +00:00
Evgeny Egorochkin
0def4140f6
network-manager-applet: version bump
...
svn path=/nixpkgs/trunk/; revision=32693
2012-02-29 13:30:04 +00:00
Evgeny Egorochkin
cff68ececb
network-manager: version bump
...
svn path=/nixpkgs/trunk/; revision=32691
2012-02-29 13:29:59 +00:00
Florian Friesdorf
ee15dc2327
Revert "fix bittorrent by using buildPythonPackage"
...
This reverts commit c029f9f7fe86867cfd94461996dc6a6415e0e8d0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32639
2012-02-28 00:06:36 +00:00
Florian Friesdorf
2eb54f5062
fix bittorrent by using buildPythonPackage
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32636
2012-02-27 22:53:44 +00:00
Shea Levy
ea195b2507
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25 19:57:34 +00:00
Peter Simons
4716f6735d
vpnc: install the README file into $out/share/doc
...
svn path=/nixpkgs/trunk/; revision=32544
2012-02-24 17:32:11 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Peter Simons
4b8cceb571
wicd: emit ip-up and ip-down as well
...
svn path=/nixpkgs/trunk/; revision=32482
2012-02-22 20:29:15 +00:00
Eelco Dolstra
f71dd91a43
* Apply r32435 from the trunk (always build Python with SSL support).
...
Remove .ssl references from some packages missed in that commit.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
2012-02-21 23:35:35 +00:00
Eelco Dolstra
e64443baf1
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32468
2012-02-21 23:29:21 +00:00
Peter Simons
da2159548a
nbd: avoid use of "install -D", which doesn't seem to work on FreeBSD
...
svn path=/nixpkgs/trunk/; revision=32459
2012-02-21 15:07:39 +00:00
Peter Simons
4e76d21c84
nbd: updated to version 3.0
...
svn path=/nixpkgs/trunk/; revision=32450
2012-02-21 10:58:15 +00:00
Eelco Dolstra
45fed14272
* Revert r32435. We'll be doing a stdenv merge in a few days, so
...
let's put it in there rather than having the Nth near-complete
rebuild of the trunk in a few days.
svn path=/nixpkgs/trunk/; revision=32436
2012-02-20 18:59:43 +00:00
Peter Simons
95cbf4ed55
Modified the Python 2.7 expression so that the interpreter has unconditional
...
OpenSSL support. Having OpenSSL available at the time the core interpreter is
built enables all kinds of important crypto features (i.e. additional hashlib
algorithms, etc.) that otherwise won't be available.
svn path=/nixpkgs/trunk/; revision=32435
2012-02-20 18:52:52 +00:00
Eelco Dolstra
fd41f11208
* dhcpcd: get the entry/exit hooks from /etc.
...
svn path=/nixpkgs/trunk/; revision=32429
2012-02-20 15:12:34 +00:00
Yury G. Kudryashov
d8454e538c
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
2012-02-20 05:30:06 +00:00
Eelco Dolstra
ebe141d306
* Updated dhcpcd to 5.5.4.
...
svn path=/nixpkgs/trunk/; revision=32412
2012-02-20 01:14:57 +00:00
Yury G. Kudryashov
313a029f16
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32396
2012-02-19 11:16:24 +00:00
Yury G. Kudryashov
615f0423e8
telnet.meta.platforms
...
svn path=/nixpkgs/trunk/; revision=32355
2012-02-17 16:22:07 +00:00
Yury G. Kudryashov
79d0d410cb
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32350
2012-02-17 13:43:31 +00:00
Eelco Dolstra
148612239c
* Added openresolv, a program for managing /etc/resolv.conf.
...
svn path=/nixpkgs/trunk/; revision=32337
2012-02-16 18:40:05 +00:00
Eelco Dolstra
9da1dd6c90
* dnsmasq updated to 2.59.
...
svn path=/nixpkgs/trunk/; revision=32334
2012-02-16 18:03:12 +00:00
Yury G. Kudryashov
e5027e5b36
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
2012-02-16 15:02:26 +00:00
Yury G. Kudryashov
82aab32119
Remove knetworkmanager. Use networkmanagement instead
...
svn path=/nixpkgs/trunk/; revision=32329
2012-02-16 14:54:13 +00:00
Yury G. Kudryashov
a03eacdf22
kde4.networkmanagement needs pkg-config
...
svn path=/nixpkgs/trunk/; revision=32328
2012-02-16 14:53:51 +00:00
Shea Levy
dfda68af54
Fix tarball
...
I don't know what nbd is, I just followed the complaints in the log
svn path=/nixpkgs/trunk/; revision=32310
2012-02-16 02:21:17 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Peter Simons
85f4a69a14
nbd: the test suite still doesn't work on Hydra
...
svn path=/nixpkgs/trunk/; revision=32132
2012-02-07 21:45:05 +00:00
Peter Simons
07a925d08a
nbd: re-enable the test suite to see what happens
...
svn path=/nixpkgs/trunk/; revision=32127
2012-02-07 19:54:31 +00:00
Peter Simons
1451109c95
nbd: linking with -lrt is no longer necessary because we don't link glib statically anymore
...
svn path=/nixpkgs/trunk/; revision=32126
2012-02-07 19:54:28 +00:00
Peter Simons
a62fa4480a
nbd: updated to version 2.9.25
...
svn path=/nixpkgs/trunk/; revision=32125
2012-02-07 19:54:25 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Eelco Dolstra
4fe11e8438
* OpenSSH updated to 5.9p1.
...
svn path=/nixpkgs/trunk/; revision=31939
2012-01-31 11:01:12 +00:00
Eelco Dolstra
3cf71dcfd1
* Curl is used during the bootstrap, so don't rely on pattern
...
substitution being efficient.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31792
2012-01-23 13:06:01 +00:00
Yury G. Kudryashov
84c0185038
svn merge ^/nixpkgs/trunk, one simple conflict in jruby
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
2012-01-19 21:31:51 +00:00
Eelco Dolstra
d4d7931a62
* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +00:00
Peter Simons
0f3fa64430
wicd: integrate with upstart events
...
quite some services need to be started/restarted when a connection is
established/teared down. Also, some services are optional depending on
the connected access point. For example: use a vpn on an untrusted
network.
these small trigger scripts don't change any behaviour by themselves,
but allow you to hook in to them if you need.
example use:
jobs.gw6c.startOn = pkgs.lib.mkForce "started openvpn-dcsOffice";
jobs.gw6c.stopOn = pkgs.lib.mkForce "stopping openvpn-dcsOffice";
jobs."openvpn-dcsOffice".startOn = pkgs.lib.mkForce "wicd-postconnect";
jobs."openvpn-dcsOffice".stopOn = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect";
In the example, I use 3 layers. When a physical connection is
available (wifi connect), I setup a vpn connection, and setup an ipv6
tunnel on top of that. When disconnecting, they are automatically shut
down in the right order as well.
svn path=/nixpkgs/trunk/; revision=31662
2012-01-18 20:38:34 +00:00
Peter Simons
8b3dd70553
openvpn: use iproute2 instead of net-tools
...
for setting up tunnel/routes.
I had some issues with ipv6, iproute2 fixed those.
Both are equally well supported by upstream.
svn path=/nixpkgs/trunk/; revision=31660
2012-01-18 20:38:27 +00:00
Peter Simons
3dd02a75ef
openvpn: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31647
2012-01-18 20:32:17 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Shea Levy
8c063fdfc7
Fix tarball
...
svn path=/nixpkgs/trunk/; revision=31352
2012-01-06 16:14:02 +00:00
Eelco Dolstra
961ad6a314
* rp-pppoe requires a version attribute in ppp.
...
svn path=/nixpkgs/trunk/; revision=31295
2012-01-04 19:04:09 +00:00
Yury G. Kudryashov
3ca6582874
ppp-2.4.5, a few patches
...
svn path=/nixpkgs/trunk/; revision=31279
2012-01-04 15:10:27 +00:00
Yury G. Kudryashov
b3709689db
Add modemmanager
...
svn path=/nixpkgs/trunk/; revision=31263
2012-01-04 09:05:22 +00:00
Yury G. Kudryashov
3af2d4a89e
Add kde4.networkmanagement
...
You still need to start NetworkManager daemon manually to use this widget
svn path=/nixpkgs/trunk/; revision=31229
2012-01-03 13:39:09 +00:00
Lluís Batlle i Rossell
58af7eb6bf
Adding smbldap-tools. And some CPAN packages as bonus.
...
svn path=/nixpkgs/trunk/; revision=31118
2011-12-27 21:35:50 +00:00
Lluís Batlle i Rossell
0def824532
Updating webalizer.
...
svn path=/nixpkgs/trunk/; revision=31105
2011-12-26 17:27:30 +00:00
Ludovic Courtès
79819a5262
Wicd: Protect the password in the WPA2-TTLS template.
...
svn path=/nixpkgs/trunk/; revision=30867
2011-12-13 14:54:15 +00:00
Eelco Dolstra
5ce6bf04f2
* vde2 updated to 2.3.2.
...
svn path=/nixpkgs/trunk/; revision=30804
2011-12-09 11:14:02 +00:00
Peter Simons
088470ef55
pkgs/tools/networking/p2p/rtorrent/default.nix: avoid use of "install -D" to make FreeBSD happy
...
svn path=/nixpkgs/trunk/; revision=30783
2011-12-06 20:44:31 +00:00
Ludovic Courtès
b7833639ba
Seeks 0.4.0.
...
svn path=/nixpkgs/trunk/; revision=30729
2011-12-04 22:03:03 +00:00
Russell O'Connor
c9b2f32c45
Updating bitcoin to version 0.5.0.
...
svn path=/nixpkgs/trunk/; revision=30553
2011-11-24 19:48:20 +00:00
Rob Vermaas
e2fd2c4e23
openvpn: enable option to use password files
...
svn path=/nixpkgs/trunk/; revision=30461
2011-11-18 02:10:14 +00:00
Ludovic Courtès
0093d96841
GNU Wget: Prepare for cross-compilation of a stripped-down version.
...
svn path=/nixpkgs/trunk/; revision=30445
2011-11-16 14:48:27 +00:00
Lluís Batlle i Rossell
c761760442
Adding imapproxy
...
svn path=/nixpkgs/trunk/; revision=30360
2011-11-09 18:25:55 +00:00
Lluís Batlle i Rossell
d72fe9fee2
Adding prayer. It builds on linux x86_64, but I've not tried to run it.
...
svn path=/nixpkgs/trunk/; revision=30347
2011-11-08 21:07:57 +00:00
Lluís Batlle i Rossell
74ef91cfae
Updating ntp
...
svn path=/nixpkgs/trunk/; revision=30290
2011-11-07 15:07:19 +00:00
Eelco Dolstra
4d95b41bc8
* curl updated to 7.22.0. Dropped the connect timeout patch because
...
it doesn't seem necessary anymore.
svn path=/nixpkgs/trunk/; revision=30243
2011-11-05 01:55:53 +00:00
Lluís Batlle i Rossell
15c16f50aa
Adding dnstop
...
svn path=/nixpkgs/trunk/; revision=30209
2011-11-03 18:43:48 +00:00
Lluís Batlle i Rossell
d4b26a727a
Updating unbound.
...
svn path=/nixpkgs/trunk/; revision=30174
2011-11-01 22:33:40 +00:00
Ludovic Courtès
929841f10a
GNU Wget 1.13.4.
...
svn path=/nixpkgs/trunk/; revision=30121
2011-10-30 00:01:24 +00:00
Lluís Batlle i Rossell
cb823d1c08
Adding mu0, maildir utils.
...
svn path=/nixpkgs/trunk/; revision=29995
2011-10-24 16:36:03 +00:00
Peter Simons
85c97efc50
nbd: updated to version 2.9.24
...
svn path=/nixpkgs/trunk/; revision=29829
2011-10-13 17:00:46 +00:00
Joachim Schiele
f3f0940e25
added support for cntlm on nixos!
...
svn path=/nixpkgs/trunk/; revision=29736
2011-10-09 22:28:41 +00:00
Lluís Batlle i Rossell
afe142e963
Making jwhois connect fine for those without ipv6 network.
...
svn path=/nixpkgs/trunk/; revision=29519
2011-09-28 07:25:59 +00:00
Michael Raskin
0b9c88cba1
Taking a patch from ArchLinux to fix altermime build
...
svn path=/nixpkgs/trunk/; revision=29489
2011-09-26 04:48:35 +00:00
Yury G. Kudryashov
9dd3dbe2c7
fdm: remove -I- from GNUmakefile. Fixes build on i686
...
svn path=/nixpkgs/trunk/; revision=29485
2011-09-25 23:16:16 +00:00
Yury G. Kudryashov
fe3df64918
Add version info to bittornado.name
...
svn path=/nixpkgs/trunk/; revision=29483
2011-09-25 22:56:38 +00:00
Peter Simons
808aa6c62d
rtorrent: install man page manually (the upstream makefile is broken)
...
svn path=/nixpkgs/trunk/; revision=29471
2011-09-24 12:46:24 +00:00
Michael Raskin
4d6030f56b
Adding hyenae - patch by MarcWeber
...
svn path=/nixpkgs/trunk/; revision=29470
2011-09-24 09:14:21 +00:00
Lluís Batlle i Rossell
ddcb4a295d
Adding pdnsd
...
svn path=/nixpkgs/trunk/; revision=29438
2011-09-22 11:28:56 +00:00
Michael Raskin
234a58870a
Check bittornado with newer wxGTK, generic cleanup
...
svn path=/nixpkgs/trunk/; revision=29433
2011-09-22 06:31:35 +00:00
Florian Friesdorf
113f2c851f
iodine-0.6.0-rc1
...
svn path=/nixpkgs/trunk/; revision=29429
2011-09-21 20:05:38 +00:00
Peter Simons
11e2fe77ce
nbd: don't try to build this tool on Cygwin
...
svn path=/nixpkgs/trunk/; revision=29358
2011-09-19 17:02:15 +00:00
Peter Simons
2120523889
pdsh: don't try to build this tool on Cygwin
...
svn path=/nixpkgs/trunk/; revision=29357
2011-09-19 17:00:37 +00:00
Yury G. Kudryashov
284ffb7713
nm-applet-0.9.0
...
svn path=/nixpkgs/trunk/; revision=29272
2011-09-14 16:52:06 +00:00
Yury G. Kudryashov
5fd7590140
Add NetworkManager-pptp
...
svn path=/nixpkgs/trunk/; revision=29271
2011-09-14 15:50:14 +00:00
Yury G. Kudryashov
5aed28d802
Better propagated/native/ buildInputs separation
...
svn path=/nixpkgs/trunk/; revision=29270
2011-09-14 15:50:01 +00:00
Yury G. Kudryashov
1d91e3ac45
Add pptp client
...
svn path=/nixpkgs/trunk/; revision=29267
2011-09-14 08:39:51 +00:00
Peter Simons
a4239c7e14
tahoe-lafs: updated to version 1.8.3, which fixes an important security bug
...
Note that we currently cannot run the test suite!
svn path=/nixpkgs/trunk/; revision=29253
2011-09-13 20:10:41 +00:00
Yury G. Kudryashov
8c6b8753d5
NM: propagate dbus-glib
...
svn path=/nixpkgs/trunk/; revision=29247
2011-09-13 19:27:41 +00:00
Yury G. Kudryashov
ae94d87ef4
Trying to fix networkmanager
...
svn path=/nixpkgs/trunk/; revision=29160
2011-09-10 19:23:26 +00:00
Eelco Dolstra
55ae7b67d4
* radvd updated to 1.8.1.
...
svn path=/nixpkgs/trunk/; revision=29126
2011-09-09 13:16:35 +00:00
Ludovic Courtès
b9b268eb01
GNU Wget 1.13.3.
...
svn path=/nixpkgs/trunk/; revision=29010
2011-09-04 23:05:48 +00:00
Michael Raskin
6a01304317
Adding TFTP-HPA
...
svn path=/nixpkgs/trunk/; revision=28915
2011-08-30 07:02:01 +00:00
Peter Simons
ed03fadafc
pkgs/tools/networking/p2p/gtk-gnutella/builder.sh: dropped obsolete file
...
svn path=/nixpkgs/trunk/; revision=28908
2011-08-29 22:21:29 +00:00
Peter Simons
482a61cf53
gtk-gnutella: updated to version 0.97
...
svn path=/nixpkgs/trunk/; revision=28883
2011-08-29 20:26:26 +00:00
Michael Raskin
6759fab01b
Moving debian patch to fetchurl
...
svn path=/nixpkgs/trunk/; revision=28875
2011-08-29 13:17:44 +00:00
Michael Raskin
b612e07c0b
Adding atftp
...
svn path=/nixpkgs/trunk/; revision=28874
2011-08-29 12:47:39 +00:00
Michael Raskin
946458d4f9
Fixing tarball build
...
svn path=/nixpkgs/trunk/; revision=28873
2011-08-29 10:31:10 +00:00
Michael Raskin
04e84c2c13
Adding netboot
...
svn path=/nixpkgs/trunk/; revision=28872
2011-08-29 10:16:36 +00:00
Eelco Dolstra
a97b8b191c
* Added s3cmd.
...
svn path=/nixpkgs/trunk/; revision=28530
2011-08-13 11:49:23 +00:00
David Guibert
b97136492e
isync: add recursive imap patch
...
svn path=/nixpkgs/trunk/; revision=28438
2011-08-09 20:09:17 +00:00
Peter Simons
62eab9e44a
pdsh: updated to version 2.26
...
svn path=/nixpkgs/trunk/; revision=27858
2011-07-20 18:58:34 +00:00
Peter Simons
b9d382c2dd
libtorrent: use sha256 hash returned by nix-prefetch-url
...
svn path=/nixpkgs/trunk/; revision=27827
2011-07-18 15:23:03 +00:00
Peter Simons
7c19a3a691
rtorrent: updated to version 0.8.9
...
svn path=/nixpkgs/trunk/; revision=27824
2011-07-18 14:34:46 +00:00
Peter Simons
21691b47d7
libtorrent: updated to version 0.12.9
...
svn path=/nixpkgs/trunk/; revision=27823
2011-07-18 14:34:33 +00:00
Peter Simons
132b87eced
nbd: updated to 2.9.23
...
svn path=/nixpkgs/trunk/; revision=27675
2011-07-08 16:01:59 +00:00
Karn Kallio
cbb0e62780
Advance lftp to version 4.3.1
...
svn path=/nixpkgs/trunk/; revision=27579
2011-07-02 19:19:48 +00:00
Michael Raskin
e9d66565d7
Adding wavemon
...
svn path=/nixpkgs/trunk/; revision=27557
2011-06-29 09:53:35 +00:00
Ludovic Courtès
f45f45544e
Seeks 0.3.3.
...
svn path=/nixpkgs/trunk/; revision=27556
2011-06-29 07:52:27 +00:00
Yury G. Kudryashov
4484bbfdd8
lftp-4.2.3, use tar.xz
...
svn path=/nixpkgs/trunk/; revision=27443
2011-06-13 22:14:06 +00:00
Michael Raskin
4157b77097
Adding siege HTTP load tester
...
svn path=/nixpkgs/trunk/; revision=27368
2011-06-07 16:15:05 +00:00
Peter Simons
47452c351b
nbd: updated to version 2.9.22
...
svn path=/nixpkgs/trunk/; revision=27316
2011-05-30 20:08:18 +00:00
Russell O'Connor
aaa09472bc
Update bitcoin to 0.3.21
...
svn path=/nixpkgs/trunk/; revision=27275
2011-05-17 11:34:18 +00:00
Peter Simons
bfa7c9791a
nbd: disable test suite to avoid failures on Hydra (NixOS)
...
svn path=/nixpkgs/trunk/; revision=27251
2011-05-13 18:30:36 +00:00
Eelco Dolstra
80d963dee0
* OpenSSH 5.8p2.
...
svn path=/nixpkgs/trunk/; revision=27223
2011-05-11 13:44:18 +00:00
Peter Simons
faf10f25b5
nbd: enable doCheck
...
The test suite runs fine on my Linux machine, but let's wait and see what Hydra
has to say about that.
svn path=/nixpkgs/trunk/; revision=27221
2011-05-11 12:28:23 +00:00
Peter Simons
c2e197e11b
nbd: updated to 2.9.21a
...
svn path=/nixpkgs/trunk/; revision=27220
2011-05-11 12:28:18 +00:00
Peter Simons
455d173010
nbd: updated to 2.9.21
...
svn path=/nixpkgs/trunk/; revision=27207
2011-05-10 07:15:58 +00:00
Lluís Batlle i Rossell
e169ba953d
Updating openvpn
...
svn path=/nixpkgs/trunk/; revision=27153
2011-05-04 18:58:53 +00:00
Lluís Batlle i Rossell
68cb3535e1
Making openssh cross-build. And making linux-pam almost cross-build, I think.
...
This allows me to put sftp-server in the nanonote and use it through dropbear.
svn path=/nixpkgs/trunk/; revision=26971
2011-04-25 15:41:32 +00:00
Lluís Batlle i Rossell
06c5e48804
Now yes allowing the sftp server path in dropbear. I commit too early, clearly.
...
svn path=/nixpkgs/trunk/; revision=26970
2011-04-25 15:04:56 +00:00
Lluís Batlle i Rossell
a5923a2e13
Allow overriding the sftp server path.
...
svn path=/nixpkgs/trunk/; revision=26969
2011-04-25 15:03:13 +00:00
Lluís Batlle i Rossell
43c4e65c66
Now I patch dropbear properly for it to inherit the PATH.
...
svn path=/nixpkgs/trunk/; revision=26968
2011-04-25 14:57:46 +00:00
Lluís Batlle i Rossell
e1a78aa1a0
Making dropbear sessions inherit the PATH
...
svn path=/nixpkgs/trunk/; revision=26967
2011-04-25 14:40:10 +00:00
Lluís Batlle i Rossell
ee8b05eb70
Adding 'wakelan', to use UDP wake on lan on ethernet.
...
svn path=/nixpkgs/trunk/; revision=26912
2011-04-20 20:55:46 +00:00
Eelco Dolstra
b2c4b433b4
* Added libpar2 and nzbget.
...
svn path=/nixpkgs/trunk/; revision=26895
2011-04-19 20:35:24 +00:00
Nicolas Pierron
2cab2ce885
Fuppes: Fix support of faad2, backward compatibility macros were not
...
expanded in strings.
svn path=/nixpkgs/trunk/; revision=26864
2011-04-17 08:27:22 +00:00
Lluís Batlle i Rossell
f4b6ea9ebc
the hpn-ssh needs -lgcc_s, because of its pthread_cancel at the end.
...
svn path=/nixpkgs/trunk/; revision=26833
2011-04-13 20:44:17 +00:00
Lluís Batlle i Rossell
49a08c4f97
Updating the hpn-ssh patch.
...
svn path=/nixpkgs/trunk/; revision=26831
2011-04-13 20:24:06 +00:00
Karn Kallio
422455271c
GnuTLS now introduces a dependency on gmp.
...
-- also removed poorly considered earlier individual patches.
svn path=/nixpkgs/trunk/; revision=26810
2011-04-12 16:59:52 +00:00
Karn Kallio
e88ae7fa7d
Pass libgcrypt and gmp to network manager.
...
svn path=/nixpkgs/trunk/; revision=26808
2011-04-12 16:31:51 +00:00
Michael Raskin
07fde1ab81
Fix BitTornado
...
svn path=/nixpkgs/trunk/; revision=26757
2011-04-08 14:59:29 +00:00
Lluís Batlle i Rossell
83556d37e9
Adding inadyn, a dynamic dns client.
...
svn path=/nixpkgs/trunk/; revision=26743
2011-04-07 20:26:26 +00:00
Russell O'Connor
78f9628037
wicd should no longer write into the nix store.
...
But it doesn't compile optimized bytecode. :( I would be good if someone who actually knew python could give this package some love.
svn path=/nixpkgs/trunk/; revision=26742
2011-04-07 15:39:53 +00:00
Eelco Dolstra
687c2ccc17
* wicd updated to 1.7.1b2, which is compatible with Python 2.7.
...
svn path=/nixpkgs/trunk/; revision=26727
2011-04-06 22:06:00 +00:00
Eelco Dolstra
20a5c4d74a
* ssmtp updated to 2.64. Also get rid of the cyclic symlink $out/lib/sendmail.
...
svn path=/nixpkgs/trunk/; revision=26711
2011-04-06 11:41:36 +00:00
Eelco Dolstra
f99c0dd302
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26678
2011-04-04 13:36:05 +00:00
Peter Simons
4eab75bb92
pdsh: updated to 2.25
...
svn path=/nixpkgs/trunk/; revision=26675
2011-04-04 09:28:00 +00:00