diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-13 18:20:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-13 18:20:39 +0000 |
commit | 41e3a30e06f817ab48719e2c1c28a502ab81780b (patch) | |
tree | 6f884a2713804e781a7727e875bd7160243c4580 /archivers | |
parent | 3fb4a1d45a07a7a560951646e737e0e97905ca2c (diff) | |
download | freebsd-ports-41e3a30e06f817ab48719e2c1c28a502ab81780b.zip |
archivers/gnome-autoar: update to 0.3.0
Major changes in 0.3.0:
* Recognize MIME type aliases of extractable archives (Hernawan Fa'iz Abdillah)
* Add extraction support for password-protected archives (Felipe Borges)
* CVE-2020-36241: Prevent extraction outside the destination dir (Ondrej Holy)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gnome-autoar/Makefile | 2 | ||||
-rw-r--r-- | archivers/gnome-autoar/distinfo | 6 | ||||
-rw-r--r-- | archivers/gnome-autoar/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile index b500d91292c3..2a0974b9a7d2 100644 --- a/archivers/gnome-autoar/Makefile +++ b/archivers/gnome-autoar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-autoar -PORTVERSION= 0.2.4 +DISTVERSION= 0.3.0 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/archivers/gnome-autoar/distinfo b/archivers/gnome-autoar/distinfo index be8b82429fd7..1daf6ef135fd 100644 --- a/archivers/gnome-autoar/distinfo +++ b/archivers/gnome-autoar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1576486042 -SHA256 (gnome3/gnome-autoar-0.2.4.tar.xz) = 0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a -SIZE (gnome3/gnome-autoar-0.2.4.tar.xz) = 294956 +TIMESTAMP = 1613238891 +SHA256 (gnome3/gnome-autoar-0.3.0.tar.xz) = f2c112c0120cca2bf5a82c5b0ac8cba90ce10d21fec78f50a3bc513fdd64586b +SIZE (gnome3/gnome-autoar-0.3.0.tar.xz) = 297072 diff --git a/archivers/gnome-autoar/pkg-descr b/archivers/gnome-autoar/pkg-descr index 1152150bdbe7..b3be505c2a0c 100644 --- a/archivers/gnome-autoar/pkg-descr +++ b/archivers/gnome-autoar/pkg-descr @@ -1,3 +1,5 @@ Gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want to use archives as a convient method to tranfer directories over the internet. + +WWW: https://gitlab.gnome.org/GNOME/gnome-autoar |