Commit graph

2139 commits

Author SHA1 Message Date
Florian Friesdorf 8565aba2cd sudo upgrade to 1.8.3p2 (security fix included)
svn path=/nixpkgs/trunk/; revision=31943
2012-01-31 13:49:53 +00:00
Eelco Dolstra 4fe11e8438 * OpenSSH updated to 5.9p1.
svn path=/nixpkgs/trunk/; revision=31939
2012-01-31 11:01:12 +00:00
Rob Vermaas 6cff3215f4 add meta attribute for cowsay
svn path=/nixpkgs/trunk/; revision=31938
2012-01-31 06:59:02 +00:00
Rob Vermaas 37b404816a add cowsay
svn path=/nixpkgs/trunk/; revision=31936
2012-01-30 19:05:24 +00:00
Peter Simons c5ecd1752c hardlink: initial version
Hardlink consolidates duplicate files in a directory hierarchy with hardlinks,
similar to "nix-store --optimise".

IHMO, this program should be run by the default builder after $out has been set
up, to remove redundancy in the generated closures.

svn path=/nixpkgs/trunk/; revision=31934
2012-01-30 11:40:20 +00:00
Yury G. Kudryashov 8c1f88549d fontforge-20100222
svn path=/nixpkgs/trunk/; revision=31902
2012-01-28 09:04:48 +00:00
Eelco Dolstra 26bcec3897 * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=31880
2012-01-27 13:39:47 +00:00
Sander van der Burg c0be721441 Bumped version of DisnixOS
svn path=/nixpkgs/trunk/; revision=31833
2012-01-24 22:28:40 +00:00
Sander van der Burg c436381674 Bumped versions of disnix and disnixos
svn path=/nixpkgs/trunk/; revision=31825
2012-01-24 21:13:42 +00:00
Eelco Dolstra b786ce664d * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=31738
2012-01-20 15:26:47 +00:00
Eelco Dolstra 2ebf8df601 * Apply the latest Gentoo patches to Grub 1.
svn path=/nixpkgs/trunk/; revision=31720
2012-01-19 21:08:33 +00:00
Ludovic Courtès 94a0bbcef3 GNU Source-Highlight 3.1.6.
svn path=/nixpkgs/trunk/; revision=31676
2012-01-18 20:52:55 +00:00
Ludovic Courtès 9975a56711 GNU xnee 3.11.
svn path=/nixpkgs/trunk/; revision=31675
2012-01-18 20:52:50 +00:00
Ludovic Courtès 7ce8cc9f2c GNU Parallel 20111222.
svn path=/nixpkgs/trunk/; revision=31674
2012-01-18 20:52:45 +00:00
Ludovic Courtès d9433c2167 GNU ddrescue 1.15.
svn path=/nixpkgs/trunk/; revision=31673
2012-01-18 20:52:40 +00:00
Ludovic Courtès 649168b846 GNU FreeIPMI 1.1.1.
svn path=/nixpkgs/trunk/; revision=31668
2012-01-18 20:52:17 +00:00
Ludovic Courtès 3d7597fdb9 GNU recutils 1.5.
svn path=/nixpkgs/trunk/; revision=31666
2012-01-18 20:52:07 +00:00
Ludovic Courtès 2a6f139c5d expect: Remove unneeded dependency on Autoconf.
svn path=/nixpkgs/trunk/; revision=31663
2012-01-18 20:51:52 +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 7b1be8e27d btrfs-progs: small fix for Makefile
line was split so we cannot append anymore because that appends after \

