diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-06-21 20:01:37 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-06-21 20:01:37 -0500 |
commit | 6c3e56697471aab7d846ca36aab42c49a6897d16 (patch) | |
tree | 4c35f62bd63fb6e6dcb9acd2113a00fb414ef730 /libre/systemd | |
parent | c4ad750fda64154af1af1e42723ad2048587b6b1 (diff) | |
download | abslibre-6c3e56697471aab7d846ca36aab42c49a6897d16.tar.gz abslibre-6c3e56697471aab7d846ca36aab42c49a6897d16.tar.bz2 abslibre-6c3e56697471aab7d846ca36aab42c49a6897d16.zip |
systemd-242.29-2.par1: rebuild
Diffstat (limited to 'libre/systemd')
-rw-r--r-- | libre/systemd/PKGBUILD | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index aadf01dc9..a76ff4093 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -14,7 +14,7 @@ pkgname+=("${_systemd_libs[@]/#/systemd-}") # Can be from either systemd or systemd-stable _commit='298d13df7ef1097fa4801de573f668cef23a22b3' pkgver=242.29 -pkgrel=1 +pkgrel=2 pkgrel+=.par1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') @@ -99,6 +99,14 @@ _backports=( '51aba17b88617515e037e8985d3a4ea871ac47fe' # network: fix assertion when link get carrier 'b9ea3d2e47b3741f3f46ba9c5e19640136933b71' + + # network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS= + 'fe0e16db093a7da09fcb52a2bc7017197047443d' + + # network: honor MTUBytes= setting + '933c70a0a4e4fac47d18e0348ae97ee3d48dc139' + # network: bump MTU bytes only when MTUByte= is not set + 'f6fcc1c2a41eae749467de58453174296b635a69' ) _reverts=( |