summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* audacity: Fix nyquist support.Moritz Ulrich2015-03-17
|
* flightgear: bump version to 3.4 (close #6385)Longrin Wischnewski2015-03-17
| | | | | | | - openscenegraph: bump version to 3.2.1: http://www.openscenegraph.org/index.php/download-section/stable-releases - remove obsolete patch - simgear: bump version to 3.4.0 - flightgear: add qt5 as build input
* netsniff-ng 0.5.9-rc4-40-g5107740 -> 0.5.9-rc4-49-g6f54288Tobias Geerinckx-Rice2015-03-17
| | | | Adds support for IGMP packet generation.
* Added CC-BY-SA 4.0 Licenselukasepple2015-03-17
|
* xorg.libXfont: security updateVladimír Čunát2015-03-17
| | | | | | Fixes CVE-2015-{1802,1803,1804}. http://lists.x.org/archives/xorg-announce/2015-March/002550.html Almost nothing needs rebuilding.
* Merge pull request #6832 from k0ral/icecastlethalman2015-03-17
|\ | | | | Added icecast module
| * Added icecast module.koral2015-03-17
| |
* | Merge pull request #6850 from ardumont/update-putty-derivationlethalman2015-03-17
|\ \ | | | | | | Update putty derivation
| * | Update putty derivationAntoine R. Dumont2015-03-17
|/ / | | | | | | | | - Use source code tarball instead of svn. - Add meta information on package.
* | gdal: fix build by adding opensslVladimír Čunát2015-03-17
| | | | | | | | I'm not sure why it started needing it, but I suspect mysql (mariadb).
* | Merge pull request #6810 from robinbb/AppSqitch-modulelethalman2015-03-17
|\ \ | | | | | | Add Perl module App::Sqitch
| * | Disable FileHomeDir on DarwinRobin Bate Boerop2015-03-14
| | |
| * | Remove Perl package Mac::SystemDirectoryRobin Bate Boerop2015-03-14
| | |
| * | Disable tests for App::Sqitch moduleRobin Bate Boerop2015-03-14
| | |
| * | Add Perl module App::SqitchRobin Bate Boerop2015-03-14
| | |
* | | Merge pull request #6842 from philandstuff/hash-owncloud-admin-passwordlethalman2015-03-17
|\ \ \ | | | | | | | | owncloud: don't store plaintext adminPassword in nix store
| * | | owncloud: don't store plaintext adminPassword in nix storePhilip Potter2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than using openssl to hash the password at build time, and hence leaving the plaintext password world-readable in the nix store, we can instead hash the password in the nix expression itself using builtins.hashString.
* | | | Merge pull request #6792 from pjones/pkg/atomicparsleylethalman2015-03-17
|\ \ \ \ | | | | | | | | | | New package: AtomicParsley
| * | | | New package: AtomicParsleyPeter Jones2015-03-13
| | | | |
* | | | | Merge pull request #6839 from joelmo/masterPeter Simons2015-03-17
|\ \ \ \ \ | | | | | | | | | | | | graph-tool: enable drawing and openmp for algorithms
| * | | | | graph-tool: enable drawing and openmp for algorithmsJoel Moberg2015-03-17
| | | | | |
* | | | | | Merge pull request #6845 from k0ral/logrotatelethalman2015-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | logrotate: 3.8.7 -> 3.8.9
| * | | | | | logrotate: 3.8.7 -> 3.8.9koral2015-03-17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5936 from j-keck/nixos-container-usagelethalman2015-03-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos-container: add missing 'nixos-container update' in usage
| * | | | | | nixos-container: add missing 'nixos-container update' in usagej-keck2015-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * in nixos-container.pl the mode 'update' is missing in the usage
* | | | | | | Merge pull request #6448 from eduarrrd/ddclientlethalman2015-03-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ddclient module: fix module
| * | | | | | | ddclient module: fix moduleEduard Bachmakov2015-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrite to systemd.services * disable forking to give systemd better control * verifiably run as ddclient user * expose ssl option * unset default value for dyndns server * rename option "web" to "use" to be consistent with ddclient docs * add descriptions * add types to options * clean up formatting
* | | | | | | | Merge pull request #6800 from garrison/ariolethalman2015-03-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Package ario
| * | | | | | | | Package arioJim Garrison2015-03-16
| | | | | | | | |
* | | | | | | | | Merge pull request #6829 from gebner/gnome-control-center-vpn-sopathlethalman2015-03-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Patch gnome-control-center not to override VPN plugin paths.
| * | | | | | | | | Patch gnome-control-center not to override VPN plugin paths.Gabriel Ebner2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network-manager vpn plugin configuration files contain the correct absolute paths to the plugin libraries in the store; however upstream (unsuccessfully) tries to find them in a predefined path.
* | | | | | | | | | ghc: update 7.10.1 to rc3Peter Simons2015-03-17
| | | | | | | | | |
* | | | | | | | | | haskell-exceptions: upstream has fixed the test suitePeter Simons2015-03-17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6833 from magnetophon/puredata-with-pluginslethalman2015-03-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Puredata with plugins
| * | | | | | | | | | Punctuation and capitalisation.Bart Brouns2015-03-16
| | | | | | | | | | |
| * | | | | | | | | | add puredata-with-plugins:Bart Brouns2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a wrapper for puredata, plus packages for the following plugins: cyclone helmholtz maxlib mrpeach puremapping timbreid zexy
* | | | | | | | | | | Merge pull request #6841 from KoviRobi/gnu-aplPeter Simons2015-03-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added GNU APL, a free APL interpreter.
| * | | | | | | | | | | Added GNU APL, a free APL interpreter.Kovacsics Robert (NixOS-SSD2)2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is an almost complete implementation of ISO 13751: Programming Language APL, Extended.
* | | | | | | | | | | | rsyslog: Move systemd checkEelco Dolstra2015-03-17
| | | | | | | | | | | |
* | | | | | | | | | | | Update Botan unstable and fix source linkMichael Raskin2015-03-17
| | | | | | | | | | | |
* | | | | | | | | | | | Reverts a bunch of commits as a try to fix GC errors.Domen Kožar2015-03-17
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits - 694f01db2d2e1cde06ee243a5909d196e84f0a18 - 829479d1dda5dbb579885e16dc655716127457ed - bd81885f706dae5cdeb8c03845fa43d8b74fa57c - b2fdcf801ce08bf0c44e63bafe8ae2c720704da7
* | | | | | | | | | | zfs_git: Update to 2015-03-12Ricardo M. Correia2015-03-17
| | | | | | | | | | |
* | | | | | | | | | | cassandra 2.0.12 -> 2.0.13Tobias Geerinckx-Rice2015-03-17
| | | | | | | | | | |
* | | | | | | | | | | nxproxy: switch to release 3.5.0.30 instead of gitTobias Geerinckx-Rice2015-03-17
| | | | | | | | | | |
* | | | | | | | | | | libxcomp: switch to release 3.5.0.30 instead of gitTobias Geerinckx-Rice2015-03-17
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge #6472: add ddccontrolVladimír Čunát2015-03-16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ddccontrol*: cleanupVladimír Čunát2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove doubled file for ddccontrol-db - adding stdenv to buildInputs is pointless - fix doubled http:// - whitespace, etc.
| * | | | | | | | | | Separated DDCcontrol-DB declaration from DDCcontrol declarationFedor Pakhomov2015-03-07
| | | | | | | | | | |
| * | | | | | | | | | Added a maintainerFedor Pakhomov2015-02-20
| | | | | | | | | | |
| * | | | | | | | | | Changes in meta for ddccontrolFedor Pakhomov2015-02-20
| | | | | | | | | | |