svn path=/nixpkgs/trunk/; revision=31656
2012-01-18 20:32:45 +00:00
Peter Simons e58052514b youtube-dl: new package (download clips from youtube)
svn path=/nixpkgs/trunk/; revision=31654
2012-01-18 20:32:37 +00:00
Peter Simons 3dd02a75ef openvpn: upgraded to latest version
svn path=/nixpkgs/trunk/; revision=31647
2012-01-18 20:32:17 +00:00
Michael Raskin faedda84ef A more correct condition for adding scripts to install
svn path=/nixpkgs/trunk/; revision=31638
2012-01-18 17:23:41 +00:00
Eelco Dolstra bbe40d00f4 * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=31619
2012-01-18 12:23:42 +00:00
Eelco Dolstra dc9830111b * Added wkhtmltopdf.
svn path=/nixpkgs/trunk/; revision=31604
2012-01-17 11:04:14 +00:00
Peter Simons 0e224241bf logstalgica: added version 1.0.3
svn path=/nixpkgs/trunk/; revision=31590
2012-01-16 11:34:00 +00:00
Peter Simons 3c8a798411 gource: added meta information and moved the package into version-management category
svn path=/nixpkgs/trunk/; revision=31570
2012-01-15 11:44:02 +00:00
Peter Simons f685f874a7 asymptote: dropped old code to find boehmgc
svn path=/nixpkgs/trunk/; revision=31473
2012-01-10 20:34:45 +00:00
Peter Simons f5bd12aa80 asymptote: enable off-screen rendering (and configure build to find boehmgc)
svn path=/nixpkgs/trunk/; revision=31472
2012-01-10 20:32:25 +00:00
Lluís Batlle i Rossell 9dca11bc33 Updating tmux to 1.5. Patch sent to nix-dev by Phil Hagelberg.
svn path=/nixpkgs/trunk/; revision=31463
2012-01-10 09:43:46 +00:00
Peter Simons 2c7ac76079 unclutter: X cursor management tool
Unclutter hides your X mouse cursor when you do not need it, to prevent
it from getting in the way. You have only to move the mouse to restore
the mouse cursor. Unclutter is very usefull in tiling wm's where you do
not need the mouse often.

Just run it from your .bash_profile like that:

	unclutter -idle 1 &

svn path=/nixpkgs/trunk/; revision=31431
2012-01-08 14:01:17 +00:00
Yury G. Kudryashov 1401241864 qrencode-3.2.0
Remove builderDefs magic, add meta

Cherry-pick r31382 from branches/libpng15

svn path=/nixpkgs/trunk/; revision=31385
2012-01-06 23:05:11 +00:00
Lluís Batlle i Rossell 3e1ee548ba Make mtdtools crossbuild.
svn path=/nixpkgs/trunk/; revision=31381
2012-01-06 22:42:10 +00:00
Lluís Batlle i Rossell 01c5028c7c Updating xburst-tools (blind commit, I did not try to build them)
svn path=/nixpkgs/trunk/; revision=31377
2012-01-06 21:06:22 +00:00
Shea Levy 8c063fdfc7 Fix tarball
svn path=/nixpkgs/trunk/; revision=31352
2012-01-06 16:14:02 +00:00
Yury G. Kudryashov 5925d6d9a7 most: add random meta.platforms
svn path=/nixpkgs/trunk/; revision=31322
2012-01-05 23:15:41 +00:00
Yury G. Kudryashov fcaa6a1abe usbmuxd-1.0.7
svn path=/nixpkgs/trunk/; revision=31321
2012-01-05 23:15:33 +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
Lluís Batlle i Rossell 855e8f45a4 Fixing a typo in the icoutils file.
svn path=/nixpkgs/trunk/; revision=31267
2012-01-04 09:47:22 +00:00
Lluís Batlle i Rossell 8fadcd285a Adding icoutils
svn path=/nixpkgs/trunk/; revision=31265
2012-01-04 09:42:38 +00:00
Lluís Batlle i Rossell b15381fcf6 Adding pngtoico.
svn path=/nixpkgs/trunk/; revision=31264
2012-01-04 09:29:52 +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
Florian Friesdorf aefc550ae0 asciidoc-8.6.6
svn path=/nixpkgs/trunk/; revision=31169
2011-12-31 04:05:33 +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
Yury G. Kudryashov f806eca299 Actually upgrade ntfs-3g
ntfsprogs collection is now part of ntfs-3g

