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