diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2017-04-20 13:41:39 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2017-04-20 13:41:39 +0000 |
commit | 1ccc97499dc2c17e4528fe699b6b6d2dcb7ffb4e (patch) | |
tree | b78fac0b6941576c996bc9572a62dd1cc308b53a /graphics/feh | |
parent | 9348b4e9f302619a4bd90bb9e9b60d61c923b644 (diff) | |
download | pkgsrc-1ccc97499dc2c17e4528fe699b6b6d2dcb7ffb4e.tar.gz |
Update to 2.18.3
http://git.finalrewind.org/feh/plain/ChangeLog:
Tue, 04 Apr 2017 21:22:16 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v2.18.3
* Fix double-free/OOB-write in E17 IPC. This only affects the
background setting options and requires a malicious X11 app to run
alongside feh and pretend to be an E17 window manager.
(patch by Tobias Stoeckmann)
* Fix image-specific format specifiers not being updated correctly in
thumbnail mode window titles
* Fix memory leak when closing images opened from thumbnail mode
* Fix a possible out of bounds read caused by an unterminated string when
using --output to save images in long paths. (patch by Tobias Stoeckmann)
* Fix out of bounds read/write when handling empty or broken caption files.
(patch by Tobias Stoeckmann)
* Fix memory leak when saving a filelist or image whose target filename
already exists. (patch by Tobias Stoeckmann)
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 4 | ||||
-rw-r--r-- | graphics/feh/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index ac875cdd2b5..5c5d81ea2e2 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2017/03/01 21:20:38 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.80 2017/04/20 13:41:39 szptvlfn Exp $ -DISTNAME= feh-2.18.2 +DISTNAME= feh-2.18.3 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 0f530cb8264..4dfedb9784c 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2017/03/01 21:20:38 szptvlfn Exp $ +$NetBSD: distinfo,v 1.42 2017/04/20 13:41:39 szptvlfn Exp $ -SHA1 (feh-2.18.2.tar.bz2) = 9bd00bb48e21d26a82078fe2eddf57159a221141 -RMD160 (feh-2.18.2.tar.bz2) = 265c962da9dc9942e44c3c2323a6466494e842ff -SHA512 (feh-2.18.2.tar.bz2) = 39a4b1499c3389f74c3692e1cbb774ce1fa41e206cc298c2589a24c91033f6c211e214661f29ae2c9f37e7846ff41d28e1b06015aecc917b422110a93bad5950 -Size (feh-2.18.2.tar.bz2) = 2127763 bytes +SHA1 (feh-2.18.3.tar.bz2) = 7829867e5ac85841df9e58c3fa826be388a257e2 +RMD160 (feh-2.18.3.tar.bz2) = 0789794f6482e403872a28eccbe6f1a4c4c0b7ee +SHA512 (feh-2.18.3.tar.bz2) = 3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515 +Size (feh-2.18.3.tar.bz2) = 2127924 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 |