Eelco Dolstra
fa94d434a1
* Install the manpage.
...
svn path=/nixpkgs/trunk/; revision=21931
2010-05-20 23:06:10 +00:00
Eelco Dolstra
50712e5279
* Added miniupnpd, an implementation of the UPnP Internet Gateway
...
Device (IGD) specification.
* Updated iptables to 1.4.8.
svn path=/nixpkgs/trunk/; revision=21929
2010-05-20 22:11:44 +00:00
Eelco Dolstra
3dd55eef23
* Added aria2, a download utility.
...
svn path=/nixpkgs/trunk/; revision=21912
2010-05-20 11:11:24 +00:00
Eelco Dolstra
90b3af3bd7
* Bittorrent updated to 5.2.2 (5.3 seems too hard to build).
...
svn path=/nixpkgs/trunk/; revision=21877
2010-05-19 14:42:52 +00:00
Eelco Dolstra
f8a818bf20
* Remove a redundant version of ktorrent (it's already in
...
kde/extra-gear).
svn path=/nixpkgs/trunk/; revision=21876
2010-05-19 13:57:20 +00:00
Peter Simons
3353ed9c88
pkgs/top-level/all-packages.nix, pkgs/tools/networking/openssh: prefer makeOverridable over getPkgConfig to customize openssh
...
Changed 'openssh' expression to allow for argument overriding instead of
relying on getPkgConfig. While I was at it, I also simplified the build
expression a bit.
svn path=/nixpkgs/trunk/; revision=21868
2010-05-19 12:26:06 +00:00
Ludovic Courtès
38c35ba49b
GNU Inetutils 1.8.
...
svn path=/nixpkgs/trunk/; revision=21814
2010-05-17 09:31:43 +00:00
Lluís Batlle i Rossell
70302d2d18
Adding inputs to privoxy, so it gets more features (zlib, documentation, pcre)
...
svn path=/nixpkgs/trunk/; revision=21809
2010-05-16 22:14:02 +00:00
Peter Simons
fd8c6ae43d
Moved 'maintainers' attribute into the meta section of the expression.
...
I've also set the 'platforms' attribute to ensure that Hydra actually
builds these packages. Thanks to Lluís Batlle i Rossell for pointing out
these mistakes.
svn path=/nixpkgs/trunk/; revision=21688
2010-05-09 16:01:44 +00:00
Lluís Batlle i Rossell
8b311ba757
Adding the openssh patch I forgot in a recent commit
...
svn path=/nixpkgs/trunk/; revision=21681
2010-05-09 12:53:46 +00:00
Lluís Batlle i Rossell
b7af00b889
Making openssh pass the LOCALE_ARCHIVE variable to the forked session processes,
...
so the session 'bash' will receive the proper locale archive, and thus process
UTF-8 properly.
svn path=/nixpkgs/trunk/; revision=21678
2010-05-09 12:44:09 +00:00
Lluís Batlle i Rossell
c12db8f8dc
I wrote wrong the openssh url. Btw, I changed the source server, because the old
...
mirror at Ultrech did not have the latest openssh even 6 days after the
5.5 release.
svn path=/nixpkgs/trunk/; revision=21247
2010-04-22 20:12:09 +00:00
Lluís Batlle i Rossell
5d04ec0364
Updating openssh, fixing libedit for openssh to link well with it, and... here we
...
finally have sftp with some kind of 'readline'!
svn path=/nixpkgs/trunk/; revision=21246
2010-04-22 18:16:18 +00:00
Ludovic Courtès
d1c19b4049
GNU wget: Fix test suite runs.
...
svn path=/nixpkgs/trunk/; revision=21057
2010-04-13 10:11:42 +00:00
Lluís Batlle i Rossell
b6fe7e6d41
Adding offlineimap, in a not very elegant way.
...
svn path=/nixpkgs/trunk/; revision=21034
2010-04-12 21:03:22 +00:00
Peter Simons
0526f2fb2c
pkgs/tools/networking/pdsh: added myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=21027
2010-04-12 11:21:34 +00:00
Lluís Batlle i Rossell
a2334e604b
Adding slimrat (not the gui, but at least the cli)
...
svn path=/nixpkgs/trunk/; revision=20999
2010-04-10 10:47:30 +00:00
Armijn Hemel
f7ab7efff1
update tcpdump to 4.1.0, libpcap to 1.1.0
...
svn path=/nixpkgs/trunk/; revision=20938
2010-04-04 14:57:26 +00:00
Armijn Hemel
155515f076
update to 2.0.19
...
svn path=/nixpkgs/trunk/; revision=20937
2010-04-04 14:51:37 +00:00
Armijn Hemel
589aeb4c00
update to 2.4
...
svn path=/nixpkgs/trunk/; revision=20936
2010-04-04 14:44:14 +00:00
Ludovic Courtès
c936e89fc1
aMule 2.2.6.
...
svn path=/nixpkgs/trunk/; revision=20866
2010-03-30 08:20:29 +00:00
Eelco Dolstra
b377b0233b
* OpenSSH updated to 5.4.
...
svn path=/nixpkgs/trunk/; revision=20567
2010-03-11 16:08:55 +00:00
Lluís Batlle i Rossell
4a44d32444
Made tcpdump crossbuild.
...
svn path=/nixpkgs/trunk/; revision=20543
2010-03-10 22:22:43 +00:00
Lluís Batlle i Rossell
12e960f592
Adding dropbear, a small implementation of ssh2 client and server.
...
I made it statically build by default
I had to fix the zlib static cross-build, because the native stripping corrupted the target
static library. It is not the first time I see this.
I add drobear to the cross-built packages for hydra.
svn path=/nixpkgs/trunk/; revision=20518
2010-03-09 23:11:12 +00:00
Eelco Dolstra
c7b9e45e76
* Added s3sync.
...
svn path=/nixpkgs/trunk/; revision=20496
2010-03-09 15:12:15 +00:00
Michael Raskin
993588515f
We use Python 2.6 now
...
svn path=/nixpkgs/trunk/; revision=20478
2010-03-08 20:35:25 +00:00
Lluís Batlle i Rossell
49ba7bee3c
Made curl cross-build properly with openssl support.
...
svn path=/nixpkgs/trunk/; revision=20452
2010-03-06 15:17:43 +00:00
Ludovic Courtès
c2f72b3ba5
Tahoe-LAFS 1.6.1.
...
svn path=/nixpkgs/trunk/; revision=20323
2010-03-02 12:46:50 +00:00
Rob Vermaas
3e9de0fd12
* nixpkgs: added webalizer
...
svn path=/nixpkgs/trunk/; revision=20253
2010-02-25 13:30:34 +00:00
Lluís Batlle i Rossell
c812574385
Removing a now unneeded CMAKE_PREFIX_PATH in ktorrent
...
svn path=/nixpkgs/trunk/; revision=19966
2010-02-12 22:30:06 +00:00
Lluís Batlle i Rossell
8bfde9d310
Updating openvpn to a non-release_candidate newer version, and becoming maintainer.
...
svn path=/nixpkgs/trunk/; revision=19941
2010-02-11 16:45:19 +00:00
Rob Vermaas
5c66bbab77
wrong URL
...
svn path=/nixpkgs/trunk/; revision=19874
2010-02-09 10:17:13 +00:00
Rob Vermaas
3d841892a7
unbound 1.4.1
...
svn path=/nixpkgs/trunk/; revision=19870
2010-02-09 07:28:32 +00:00
Eelco Dolstra
d8c6bb130c
* Sync with the trunk one last time.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19849
2010-02-05 23:06:36 +00:00
Eelco Dolstra
aee659e1e2
* Fix various broken URLs / mirrors.
...
* Updated tcpdump, ImageMagick, lsof.
svn path=/nixpkgs/trunk/; revision=19847
2010-02-05 22:00:51 +00:00
Lluís Batlle i Rossell
df0800e91d
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19825
2010-02-04 19:08:28 +00:00
Ludovic Courtès
b46d05da85
Tahoe-LAFS: Hopefully fix subtle test suite bug.
...
svn path=/nixpkgs/trunk/; revision=19801
2010-02-03 23:38:12 +00:00
Eelco Dolstra
a617a7c239
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19786
2010-02-03 14:23:43 +00:00
Ludovic Courtès
b5088abe20
Tahoe-LAFS 1.6.0.
...
svn path=/nixpkgs/trunk/; revision=19784
2010-02-03 13:38:03 +00:00
Eelco Dolstra
0e212964fb
* openssh: Install the moduli file.
...
svn path=/nixpkgs/trunk/; revision=19753
2010-02-01 17:04:07 +00:00
Eelco Dolstra
947e2c71ad
* openssh updated to 5.3p1. Also enabled the HPN patch by default.
...
svn path=/nixpkgs/trunk/; revision=19752
2010-02-01 16:56:10 +00:00
Armijn Hemel
0e55350a85
update ktorrent to 3.3.3, also make it depend on KDE 4.3
...
svn path=/nixpkgs/trunk/; revision=19737
2010-01-30 19:30:30 +00:00
Eelco Dolstra
d068c0dd50
* ktorrent 2.2.8.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19675
2010-01-26 15:05:02 +00:00
Lluís Batlle i Rossell
bcba809460
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19654
2010-01-25 18:52:07 +00:00
Ludovic Courtès
f6c80710f5
Add SWEC (Simple Web Error Checker).
...
svn path=/nixpkgs/trunk/; revision=19637
2010-01-24 19:07:16 +00:00
Eelco Dolstra
9761d31dc9
* curl 7.19.7.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=19573
2010-01-20 14:26:19 +00:00
Lluís Batlle i Rossell
9183f21f7e
Merging from trunk.
...
I fixed conflicts regarding the renaming 'kernel' -> 'linux' in all-packages.
Also a small conflict in all-packages about making openssl overridable.
And I some linux 2.6.31-zen kernel files also marked in conflict.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19438
2010-01-14 14:49:31 +00:00
Eelco Dolstra
56babc131d
* inetutils: traceroute also needs a chmod +x.
...
svn path=/nixpkgs/trunk/; revision=19393
2010-01-13 13:46:22 +00:00
Lluís Batlle i Rossell
a16865ce62
Adding fix for wicd, sent by roconnor to nix-dev.
...
svn path=/nixpkgs/trunk/; revision=19345
2010-01-11 07:50:03 +00:00
Lluís Batlle i Rossell
9c8c4159b5
Fixing the style in the wicd expression, based on the recommendations
...
made by ludo in the mailing list.
svn path=/nixpkgs/trunk/; revision=19342
2010-01-10 20:27:28 +00:00
Lluís Batlle i Rossell
3a400bb64a
Adding wicd, written by roconnor, sent to the nix-dev list on 2010-01-07
...
svn path=/nixpkgs/trunk/; revision=19297
2010-01-07 17:49:45 +00:00
Eelco Dolstra
5b098479f5
* socat updated to 1.7.1.1.
...
svn path=/nixpkgs/trunk/; revision=19269
2010-01-06 17:36:33 +00:00
Lluís Batlle i Rossell
c0d379f69a
Made dhcp build (removing its -Werror). gcc 4.4 complained on uninitializated
...
variables.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19079
2009-12-23 08:55:32 +00:00
Lluís Batlle i Rossell
5bae851b1e
Merging from trunk. I had to give away some structure to build the native
...
sheevaplug kernel, so the kernel does not build in the sheevaplug right now.
I will try to fix that in next commits.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19045
2009-12-19 11:14:16 +00:00
Ludovic Courtès
9ba4676ae1
GNU Inetutils 1.7.
...
svn path=/nixpkgs/trunk/; revision=19005
2009-12-16 22:56:44 +00:00
Lluís Batlle i Rossell
5cbd244265
Updating ntp.
...
svn path=/nixpkgs/trunk/; revision=18916
2009-12-12 19:48:12 +00:00
Lluís Batlle i Rossell
89fe676bb3
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18878
2009-12-10 14:48:45 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00
Lluís Batlle i Rossell
a3403e6828
Finishing the update from trunk, having resolved the eclipse related directory
...
renaming.
I think directory renaming breaks the usual merges... because it leaves the
'to be removed' directory in the working directory still. A manual 'rm' of the
'to be removed' directory fixed the commit.
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=18661
2009-11-26 21:46:08 +00:00
Michael Raskin
bbd6e56d69
Fix the cleanup-induced problems
...
svn path=/nixpkgs/trunk/; revision=18554
2009-11-23 12:21:34 +00:00
Lluís Batlle i Rossell
e85500987b
Merging from trunk. I had to do two manual merges, quite trivial I think.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=18472
2009-11-19 19:09:10 +00:00
Eelco Dolstra
7f5b839524
* Removed selectVersion. There's no good reason to write
...
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
packages.
* Renamed several files to `default.nix'. As a general rule, version
numbers should only be included in the filename when there is a
reason to keep multiple versions of a package in Nixpkgs.
Otherwise, it just makes it harder to update the package.
svn path=/nixpkgs/trunk/; revision=18403
2009-11-18 09:39:59 +00:00
Lluís Batlle i Rossell
4b27d28701
Porting changes from stdenv-updates into this branch.
...
This comes from:
svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff
patch -p0 < diff
and then adding into svn all files new from the patch.
trunk@18255 comes from the last time I updated stdenv-updates from trunk.
svn path=/nixpkgs/stdenv-updates2/; revision=18272
2009-11-08 00:32:12 +00:00
Lluís Batlle i Rossell
3cc62cefa8
Finally I decided to add High Performance SSH.
...
http://www.psc.edu/networking/projects/hpn-ssh/
I tried to keep the openssh hash not changing, unless the user sets hpn in getConfig
style. I think that does not look as good as a patch changing the hash, but it may
annoy less. Let me know if it is not ok.
I don't think hpn should be the default, because it may have some insecurity implications
I don't know of. But I used to enable it in all my machines, and I hope to do so unless
advised otherwise.
svn path=/nixpkgs/trunk/; revision=18073
2009-11-02 21:49:06 +00:00
Ludovic Courtès
061daca90c
Rename Tahoe to Tahoe-LAFS.
...
svn path=/nixpkgs/trunk/; revision=18059
2009-10-31 22:34:24 +00:00
Marc Weber
1db4de344d
adding stun
...
svn path=/nixpkgs/trunk/; revision=17860
2009-10-18 04:43:45 +00:00
Rob Vermaas
6132b946ac
added eggdrop, iftop
...
svn path=/nixpkgs/trunk/; revision=17710
2009-10-08 07:01:55 +00:00
Rob Vermaas
3e8d1bbe6f
coreutils not needed as input for privoxy
...
svn path=/nixpkgs/trunk/; revision=17647
2009-10-05 15:56:36 +00:00
Rob Vermaas
b7321eddce
added privoxy
...
svn path=/nixpkgs/trunk/; revision=17645
2009-10-05 14:15:28 +00:00
Sander van der Burg
4b80c924ca
openssl support or sitecopy
...
svn path=/nixpkgs/trunk/; revision=17640
2009-10-05 12:21:50 +00:00
Rob Vermaas
163cceeb54
ssl support for sitecopy
...
svn path=/nixpkgs/trunk/; revision=17639
2009-10-05 12:18:51 +00:00
Rob Vermaas
bd4ef3cbfc
added sitecopy
...
svn path=/nixpkgs/trunk/; revision=17638
2009-10-05 10:37:30 +00:00
Lluís Batlle i Rossell
5704c1854d
Fixing openssh build, so it doesn't try to put anything in /etc/ssh (and of course, it doesn't
...
fail if /etc/ssh/sshd_config can't be overwritten, which was my main motivation on this patch)
svn path=/nixpkgs/trunk/; revision=17573
2009-10-01 13:06:41 +00:00
Peter Simons
9a833f026b
OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG
...
The OpenSSH binaries built by the expression by default expect system-wide
configuration files in "/etc/ssh", which is a bit of an impurity (and certainly
inconsistent with the way other package handle --sysconfdir in Nix). Those who
prefer a clean installation, can now configure that directory path.
Adding the line "openssh = { etcDir = null; };" to $NIXPKGS_CONFIG configures
OpenSSH to use the default location, i.e. $out/etc. Setting that attribute to a
string will configure OpenSSH to use that concrete path instead.
svn path=/nixpkgs/trunk/; revision=17570
2009-10-01 12:07:33 +00:00
Eelco Dolstra
0a7708ff56
* dhcp: don't bring down an interface to delete old addresses / route
...
/ ARP cache information, but just flush those using the ip command.
Bringing down wireless interfaces causes wpa_supplicant to fail and
never recover ("wpa_supplicant: l2_packet_receive - recvfrom:
Network is down"). This made associating with a wireless network
rather unreliable and timing-dependant. It seems to work a lot
better now.
svn path=/nixpkgs/trunk/; revision=17514
2009-09-29 16:14:33 +00:00
Peter Simons
045e10fe15
Link nbd package statically.
...
svn path=/nixpkgs/trunk/; revision=17470
2009-09-28 15:10:55 +00:00
Peter Simons
4dc1e7ba44
Network Block Device (nbd): initial version 2.9.13
...
svn path=/nixpkgs/trunk/; revision=17414
2009-09-25 02:09:43 +00:00
Rob Vermaas
c3fe985546
* added ncftp
...
svn path=/nixpkgs/trunk/; revision=17214
2009-09-17 07:31:34 +00:00
Rob Vermaas
5d6ee123ed
ddclient
...
svn path=/nixpkgs/trunk/; revision=17181
2009-09-16 11:27:18 +00:00
Ludovic Courtès
f9a44eb4aa
Mailutils: Restrict to GNU platforms.
...
svn path=/nixpkgs/trunk/; revision=17072
2009-09-12 20:53:21 +00:00
Ludovic Courtès
e94e1de693
Mailutils: Add home page.
...
svn path=/nixpkgs/trunk/; revision=17071
2009-09-12 19:54:08 +00:00
Ludovic Courtès
a6ab726b0f
Try to build Mailutils everywhere.
...
svn path=/nixpkgs/trunk/; revision=17070
2009-09-12 18:47:34 +00:00
Ludovic Courtès
0d362f72ba
Add GNU Mailutils 2.1.
...
svn path=/nixpkgs/trunk/; revision=17041
2009-09-11 09:38:25 +00:00
Ludovic Courtès
e5eb79cee4
lsh: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=16986
2009-09-08 10:31:07 +00:00
Ludovic Courtès
80e34c69f5
lsh: Use GNU URL; handle --no-root-login' in
lshd'.
...
svn path=/nixpkgs/trunk/; revision=16985
2009-09-08 10:29:22 +00:00
Ludovic Courtès
26bd10a892
lsh: Help `lsh-make-seed' gather more entropy.
...
svn path=/nixpkgs/trunk/; revision=16978
2009-09-07 13:45:06 +00:00
Michael Raskin
3d7152db82
Fix /sbin/ reference. On Linux just replace it with an "ip link" reference
...
svn path=/nixpkgs/trunk/; revision=16918
2009-09-01 22:42:05 +00:00
Michael Raskin
043fe38f80
Enable some features in gvpe
...
svn path=/nixpkgs/trunk/; revision=16915
2009-09-01 21:00:34 +00:00
Michael Raskin
ef6a270501
Adding GVPE - a protected virtual multinode ethernet
...
svn path=/nixpkgs/trunk/; revision=16913
2009-09-01 20:12:01 +00:00
Michael Raskin
11e09ffad1
Adding GlusterFS - a distributed storage system
...
svn path=/nixpkgs/trunk/; revision=16896
2009-08-31 09:52:01 +00:00
Marc Weber
16b2e9f951
updating libtorrent and rtorrent making both compile on x86_64
...
svn path=/nixpkgs/trunk/; revision=16791
2009-08-20 20:19:06 +00:00
Lluís Batlle i Rossell
c06da1dce7
Adding netkit tftp client and server.
...
svn path=/nixpkgs/trunk/; revision=16780
2009-08-19 20:19:27 +00:00
Ludovic Courtès
775f5b05fc
Tahoe: Install the doc.
...
svn path=/nixpkgs/trunk/; revision=16676
2009-08-11 16:26:12 +00:00
Eelco Dolstra
6344a8d374
* cksfv 1.3.14.
...
svn path=/nixpkgs/trunk/; revision=16673
2009-08-11 13:49:13 +00:00
Ludovic Courtès
054c8237e7
Tahoe 1.5.0.
...
svn path=/nixpkgs/trunk/; revision=16666
2009-08-11 08:11:13 +00:00
Michael Raskin
b0e71363d1
Make dhclient work again
...
svn path=/nixpkgs/trunk/; revision=16517
2009-07-30 10:04:48 +00:00
Eelco Dolstra
869c2efec0
* dhcp updated to 4.1.0p1. This seems to fix my problems with
...
wpa_supplicant (i.e. the dhclient-script no longer brings down the
wlan0 interface). The patches no longer seem needed.
svn path=/nixpkgs/trunk/; revision=16449
2009-07-23 23:57:11 +00:00
Eelco Dolstra
9075d2a2cd
* dhcpcd, another DHCP client (not tested). Hopefully it works better
...
than dhclient in conjunction with wpa_supplicant.
svn path=/nixpkgs/trunk/; revision=16411
2009-07-17 11:41:19 +00:00
Peter Simons
499c69c32c
pdsh used to fail with an error because it couldn't locate libgcc_s.so.1.
...
Adding NIX_LDFLAGS="-lgcc_s" to the expression remedies that problem. Arguably,
though, this is a bad solution.
svn path=/nixpkgs/trunk/; revision=16239
2009-07-08 09:24:01 +00:00
Ludovic Courtès
0dcce7669e
Tahoe: Use pysqlite', used by the
backup' command.
...
svn path=/nixpkgs/trunk/; revision=16231
2009-07-07 22:44:29 +00:00