Eelco Dolstra
3b89a6e020
samba: Use bundled tdb and ldb
2016-09-30 21:22:57 +02:00
Vladimír Čunát
e9687611b6
samba4: fix crashes by bundling tevent
...
See #19013 for details and discussion.
2016-09-30 20:58:29 +02:00
Joachim F
1ddc08a3ac
Merge pull request #18452 from bendlas/init-postgrey
...
postgrey: init at 1.36
2016-09-30 15:31:44 +02:00
Jörg Thalheim
4d8e445a14
Merge pull request #19035 from makefu/init-ps3netsrv
...
ps3netsrv: init at 1.1.0
2016-09-29 16:29:45 +02:00
makefu
6353f8523d
ps3netsrv: init at 1.1.0
2016-09-29 16:09:37 +02:00
Peter Simons
d286a68887
Merge pull request #19076 from periklis/topic_dovecot
...
dovecot: enable darwin build
2016-09-29 15:45:28 +02:00
Alexey Shmalko
7d6224b09f
Merge pull request #19012 from rickynils/elasticsearch-2.4
...
elasticsearch2: 2.3.4 -> 2.4.0
2016-09-29 16:29:22 +03:00
Periklis Tsirakidis
9772f0f9a1
dovecot: enable darwin build
2016-09-29 13:32:28 +02:00
Eelco Dolstra
39181d4418
virtuoso: Use multiple outputs
2016-09-29 13:05:28 +02:00
Joachim F
750195db7f
Merge pull request #19072 from ericsagnes/pkg-update/groonga
...
groonga: 6.0.8 -> 6.0.9
2016-09-29 12:50:55 +02:00
Eric Sagnes
4a542031b2
groonga: 6.0.8 -> 6.0.9
2016-09-29 18:30:40 +09:00
Graham Christensen
9ebc98e53d
Merge pull request #19040 from grahamc/broken-mast
...
Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
2016-09-28 16:50:05 -04:00
Vladimír Čunát
f85dd8161d
samba3: apply security patches from upstream
...
/cc #18856 .
2016-09-28 20:27:37 +02:00
zimbatm
bc2a06aa3d
Merge pull request #19043 from Mic92/telegraf
...
telegraf: 1.0.0 -> 1.0.1
2016-09-28 15:49:52 +01:00
Jörg Thalheim
eb27f2b35d
telegraf: 1.0.0 -> 1.0.1
2016-09-28 16:48:16 +02:00
Graham Christensen
990c2be008
asterisk: mark as broken
...
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-28 08:52:17 -04:00
Franz Pletz
96b1d15e0c
bind: enable seccomp on linux
2016-09-28 10:50:25 +02:00
Franz Pletz
a6d4ea4c2c
treewide: remove executable flags from .nix files
2016-09-27 22:15:00 +02:00
Rickard Nilsson
e551b3a524
grafana: 3.1.0 -> 3.1.1
2016-09-27 21:01:24 +02:00
Rickard Nilsson
65b0cfdb3d
elasticsearch2: 2.3.4 -> 2.4.0
2016-09-27 20:15:38 +02:00
Frederik Rietdijk
f3d7afa86d
sabnzbd: fixup
...
Forgot to remove the colon when changing from --prefix to --set.
2016-09-27 19:50:40 +02:00
Peter Simons
8aaf610d4d
bind: cosmetic fix for Emacs' syntax highlighting
2016-09-27 19:30:21 +02:00
Peter Simons
7a5ff282aa
bind: update to version 9.10.4-P3 to fix CVE-2016-2776
2016-09-27 19:29:51 +02:00
Frederik Rietdijk
36586c2ab3
Merge pull request #18984 from FRidh/sabnzbd
...
sabnzbd: 0.7.20 -> 1.1.0
2016-09-27 16:27:34 +02:00
Frederik Rietdijk
a1f6a1a938
sabnzbd: 0.7.20 -> 1.1.0
2016-09-27 16:26:46 +02:00
Herwig Hochleitner
5609fe521d
postgrey: init at 1.36 (includes service)
2016-09-27 15:35:02 +02:00
Graham Christensen
ecec041474
firebird: 2.5.2.26540-0 -> 2.5.6.27020-0
2016-09-26 22:27:16 -04:00
Christoph Hrdinka
553a3295c1
nsd: 4.1.9 -> 4.1.12
...
4.1.12
======
Bugfixes
--------
Fix malformed edns query assertion failure, reported by Michal Kepien (NASK).
4.1.11
======
Features
--------
* When tcp is more than half full, use short timeout for tcp session.
* Patch for {max,min}-{refresh,retry}-time from YAMAGUCHI Takanori.
* Fix #790 : size-limit-xfr can stop NSD from downloading infinite zone transfer data size, from Toshifumi Sakaguchi. Fixes CVE-2016-6173 JVN#63359718 JPCERT#91251865.
Bugfixes
--------
* Fix build without IPv6, patch from Zdenek Kaspar.
* Fix #783 : Trying to run a root server without having configured it silently gives wrong answers.
* Fix #782 : Serve DS record but parent zone has no NS record.
* Fix nsec3 missing for nsec3 signed parent and child for DS at zonecut.
4.1.10
======
Features
--------
* ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option for Linux, binds to interfaces and addresses that are down.
* NSD includes AAAA before A for queries over IPV6 (in delegations). And TC is set if no glue can be provided with a delegation because of packet size.
* print notice that nsd is starting before taking off.
Bugfixes
--------
* Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl.
* Fix #751 : NSD fails to occlude names below a DNAME.
* If set without nsd.db print "" as the default in the man pages.
* Fix #755 : NSD spins after a zone update and a lot of TCP queries.
* Fix for NSEC3 with zone signed without exact match for empty nonterminals, the answer for that domain gets closest encloser.
* #772 Document that recvmmsg has IPv6 problems on some linux kernels.
4.1.9
=====
Bugfixes
--------
* Change the nsd.db file version because of nanosecond precision fix.
2016-09-27 00:14:24 +02:00
Frederik Rietdijk
4020035513
Merge pull request #18935 from rycee/pullout/radicale
...
radicale: break into own package
2016-09-26 22:14:42 +02:00
Eelco Dolstra
b6f3e08019
xinput: Remove libXfixes.dev from the closure
2016-09-26 19:59:02 +02:00
Emery Hemingway
5c8a31f84b
matrix-synapse: 0.17.1 -> 0.18.0
2016-09-26 12:19:58 +02:00
Frederik Rietdijk
3ba16c8234
Do not use top-level buildPythonPackage or buildPythonApplication
...
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Robert Helgesson
9d2a831497
radicale: break into own package
...
Since this is an application it is not suitable for pythonPackages,
which is more appropriate for Python modules.
2016-09-25 22:15:19 +02:00
Arseniy Seroka
6fa0a4fafd
Merge pull request #18900 from grahamc/mailman
...
mailman: 2.1.18 -> 2.1.23
2016-09-25 01:05:49 +04:00
Arseniy Seroka
6ac9ad6b7f
Merge pull request #18927 from schneefux/owncloud
...
owncloud: update minor versions, init 9.1.1
2016-09-25 01:02:10 +04:00
Franz Pletz
44134d52ae
389-ds-base: 1.3.3.9 -> 1.3.5.4
2016-09-24 21:55:35 +02:00
schneefux
94966d1086
owncloud: update minor versions, init 9.1.1
2016-09-24 18:03:15 +02:00
Joachim F
2522504bd1
Merge pull request #18463 from regnat/selfoss
...
Selfoss : add package and module
2016-09-24 16:10:39 +02:00
Joachim F
6c935af9e1
Merge pull request #18761 from schneefux/nextcloud
...
nextcloud: init at 10.0.0
2016-09-24 15:55:26 +02:00
Graham Christensen
0e00ab37f8
mysql_jdbc: 5.1.38 -> 5.1.39
2016-09-24 08:50:13 -04:00
Graham Christensen
33be079486
lighttpd: 1.4.40 -> 1.4.41
2016-09-24 11:18:39 +02:00
schneefux
9cab11980b
maintainers: add schneefux
2016-09-24 09:17:36 +02:00
schneefux
7864cfca46
nextcloud: init at 10.0.0
2016-09-24 09:17:29 +02:00
Franz Pletz
53c660dbc8
asterisk: fix source url
2016-09-24 02:51:00 +02:00
Graham Christensen
93da6c9578
Merge pull request #18859 from grahamc/tomcat
...
Tomcat: 7.0.70 -> 7.0.72 for CVE (HTTPoxy)
2016-09-23 20:00:51 -04:00
Tim Steinbach
dbbff67754
bind: 9.10.4 -> 9.10.4-P2 ( #18880 )
2016-09-24 01:55:00 +02:00
Graham Christensen
f7f4930912
mailman: 2.1.18 -> 2.1.23
2016-09-23 18:43:21 -04:00
Graham Christensen
785e416188
Merge pull request #18882 from NeQuissimus/mariadb_10_1_17
...
mariadb: 10.1.16 -> 10.1.17
2016-09-23 17:58:19 -04:00
Tim Steinbach
85b6923ba9
mysql55: 5.5.50 -> 5.5.52
2016-09-23 12:02:35 -04:00
Tim Steinbach
e525217269
mariadb: 10.1.16 -> 10.1.17
2016-09-23 11:45:42 -04:00