about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* samba: Use bundled tdb and ldbEelco Dolstra2016-09-30
|
* samba4: fix crashes by bundling teventVladimír Čunát2016-09-30
| | | | See #19013 for details and discussion.
* Merge pull request #19107 from periklis/topic_md2manJaka Hudoklin2016-09-30
|\ | | | | md2man: enable for darwin
| * md2man: enable for darwinPeriklis Tsirakidis2016-09-30
| |
* | AnyEvent::CacheDNS: Disable testsEelco Dolstra2016-09-30
|/ | | | This doesn't work in a sandbox because it accesses the network.
* Merge pull request #19094 from ericsagnes/pkg-update/ibusThomas Tuegel2016-09-30
|\ | | | | ibus: 1.5.13 -> 1.5.14
| * ibus: 1.5.13 -> 1.5.14Eric Sagnes2016-09-30
| | | | | | | | release notes: https://github.com/ibus/ibus/releases/tag/1.5.14
| * nodePackages: add emojioneEric Sagnes2016-09-30
| |
* | Merge pull request #19092 from romildo/upd.supertuxJörg Thalheim2016-09-30
|\ \ | | | | | | supertux: 0.4.0 -> 0.5.0
| * | supertux: rename directory like upstreamJosé Romildo Malaquias2016-09-29
| | |
| * | supertux: 0.4.0 -> 0.5.0José Romildo Malaquias2016-09-29
| | |
* | | Merge pull request #19104 from mbld/python-flake8-updateJörg Thalheim2016-09-30
|\ \ \ | | | | | | | | flake8: 2.5.4 -> 3.0.4
| * | | flake8: Add missing test dependencies.Martin Bornhold2016-09-30
| | | |
| * | | flake8: add patch to avoind pytest config conflictMartin Bornhold2016-09-30
| | | |
| * | | flake8: 2.5.4 -> 3.0.4Martin Bornhold2016-09-30
| | | |
| * | | mccabe: 0.4.0 -> 0.5.2Martin Bornhold2016-09-30
| | | |
| * | | pep8: replaced by pycodestyle (package was renamed)Martin Bornhold2016-09-30
| | | |
| * | | pycodestyle: init at 2.0.0Martin Bornhold2016-09-30
| | | |
* | | | Merge pull request #18452 from bendlas/init-postgreyJoachim F2016-09-30
|\ \ \ \ | | | | | | | | | | postgrey: init at 1.36
| * | | | postgrey: init at 1.36 (includes service)Herwig Hochleitner2016-09-27
| | | | |
| * | | | perlPackages: add Parse::Syslog and IO::MultiplexHerwig Hochleitner2016-09-27
| | | | |
* | | | | dd-agent: D'oh, removing duplicate requests dep.Rob Vermaas2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit acf91fd6efb39f712f1f1a394633c78382005340)
* | | | | Fix dd-agentRob Vermaas2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit a6493ce4bdc47cbe3bc4ea74323f11f610e18c04)
* | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.0.2-9-gc0b597f from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/9ca479bb22001e1318d005f917ce115a5a130581.
* | | | | configuration-hackage2nix.yaml: drop versions restrictions on stack and ↵Peter Simons2016-09-30
| | | | | | | | | | | | | | | | | | | | cabal2nix
* | | | | linux: 4.4.22 -> 4.4.23Eelco Dolstra2016-09-30
| | | | |
* | | | | torcs: 1.3.5 -> 1.3.7rushmorem2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | This change also wraps `torcs` with `mesa` to fix the runtime crush due to this dependancy which was missing.
* | | | | dbus: add socket activation but do not enable itPeter Hoeg2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes are included: 1) install user unit files from upstream dbus 2) use absolute paths to config for --system and --session instances 3) make socket activation of user units configurable There has been a number of PRs to address this, so this one does the bare minimum, which is to make the functionality available and configurable but defaults to off. Related PRs: - #18382 - #18222 (cherry picked from commit f7215c9b5b47dfb0a6dbe87ff33d7730729a32e5) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | | libpointmatcher: only build on linux 64bit platformHenry2016-09-30
| |/ / / |/| | |
* | | | systemd: Apply various upstream bug fixesEelco Dolstra2016-09-30
| | | | | | | | | | | | | | | | | | | | This includes the fix for the assertion failure in https://github.com/systemd/systemd/issues/4234.
* | | | usbredir: Fix 32-bit buildTuomas Tynkkynen2016-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid these warnings from being errors: usbredirhost.c: In function 'usbredirhost_can_write_iso_package': usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold", ^ usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold", ^ usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold", ^ usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold", ^ usbredirhost.c: In function 'usbredirhost_set_iso_threshold': usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes", ^ usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes", I think in all of these cases, the incorrect format modifier just causes wrong debug prints on i686.
* | | | freerdp: Switch main attribute to freerdpUnstableTuomas Tynkkynen2016-09-30
| | | | | | | | | | | | | | | | | | | | Not much point having it as a broken package. Fixes eval error of KDE4 test.
* | | | Merge pull request #19090 from rnhmjoj/btfsAlexey Shmalko2016-09-30
|\ \ \ \ | | | | | | | | | | btfs: 2.11 -> 2.12
| * | | | btfs: 2.11 -> 2.12rnhmjoj2016-09-30
| | |_|/ | |/| |
* / | | albert: 0.8.10 -> 0.8.11Eric Sagnes2016-09-30
|/ / /
* | | pythonPackages.django_1_8: 1.8.14 -> 1.8.15Lancelot SIX2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release. It fixes CVE-2016-7401. See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/ for upstream announcement.
* | | pythonPackages.django_1_9: 1.9.9 -> 1.9.10Lancelot SIX2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release. It fixes CVE-2016-7401. See https://www.djangoproject.com/weblog/2016/sep/26/security-releases/ for upstream announcement.
* | | cryptopp: 5.6.2 -> 5.6.4Franz Pletz2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Fix CVE-2016-3995. #18856 Remove broken flag. #19040 cc #19009
* | | pyopenssl: fix darwin preCheckDaiderd Jordan2016-09-29
| | |
* | | Merge pull request #18990 from justinweiss/syncthing-darwinDaiderd Jordan2016-09-29
|\ \ \ | | | | | | | | syncthing: enable the darwin platform
| * | | syncthing: enable the darwin platformJustin Weiss2016-09-29
| | | |
* | | | pam_usb: Fix evaluationEelco Dolstra2016-09-29
| | | |
* | | | kde4: Get rid of some Nepomuk cruft by defaultEelco Dolstra2016-09-29
| | | |
* | | | kde4: Eliminate dev outputs from the closureEelco Dolstra2016-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Obviously there are more improvements that can be done here, especially moving headers to .dev, but that's not entirely trivial and probably not worth it since kde4 is old.
* | | | Merge pull request #18836 from nlewo/masterFrederik Rietdijk2016-09-29
|\ \ \ \ | | | | | | | | | | pyopenssl: 16.0.0 -> 16.1.0
| * | | | pyopenssl: 16.0.0 -> 16.1.0Antoine Eiche2016-09-29
| | | | |
* | | | | Merge pull request #19068 from datakurre/datakurre/zc.buildout-nixFrederik Rietdijk2016-09-29
|\ \ \ \ \ | |_|/ / / |/| | | | pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3
| * | | | pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3Asko Soukka2016-09-29
| | | | |
* | | | | fzy: 0.4 -> 0.7Nick Novitski2016-09-29
| | | | |
* | | | | Merge pull request #18980 from MostAwesomeDude/gcsfuseJörg Thalheim2016-09-29
|\ \ \ \ \ | | | | | | | | | | | | gcsfuse: init at v0.19.0