Franz Pletz
7e8b3adb04
fetchpatch: add addPrefixes argument
...
Sometimes patches start without a leading prefix. We default to strip
one prefix or path component from patches (-p1) in the patchPhase in
stdenv.
As all patches should therefore be in this format, fetchpatch should
have an option to normalize patch paths. This commit introduces a new
argument to fetchpatch called addPrefixes that adds one patch prefix to
the old and new paths in a patch before putting it into the store.
2016-07-29 12:03:08 +02:00
Robin Gloster
1e806458dc
linux_4_6: fix by removing upstreamed patch
2016-07-29 09:50:10 +00:00
Peter Simons
c73816b640
Merge pull request #17358 from mimadrid/update/git-2.9.2
...
git: 2.9.1 -> 2.9.2
2016-07-29 11:38:41 +02:00
Ricardo M. Correia
24d1d19bd2
menhir: 20160303 -> 20160526 ( #17343 )
2016-07-29 11:30:42 +02:00
mimadrid
59caf069a4
git: 2.9.1 -> 2.9.2
2016-07-29 11:28:31 +02:00
Frederik Rietdijk
25980ed01e
DOC: unstable packages names should append -unstable, not -git or -svn
2016-07-29 08:53:24 +02:00
Gabriel Ebner
06dafa1b4f
Merge pull request #17355 from vrthra/pash
...
pash: 2015-11-06 -> 2016-07-06
2016-07-29 07:12:59 +02:00
Thomas Tuegel
8de89b079a
fcitx-qt5: remove patch... again
2016-07-28 19:25:52 -05:00
Thomas Tuegel
e35358cc16
fcitx: remove the correct obsolete patch
2016-07-28 19:21:13 -05:00
Rahul Gopinath
fbf85ce15a
pash: 2015-11-06 -> 2016-07-06
2016-07-28 17:16:37 -07:00
Thomas Tuegel
173d668456
Merge branch 'kde-frameworks-qt55'
2016-07-28 19:14:37 -05:00
Thomas Tuegel
1db8808b2d
kcalc: add missing makeQtWrapper dependency
2016-07-28 19:13:29 -05:00
Thomas Tuegel
dd8c97a2c3
fcitx: depend on extra-cmake-module from Qt 5
...
Fixes #17252 .
2016-07-28 18:48:06 -05:00
Thomas Tuegel
4856a2a1ea
build KDE Frameworks with each Qt version
2016-07-28 18:27:13 -05:00
Thomas Tuegel
add332c424
qt55: fix CMake module paths
2016-07-28 18:26:54 -05:00
Rahul Gopinath
0ba631d5bb
tcl/tk: 8.6.4 -> 8.6.6
2016-07-28 16:19:08 -07:00
Joachim Fasting
83f783c00f
grsecurity: 4.6.4-201607242014 -> 4.6.5-201607272152
2016-07-29 00:24:00 +02:00
Miguel Madrid
2a4ba66d6c
clamav: 0.99.1 -> 0.99.2 ( #17351 )
2016-07-28 23:36:38 +02:00
Arnold Krille
07de11f165
containers: add myself to the maintainers of the tests
...
Seems like the right thing to do.
2016-07-28 23:06:41 +02:00
Arnold Krille
9045a8e24c
declarative containers: additional veths
...
With these changes, a container can have more then one veth-pair. This allows for example to have LAN and DMZ as bridges on the host and add dedicated containers for proxies, ipv4-firewall and ipv6-firewall. Or to have a bridge for normal WAN, one bridge for administration and one bridge for customer-internal communication. So that web-server containers can be reached from outside per http, from the management via ssh and can talk to their database via the customer network.
The scripts to set up the containers are now rendered several times instead of just one template. The scripts now contain per-container code to configure the extra veth interfaces. The default template without support for extra-veths is still rendered for the imperative containers.
Also a test is there to see if extra veths can be placed into host-bridges or can be reached via routing.
2016-07-28 23:06:41 +02:00
Franz Pletz
263fff0ab8
linux: fix build, remove upstreamed patches
2016-07-28 23:05:27 +02:00
Franz Pletz
9aee2a17af
linux: 4.6.4 -> 4.6.5
...
Removed patch was applied upstream.
2016-07-28 23:05:27 +02:00
Franz Pletz
b68fe1a572
linux: 4.5.6 -> 4.5.7
2016-07-28 23:05:27 +02:00
Joachim F
d472a823aa
Merge pull request #17348 from igsha/fix-libgxps
...
libgxps: fix building
2016-07-28 22:34:31 +02:00
Franz Pletz
8605d76f17
Revert "mariadb: 10.1.9 -> 10.1.16 (security)"
...
This reverts commit 55bd6da9fbd1f25b5aab94b045fbc89777d45b7b.
Fixes #17340 .
2016-07-28 22:31:43 +02:00
Vladimír Čunát
3a402e248f
Merge branch 'staging'
...
It includes a security update of libidn.
2016-07-28 20:36:17 +02:00
Igor Sharonov
b11b3dfa2d
libgxps: fix building
2016-07-28 21:06:39 +03:00
Eelco Dolstra
fd5bbdb436
nixos-containers: Set DevicePolicy=closed
...
This makes the container a bit more secure, by preventing root
creating device nodes to access the host file system, for
instance. (Reference: systemd-nspawn@.service in systemd.)
2016-07-28 17:58:55 +02:00
Eelco Dolstra
bf3edfbb3c
nixos-containers: Use systemd 231's --notify-ready flag
2016-07-28 17:58:52 +02:00
Frederik Rietdijk
1da6775775
Python: move interpreters
...
Move Python interpreters (CPython, PyPy) to same folder and share
layout.
2016-07-28 17:10:15 +02:00
Eelco Dolstra
42f8df10a2
linux: 4.4.16 -> 4.4.16
2016-07-28 17:03:55 +02:00
Eelco Dolstra
51871dfb37
systemd: 230 -> 231
2016-07-28 17:03:55 +02:00
Eelco Dolstra
09115245d9
Merge pull request #17341 from mimadrid/update/nano-2.6.2
...
nano: 2.6.1 -> 2.6.2
2016-07-28 16:58:20 +02:00
Frederik Rietdijk
9a9294d0c6
Merge pull request #17332 from lancelotsix/update_sqlalchemy
...
Update sqlalchemy and related
2016-07-28 16:47:35 +02:00
mimadrid
ca780df195
nano: 2.6.1 -> 2.6.2
2016-07-28 16:46:25 +02:00
Robin Gloster
154af9e67d
Merge pull request #9499 from khumba/scilab-bin-5
...
scilab-bin: init at 5.5.2
2016-07-28 16:43:08 +02:00
Robin Gloster
bddec681fb
Merge pull request #17334 from RamKromberg/init/catclock
...
catclock: init at 2015-10-04
2016-07-28 16:31:12 +02:00
Marco Maggesi
c28eb6c2ba
Update HOL Light to version 2016-07-23.
2016-07-28 15:56:20 +02:00
Frederik Rietdijk
ace13888c7
Merge pull request #17282 from magnetophon/faust1git
...
faust1git: 2016-04-27 -> 2016-07-19
2016-07-28 15:11:07 +02:00
Frederik Rietdijk
e40f5e6658
Merge pull request #17338 from matthiasbeyer/update-rtv
...
Update rtv
2016-07-28 15:01:31 +02:00
Thomas Tuegel
399f8ab48f
Merge pull request #17336 from DamienCassou/melpa-stable-generated
...
melpa-stable-packages: 2016-07-28
2016-07-28 07:43:38 -05:00
Peter Hoeg
d0a177411d
kde5.systemsettings: include missing qtquickcontrols dependency
2016-07-28 07:38:30 -05:00
Frederik Rietdijk
00278ef685
Merge pull request #17335 from siddharthist/yapf/0.11.0
...
yapf: init at 0.11.0
2016-07-28 14:27:25 +02:00
Matthias Beyer
39cd6895c1
rtv: 1.9.0 -> 1.10.0
2016-07-28 14:00:37 +02:00
Matthias Beyer
4954ac202a
pythonPackages: praw: 3.3.0 -> 3.5.0
2016-07-28 14:00:20 +02:00
Robin Gloster
a193fecf0e
nginx module: improve statusPage generated code
...
Adds ::1 as allowed host and turns of access_log for the status page.
2016-07-28 11:59:13 +00:00
Robin Gloster
3ccfca7d6b
nginx module: httpConfig backward compatibility
...
Revert httpConfig its old behaviour and make it mutually exclusive to
the new structured configuration. Adds appendHttpConfig to have the
ability to write custom config in the generated http block.
2016-07-28 11:59:13 +00:00
Robin Gloster
511410789b
nginx module: make client_max_body_size configurable
2016-07-28 11:59:13 +00:00
Tristan Helmich
8c61b3af03
nginx: fixed duplicate http declaration
2016-07-28 11:59:13 +00:00
Robin Gloster
91680de317
nginx module: add statusPage option
2016-07-28 11:59:13 +00:00