forked from pool/zram-generator
Accepting request 945364 from home:BenniBrunner:branches:home:firstyear:branches:Base:System
- resolve bsc#1194113 (CVE-2018-25023) - resolve bsc#1194119 (CVE-2021-45710) - Update to version 1.1.1~git5.8612dbb: * Update install from source instruction * Document workaround for making zram mounts user-writable (c.f. #146) * Issue warning if /s/b/z0/backing_dev doesn't exist and wb-dev= set * Skip test if unshare fails * Accept NOMAN in Makefile, disabling build: and install: manpage processing * Version 1.1.1 * Bump minimum rust-ini to 0.15, first one with ordered keys * Don't CLONE_NEWUSER when already root. Privatise all mounts first * Add Aqs around README mails * Update my author mail OBS-URL: https://build.opensuse.org/request/show/945364 OBS-URL: https://build.opensuse.org/package/show/Base:System/zram-generator?expand=0&rev=4
This commit is contained in:
parent
f920746250
commit
498ad1998f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6e58120abf37ba9bfb0d02fd92aaf6afcbb22636f86c2703f092f96154ffbf6
|
||||
size 5378316
|
||||
oid sha256:270ad0aa6678ac0f2dc37543258e4f5f9a4567eb99c9cf5caafd5b5544a29a33
|
||||
size 5859112
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a7477143d624323dd21051bc3655371598129e51acb5a4d98a5f2f5559ca2f0
|
||||
size 21844
|
3
zram-generator-1.1.1~git5.8612dbb.tar.xz
Normal file
3
zram-generator-1.1.1~git5.8612dbb.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3dc15d7397e733c95f98f4cef2637a2c7cdb4ddf16c70cdb79c18f3986045c6
|
||||
size 22900
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 01:26:50 UTC 2022 - William Brown <william.brown@suse.com>
|
||||
|
||||
- resolve bsc#1194113 (CVE-2018-25023)
|
||||
- resolve bsc#1194119 (CVE-2021-45710)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 07 01:25:47 UTC 2022 - bbrunner@suse.com
|
||||
|
||||
- Update to version 1.1.1~git5.8612dbb:
|
||||
* Update install from source instruction
|
||||
* Document workaround for making zram mounts user-writable (c.f. #146)
|
||||
* Issue warning if /s/b/z0/backing_dev doesn't exist and wb-dev= set
|
||||
* Skip test if unshare fails
|
||||
* Accept NOMAN in Makefile, disabling build: and install: manpage processing
|
||||
* Version 1.1.1
|
||||
* Bump minimum rust-ini to 0.15, first one with ordered keys
|
||||
* Don't CLONE_NEWUSER when already root. Privatise all mounts first
|
||||
* Add Aqs around README mails
|
||||
* Update my author mail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 15:16:23 UTC 2021 - Benjamin Brunner <bbrunner@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package zram-generator
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global _systemd_util_dir /usr/lib/systemd
|
||||
|
||||
Name: zram-generator
|
||||
Version: 1.0.1~git25.5e0ec60
|
||||
Version: 1.1.1~git5.8612dbb
|
||||
Release: 0
|
||||
Summary: Systemd unit generator for zram swap devices
|
||||
License: MIT
|
||||
@ -77,5 +77,5 @@ export SYSTEMD_UTIL_DIR=%{_systemd_util_dir}
|
||||
%{_unitdir}/systemd-zram-setup@.service
|
||||
%{_mandir}/man8/zram-generator.8*
|
||||
%{_mandir}/man5/zram-generator.conf.5*
|
||||
%changelog
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user