diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-07-26 23:39:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-07-26 23:39:52 -0500 |
commit | 2acbc3dd03531f138496d7a035b1fd616e2b80a0 (patch) | |
tree | 7572bc0671d7d4e59e705ff9d8f8568446918689 /libre/systemd | |
parent | 4d803a1ec861cd37aeb4dda7957f4674715afc45 (diff) | |
download | abslibre-2acbc3dd03531f138496d7a035b1fd616e2b80a0.tar.gz abslibre-2acbc3dd03531f138496d7a035b1fd616e2b80a0.tar.bz2 abslibre-2acbc3dd03531f138496d7a035b1fd616e2b80a0.zip |
systemd-242.84-1.par1: updating version
Diffstat (limited to 'libre/systemd')
-rw-r--r-- | libre/systemd/PKGBUILD | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index d8d2e3a29..a6cc25cb2 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -12,9 +12,9 @@ pkgname+=('systemd-common' 'systemd-udev') _systemd_libs=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgname+=("${_systemd_libs[@]/#/systemd-}") # Can be from either systemd or systemd-stable -_commit='572385e13566f9ca442ee3b46742159b905b4712' -pkgver=242.32 -pkgrel=3 +_commit='9d34e79ae8ef891adf3757f9248566def70471ad' +pkgver=242.84 +pkgrel=1 pkgrel+=.par1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') @@ -111,18 +111,8 @@ _backports=( # network: do not send ipv6 token to kernel '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f' - # core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX - '6e2f78948403a4cce45b9e34311c9577c624f066' - # cgroup-util: kill also threads 'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee' - - # random-util: rename "err" to "success" - '328f850e36e86d14ab06d11fa8f2397e9575a7f9' - # util-lib: fix a typo in rdrand - '7f2cdceaed4d37c4e601e531c7d863fca1bd1460' - # random-util: eat up bad RDRAND values seen on AMD CPUs - '1c53d4a070edbec8ad2d384ba0014d0eb6bae077' ) _reverts=( |