Commit Graph

332 Commits

Author SHA1 Message Date
Eelco Dolstra
749b8607ca * More cleanup.
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00
Peter Simons
93ff8697d1 pkgs/tools/networking/p2p/tahoe-lafs: add mock060 to propagatedBuildInputs
The package is required for the regression test suite. Adding it to
buildInputs would probably work, too, but I haven't tried it.

svn path=/nixpkgs/trunk/; revision=22792
2010-07-28 13:09:20 +00:00
Eelco Dolstra
6609710409 * Get rid of many instances of "args: with args;", and other coding
guidelines violations.
* Updated libsamplerate to 0.1.7.

svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Peter Simons
1bb86133c7 pkgs/tools/networking/p2p/tahoe-lafs: updated to version 1.7.1
svn path=/nixpkgs/trunk/; revision=22774
2010-07-27 23:52:22 +00:00
Ludovic Courtès
8297acd511 Add Seeks, a "social" search engine.
svn path=/nixpkgs/trunk/; revision=22698
2010-07-22 09:03:35 +00:00
Eelco Dolstra
113fa71b8c * curl updated to 7.21.0.
svn path=/nixpkgs/trunk/; revision=22629
2010-07-18 21:01:17 +00:00
Eelco Dolstra
5a028270aa * dhcp 4.1.1.
svn path=/nixpkgs/trunk/; revision=22606
2010-07-15 11:06:30 +00:00
Michael Raskin
ccc497f80d Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense.
svn path=/nixpkgs/trunk/; revision=22529
2010-07-08 13:25:52 +00:00
Lluís Batlle i Rossell
26dc245fb2 Updating rtorrent and libtorrent
svn path=/nixpkgs/trunk/; revision=22518
2010-07-07 21:11:07 +00:00
David Guibert
e9234ae7bb offlineimap: 6.2.0.1
svn path=/nixpkgs/trunk/; revision=22385
2010-06-22 19:49:12 +00:00
Evgeny Egorochkin
4719a2ed3c Added flags to compile amule daemon and remote gui
svn path=/nixpkgs/trunk/; revision=22334
2010-06-19 02:19:39 +00:00
Eelco Dolstra
b88adf69c3 * socat updated to 1.7.1.2.
svn path=/nixpkgs/trunk/; revision=22252
2010-06-14 08:01:38 +00:00
David Guibert
66c784d4dd added autossh 1.4b.
svn path=/nixpkgs/trunk/; revision=22018
2010-05-27 19:43:57 +00:00
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