svn path=/nixpkgs/trunk/; revision=31065
2011-12-24 22:28:00 +00:00
Peter Simons f4439564cb asymptote: fix info dir some more
svn path=/nixpkgs/trunk/; revision=31060
2011-12-24 18:28:23 +00:00
Peter Simons a4a5a35f2d asymptote: added fixInfoDir hook to move the generated info files into the correct location
svn path=/nixpkgs/trunk/; revision=31059
2011-12-24 18:03:51 +00:00
Peter Simons f13c4dba3d asymptote: updated to version 2.15
svn path=/nixpkgs/trunk/; revision=31058
2011-12-24 11:05:21 +00:00
Eelco Dolstra 3f209edf6e * Updated ntfs-3g to 2011.4.12. Also create a sbin/mount.ntfs symlink
to ensure that NTFS filesystems are mounted using ntfs-3g, which is
  much better than the kernel NTFS driver.  In particular, this
  ensures that udisks will automount external NTFS drives with
  read/write support.  (See also
  http://www.tuxera.com/community/ntfs-3g-faq/#plugandplay)

svn path=/nixpkgs/trunk/; revision=31055
2011-12-23 14:19:45 +00:00
Eelco Dolstra cddfcd7bcc * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=31043
2011-12-22 12:30:59 +00:00
Lluís Batlle i Rossell e91a225a37 Updating gnuplot
svn path=/nixpkgs/trunk/; revision=31027
2011-12-21 22:48:33 +00:00
Yury G. Kudryashov aaba1c0bf9 pdf2djvu-0.7.11
Preparing to poppler-0.18.x update

svn path=/nixpkgs/trunk/; revision=30896
2011-12-14 18:58:12 +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
Michael Raskin f9227dc459 Update BtrFS utilities to latest Git
svn path=/nixpkgs/trunk/; revision=30864
2011-12-13 04:30:49 +00:00
Peter Simons c561cbe8c8 upgraded mc
svn path=/nixpkgs/trunk/; revision=30838
2011-12-11 19:39:06 +00:00
Lluís Batlle i Rossell 894a3756e5 Updating btar to latest release.
svn path=/nixpkgs/trunk/; revision=30821
2011-12-10 22:00:56 +00:00
Lluís Batlle i Rossell 4a6af291a3 Adding btar 0.9!
svn path=/nixpkgs/trunk/; revision=30815
2011-12-09 21:15:41 +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
Lluís Batlle i Rossell b4c5f72d9e Updating ts
svn path=/nixpkgs/trunk/; revision=30797
2011-12-07 15:26:34 +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
Eelco Dolstra 8ed604d4b8 * Bump.
svn path=/nixpkgs/trunk/; revision=30740
2011-12-05 12:12:20 +00:00
Ludovic Courtès b7833639ba Seeks 0.4.0.
svn path=/nixpkgs/trunk/; revision=30729
2011-12-04 22:03:03 +00:00
Michael Raskin fdbef21ceb Adjust most things to be cross-buildable. Problem: gnutls. Solution: manually replace it with openssl while cross-building
svn path=/nixpkgs/trunk/; revision=30709
2011-12-03 09:29:38 +00:00
Michael Raskin a6da9f24c7 Fix more incorrect native/target buildInput split in tigervnc; current stumbling block is gnutls
svn path=/nixpkgs/trunk/; revision=30682
2011-12-02 06:02:40 +00:00
Michael Raskin 791aaf0357 Use Xorg buildNativeInputs correctly
svn path=/nixpkgs/trunk/; revision=30680
2011-12-02 05:50:53 +00:00
Michael Raskin 3b1a603782 Propagate buildNativeInputs without changing their types
svn path=/nixpkgs/trunk/; revision=30679
2011-12-02 05:50:08 +00:00
Michael Raskin 32eff94091 Pass all configureFlags - including cross-build options, for example
svn path=/nixpkgs/trunk/; revision=30678
2011-12-02 04:16:58 +00:00
Ludovic Courtès ccc5902325 GNU recutils 1.4.
svn path=/nixpkgs/trunk/; revision=30671
2011-12-01 22:44:29 +00:00
Ludovic Courtès 6b920275b8 GNU FreeIPMI 1.0.9.
svn path=/nixpkgs/trunk/; revision=30668
2011-12-01 22:44:10 +00:00
Ludovic Courtès 95696578a9 GNU wdiff 1.10.
svn path=/nixpkgs/trunk/; revision=30665
2011-12-01 22:43:53 +00:00
Ludovic Courtès 170399a858 GNU Xorriso 1.1.8.
svn path=/nixpkgs/trunk/; revision=30664
2011-12-01 22:43:46 +00:00
Ludovic Courtès 2f87b70323 GNU Parallel 20111122.
svn path=/nixpkgs/trunk/; revision=30662
2011-12-01 22:43:31 +00:00
Eelco Dolstra d10ed1b45b * Bump.
svn path=/nixpkgs/trunk/; revision=30630
2011-11-29 22:56:29 +00:00
Michael Raskin 15f77a015e Update fakeroot
svn path=/nixpkgs/trunk/; revision=30610
2011-11-29 05:13:20 +00:00
Michael Raskin 36ae9193c4 Fix tmux cross-build
svn path=/nixpkgs/trunk/; revision=30585
2011-11-28 15:58:45 +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
Eelco Dolstra 6c02d31c68 * Bump.
svn path=/nixpkgs/trunk/; revision=30544
2011-11-23 15:59:09 +00:00
Rob Vermaas 47e2f1c820 update nixUnstable
svn path=/nixpkgs/trunk/; revision=30511
2011-11-21 15:41:19 +00:00
Florian Friesdorf 1b8c781a0c add dtach-0.8
svn path=/nixpkgs/trunk/; revision=30497
2011-11-20 21:48:56 +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
Eelco Dolstra 86e8dcc34b * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=30460
2011-11-17 12:05:52 +00:00
Shea Levy 10cbd00396 Allow cross-compiling configurations to explicitly give a system string when cross-building nix
svn path=/nixpkgs/trunk/; revision=30458
2011-11-16 21:04:02 +00:00
Shea Levy e895fe5e2f Use gc, dbi, and dbd-sqlite when cross-building nix
The dbi and dbd-sqlite may be hacks since they're not cross-built, I'm not certain

svn path=/nixpkgs/trunk/; revision=30455
2011-11-16 20:21:58 +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
Piotr Pietraszkiewicz 63d36b5185 Version bump - Gource 0.37
svn path=/nixpkgs/trunk/; revision=30429
2011-11-14 20:03:43 +00:00
Eelco Dolstra e6cbed31ee * Hard-code the path to xdpyinfo rather than expecting it to be in
$PATH.  This is necessary because x11vnc does a "su - <user>
  ... xdpyinfo" somewhere.

svn path=/nixpkgs/trunk/; revision=30387
2011-11-11 03:11:09 +00:00
Lluís Batlle i Rossell 8ce410c6f3 Adding more libraries to have a more featured dar.
svn path=/nixpkgs/trunk/; revision=30377
2011-11-10 21:29:00 +00:00
Lluís Batlle i Rossell 1791ea0919 Another update to dar. Let's use the very latest release.
svn path=/nixpkgs/trunk/; revision=30376
2011-11-10 21:23:09 +00:00
Lluís Batlle i Rossell 9908557ae0 Updating dar.
svn path=/nixpkgs/trunk/; revision=30375
2011-11-10 21:19:30 +00:00
Eelco Dolstra 75b527df8e * Fix some hard-coded paths.
svn path=/nixpkgs/trunk/; revision=30373
2011-11-10 19:06:02 +00:00
Eelco Dolstra d0c78d6a58 * TigerVNC updated to 1.1.0.
* Build TigerVNC with TLS and PAM support.  TLS support is important
  to support encrypted VNC servers.

svn path=/nixpkgs/trunk/; revision=30372
2011-11-10 19:05:43 +00:00
Lluís Batlle i Rossell c761760442 Adding imapproxy
svn path=/nixpkgs/trunk/; revision=30360
2011-11-09 18:25:55 +00:00
Eelco Dolstra 43b5478d1d * x11vnc updated to 0.9.13.
svn path=/nixpkgs/trunk/; revision=30356
2011-11-09 16:44:49 +00:00
Evgeny Egorochkin 64ee527151 Duplicity: version bump
svn path=/nixpkgs/trunk/; revision=30352
2011-11-09 13:01:46 +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
Eelco Dolstra 169d5c3214 * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=30319
2011-11-08 14:18:59 +00:00