Commit graph

251 commits

Author SHA1 Message Date
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
Ludovic Courtès d0c6b200e0 Add Tahoe, a decentralized, fault-tolerant file system.
svn path=/nixpkgs/trunk/; revision=16082
2009-06-28 21:03:00 +00:00
Lluís Batlle i Rossell f82d27593c Adding imapsync, with the two needed perl packages.
svn path=/nixpkgs/trunk/; revision=15967
2009-06-15 18:37:42 +00:00
Eelco Dolstra 6556756115 * ntp 4.2.4p7.
svn path=/nixpkgs/trunk/; revision=15828
2009-06-02 19:35:26 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Eelco Dolstra 7d45b35d1e * OpenSSH 5.2.
svn path=/nixpkgs/trunk/; revision=15689
2009-05-23 16:14:26 +00:00
Lluís Batlle i Rossell 904a4ad868 Adding vtun.
svn path=/nixpkgs/trunk/; revision=15682
2009-05-20 17:51:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin 9eff5ac580 Updating socat
svn path=/nixpkgs/trunk/; revision=15538
2009-05-10 20:10:12 +00:00
Ludovic Courtès c4d720c3d1 Curl: Propagate Zlib and OpenSSL.
svn path=/nixpkgs/trunk/; revision=15381
2009-04-28 15:41:51 +00:00
Marc Weber 48216ba01a fix openvpn making it find ifonfig
svn path=/nixpkgs/trunk/; revision=15380
2009-04-28 15:37:52 +00:00
Eelco Dolstra 7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra f762b50991 * Another sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Peter Simons b7c0e6b66b pdsh: Fix user option "pdsh { rsh = true/false; };".
svn path=/nixpkgs/trunk/; revision=15172
2009-04-20 12:12:56 +00:00
Eelco Dolstra 9c509e2583 * Build wget with support for https.
svn path=/nixpkgs/trunk/; revision=15126
2009-04-18 14:11:35 +00:00
Eelco Dolstra 2eb05cf933 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Marc Weber 0311bb19c8 adding openvpn
svn path=/nixpkgs/trunk/; revision=14901
2009-04-06 13:07:18 +00:00
Eelco Dolstra d27514cb28 * Sync with the trunk once more.
* Turn on everything in Hydra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Eelco Dolstra 5a594ea219 * Updated ntp.
svn path=/nixpkgs/trunk/; revision=14798
2009-03-31 09:26:20 +00:00