summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-03-11 21:11:45 +0100
committerKr1ss2021-03-11 21:12:37 +0100
commit41b902c9dded15e05e9c1bafe80d2198953b65e6 (patch)
tree4be05ff3adcdf65f0bd581651ad5386dbcd33cd2
parent30b8e6e9ef8cfe1ee95c07d26bf969ab8ba55695 (diff)
downloadaur-41b902c9dded15e05e9c1bafe80d2198953b65e6.tar.gz
update: zram-init 10.12-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--ChangeLog206
-rw-r--r--PKGBUILD8
3 files changed, 217 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a925dc7ef9..766e134555e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = zram-init
pkgdesc = Setup zram-based tmpfs and swap (compressed RAM devices)
- pkgver = 10.11
+ pkgver = 10.12
pkgrel = 1
url = https://github.com/vaeth/zram-init
+ changelog = ChangeLog
arch = any
license = GPL2
+ depends = bash
backup = etc/modprobe.d/zram.conf
- source = zram-init-10.11.tar.gz::https://github.com/vaeth/zram-init/archive/v10.11.tar.gz
- source = https://github.com/vaeth/zram-init/releases/download/v10.11/zram-init-10.11.tar.gz.asc
+ source = zram-init-10.12.tar.gz::https://github.com/vaeth/zram-init/archive/v10.12.tar.gz
+ source = https://github.com/vaeth/zram-init/releases/download/v10.12/zram-init-10.12.tar.gz.asc
validpgpkeys = 123D62DD87E7A81CA090CD65D18FC49C6F3A8EC0
- sha256sums = dd5c5ea136b92c4aba118b8ac92ab312d9bb4d55b533c257ffb5de50c7ed9a4d
+ sha256sums = 82b206efb3f0679a7f98a409a4b3805c57c66099cd54edf96d8d1aefe3fe132f
sha256sums = SKIP
pkgname = zram-init
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000000..59922f4277a6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,206 @@
+# ChangeLog for zram-init:
+
+*zram-init-10.12:
+ Martin Väth <martin at mvath.de>:
+ - Make the options -M and -2 work. Thanks to GimmeHardware for the
+ report. See https://github.com/vaeth/zram-init/issues/34
+
+*zram-init-10.11:
+ Kriss:
+ - Fix typo introduced in 10.10
+
+*zram-init-10.10:
+ Martin Väth <martin at mvath.de>:
+ - Let mlim (-S) actually be in megabytes as documented (not in bytes).
+ See https://github.com/vaeth/zram-init/issues/32.
+
+*zram-init-10.9:
+ Martin Väth <martin at mvath.de>:
+ - Workaround for zsh completion heuristics for init.d scripts.
+ Thanks to Holger Hoffstätte <holger at applied-asynchrony.com>.
+ See https://github.com/vaeth/zram-init/issues/31.
+
+*zram-init-10.8:
+ Martin Väth <martin at mvath.de>:
+ - Fix zsh completion https://github.com/vaeth/zram-init/issues/31
+
+*zram-init-10.7:
+ Kriss (https://github.com/Kr1ss-XD):
+ - Fix installing the localized manpages
+
+*zram-init-10.6:
+ Sebastiaan (https://github.com/SharkWipf):
+ - Fix writeback settings
+
+ Martin Väth <martin at mvath.de>:
+ - Improve comments in conf.d, see
+ https://github.com/vaeth/zram-init/issues/28
+
+*zram-init-10.5:
+ Martin Väth <martin at mvath.de>:
+ - Add SPDX-License-Identifier
+
+*zram-init-10.4:
+ Martin Väth <martin at mvath.de>:
+ - New option -B to change default block size for ext2, ext4
+ - Support setting default block size, inode ratio/number in openrc
+
+*zram-init-10.3:
+ Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
+ - Fix locales directory in Makefile
+
+ Jan Palus <atler at pid-linux.org>:
+ - Avoid shell calculation
+
+*zram-init-10.2:
+ Martin Väth <martin at mvath.de>:
+ - Yet another docu fix: update conf.d comments
+
+*zram-init-10.1:
+ Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
+ - Fixes in docu
+
+ Martin Väth <martin at mvath.de>:
+ - Fixes in docu
+ - German manpage
+
+*zram-init-10.0:
+ Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com>:
+ - XFS support
+ - i18n support
+ - French translation
+
+ Martin Väth <martin at mvath.de>:
+ - Fallback if gettext is not available
+ - Makefile: Separate into make | make install, shebang conversion
+ - Makefile: make most installs optional
+ - German translation
+
+*zram-init-9.1:
+ xdch57:
+ - manpage
+
+*zram-init-9.0:
+ Martin Väth <martin at mvath.de>:
+ - Support writeback of incompressible/idle pages and writeback_limit
+ - Finally suppress the annoying output of the logger path
+
+*zram-init-8.2:
+ Edlund Scott <at sredlund>:
+ - Fix variable typos and shell style
+
+ Martin Väth <martin at mvath.de>:
+ - Add defaults where half of memory is used for zram, see
+ https://github.com/vaeth/zram-init/issues/16
+ Thanks to Scott Edlund for the suggestion and code snippets.
+ - Log errors, see https://github.com/vaeth/zram-init/issues/14
+ Thanks to Scott Edlund for the suggestion.
+
+*zram-init-8.1:
+ Florian Gamböck <mail at floga.de>:
+ - Correctly resolve args*
+
+*zram-init-8.0:
+ Martin Väth <martin at mvath.de>:
+ - Support zstd (default, help text, zsh completion)
+
+*zram-init-7.1:
+ ko-zu:
+ - Fix missing newline for backing_dev
+
+ Martin Väth <martin at mvath.de>:
+ - Unify output functions
+
+*zram-init-7.0_p1:
+ Pablo Cholaky <waltercool at slash.cl>:
+ - Fix zram_var_tmp.service to be analogous to zram_tmp.service
+ due to conflicts with systemd-hostnamed PrivateTmp=yes, see
+ https://github.com/vaeth/zram-init/pull/11
+
+*zram-init-7.0:
+ Martin Väth <martin at mvath.de>:
+ - Support discard also for swap
+ - Support mem_limit
+ - Support backup_dev
+
+*zram-init-6.1.2:
+ Martin Väth <martin at mvath.de>:
+ - systemd unit files: /usr/sbin/zram-init -> /sbin/zram-init
+
+*zram-init-6.1.1:
+ Martin Väth <martin at mvath.de>:
+ - Fix README concerning the installation of systemd unit files
+
+*zram-init-6.1.0:
+ Martin Väth <martin at mvath.de>:
+ - Re-add device after zramctl --reset
+
+*zram-init-6.0.0:
+ Martin Väth <martin at mvath.de>:
+ - Add/remove devices if kernel supports it, see
+ https://github.com/vaeth/zram-init/issues/9
+ - Add argument sanity checks
+ - Add optional timeouts after modprobe and adding devices
+
+*zram-init-5.0.0:
+ Martin Väth <martin at mvath.de>:
+ - Require >=push-v2.0 to provide a more descriptive error message
+
+*zram-init-4.0.0:
+ Martin Väth <martin at mvath.de>:
+ - New options -K -M -2 -Z for generic argument passing; usage requires
+ push.sh being in $PATH, see https://github.com/vaeth/push/
+ - New options -L (label) -U (uuid)
+ - Rename option -L -> -l
+ - Reformulate zsh completion help texts
+
+*zram-init-3.8.1:
+ Martin Väth <martin at mvath.de>:
+ - Fix getopts usage
+
+*zram-init-3.8:
+ Martin Väth <martin at mvath.de>:
+ - Update description in comments
+ - Fix if -s or -a miss. Support btrfs. Support dir - (non-mounting)
+
+*zram-init-3.7:
+ Martin Väth <martin at mvath.de>:
+ - Some Bourne shell compatibility
+
+*zram-init-3.6:
+ Stuart <itoffshore at users.noreply.github.com>:
+ - add sensible defaults for /tmp
+
+*zram-init-3.5:
+ Martin Väth <martin at mvath.de>:
+ - Use zramctl if available
+
+*zram-init-3.4:
+ Martin Väth <martin at mvath.de>:
+ - set -u
+
+*zram-init-3.3:
+ Martin Väth <martin at mvath.de>:
+ - Remove redundant sh quoting
+
+*zram-init-3.2:
+ Martin Väth <martin at mvath.de>:
+ - Support/default to discard for ext4
+
+*zram-init-3.1:
+ Martin Väth <martin at mvath.de>:
+ - Use openrc-run instead of deprecated runscript
+
+*zram-init-3.0:
+ Martin Väth <martin at mvath.de>:
+ - new options -D (device number), -s (stream number), -a (algorithm)
+
+*zram-init-2.8:
+ Thomas Kear <thomas.kear at gmail.com>:
+ - new option -n (inode count)
+
+*zram-init-2.7:
+ Martin Väth <martin at mvath.de>:
+ - Support umounting
+ - New options -c -m -o (ownership, mode, mount options)
+ Thanks to Sven Eden
diff --git a/PKGBUILD b/PKGBUILD
index e122b3f02ff0..8c2e2b8ff1ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zram-init
-pkgver=10.11
+pkgver=10.12
pkgrel=1
pkgdesc='Setup zram-based tmpfs and swap (compressed RAM devices)'
@@ -12,11 +12,13 @@ arch=('any')
url="https://github.com/vaeth/$pkgname"
license=('GPL2')
-backup=('etc/modprobe.d/zram.conf')
+depends=('bash')
+changelog=ChangeLog
+backup=('etc/modprobe.d/zram.conf')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
-sha256sums=('dd5c5ea136b92c4aba118b8ac92ab312d9bb4d55b533c257ffb5de50c7ed9a4d'
+sha256sums=('82b206efb3f0679a7f98a409a4b3805c57c66099cd54edf96d8d1aefe3fe132f'
'SKIP')
validpgpkeys=('123D62DD87E7A81CA090CD65D18FC49C6F3A8EC0')