Date: Sat, 13 Feb 2021 18:20:39 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565167 - head/archivers/gnome-autoar Message-ID: <202102131820.11DIKdLQ060789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Feb 13 18:20:39 2021 New Revision: 565167 URL: https://svnweb.freebsd.org/changeset/ports/565167 Log: 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) Modified: head/archivers/gnome-autoar/Makefile head/archivers/gnome-autoar/distinfo head/archivers/gnome-autoar/pkg-descr Modified: head/archivers/gnome-autoar/Makefile ============================================================================== --- head/archivers/gnome-autoar/Makefile Sat Feb 13 18:19:11 2021 (r565166) +++ head/archivers/gnome-autoar/Makefile Sat Feb 13 18:20:39 2021 (r565167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-autoar -PORTVERSION= 0.2.4 +DISTVERSION= 0.3.0 CATEGORIES= archivers MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/archivers/gnome-autoar/distinfo ============================================================================== --- head/archivers/gnome-autoar/distinfo Sat Feb 13 18:19:11 2021 (r565166) +++ head/archivers/gnome-autoar/distinfo Sat Feb 13 18:20:39 2021 (r565167) @@ -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 Modified: head/archivers/gnome-autoar/pkg-descr ============================================================================== --- head/archivers/gnome-autoar/pkg-descr Sat Feb 13 18:19:11 2021 (r565166) +++ head/archivers/gnome-autoar/pkg-descr Sat Feb 13 18:20:39 2021 (r565167) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131820.11DIKdLQ060789>