gnome-autoar: updated to 0.4.4

Major changes in 0.4.4:
* Add application/zstd to supported mime-types (Ondrej Holy)
* Fix test suite failure with recent GLib version (Ondrej Holy)
* Add autoar_extractor_set_passphrase function (Sergio Costas Rodriguez)

Major changes in 0.4.3:
* Prevent NULL dereference when extracting to root (Ondrej Holy)
* Do not include basename in error messages (Ondrej Holy)
* Do not request password when encryption is unsupported (Ignacy Kuchciński)
* Propagate libarchive errors when extraction failed (Ignacy Kuchciński)

Major changes in 0.4.2:
* Fix extraction to root directory (Ondrej Holy)
* Fix extraction of raw format archives (Ondrej Holy)
* Do not leave read-only directory in the tree after running tests (Ondrej Holy)
This commit is contained in:
adam 2024-01-24 23:22:34 +00:00
parent 6b88bc6e3c
commit 054f722944
4 changed files with 16 additions and 17 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.16 2023/11/14 14:01:17 wiz Exp $
# $NetBSD: Makefile,v 1.17 2024/01/24 23:22:34 adam Exp $
DISTNAME= gnome-autoar-0.4.1
PKGREVISION= 10
DISTNAME= gnome-autoar-0.4.4
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@ -11,15 +10,15 @@ HOMEPAGE= https://gitlab.gnome.org/GNOME/gnome-autoar
COMMENT= GLib wrapper around libarchive
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config gmake
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
MESON_ARGS+= -Dintrospection=enabled
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2021/11/13 09:18:47 cirnatdan Exp $
@comment $NetBSD: PLIST,v 1.3 2024/01/24 23:22:34 adam Exp $
include/gnome-autoar-0/gnome-autoar/autoar-compressor.h
include/gnome-autoar-0/gnome-autoar/autoar-enum-types.h
include/gnome-autoar-0/gnome-autoar/autoar-extractor.h
@ -12,10 +12,10 @@ lib/girepository-1.0/GnomeAutoar-0.1.typelib
lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib
lib/libgnome-autoar-0.so
lib/libgnome-autoar-0.so.0
lib/libgnome-autoar-0.so.0.1.1
lib/libgnome-autoar-0.so.0.2.0
lib/libgnome-autoar-gtk-0.so
lib/libgnome-autoar-gtk-0.so.0
lib/libgnome-autoar-gtk-0.so.0.1.1
lib/libgnome-autoar-gtk-0.so.0.2.0
lib/pkgconfig/gnome-autoar-0.pc
lib/pkgconfig/gnome-autoar-gtk-0.pc
share/gir-1.0/GnomeAutoar-0.1.gir

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.8 2023/11/14 14:01:17 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.9 2024/01/24 23:22:34 adam Exp $
BUILDLINK_TREE+= gnome-autoar
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-autoar
GNOME_AUTOAR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnome-autoar+= gnome-autoar>=0.2.4
BUILDLINK_ABI_DEPENDS.gnome-autoar?= gnome-autoar>=0.4.1nb10
BUILDLINK_ABI_DEPENDS.gnome-autoar+= gnome-autoar>=0.4.1nb10
BUILDLINK_PKGSRCDIR.gnome-autoar?= ../../archivers/gnome-autoar
.include "../../archivers/libarchive/buildlink3.mk"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/11/13 09:18:47 cirnatdan Exp $
$NetBSD: distinfo,v 1.7 2024/01/24 23:22:34 adam Exp $
BLAKE2s (gnome-autoar-0.4.1.tar.xz) = 26d431611bf4698fdefc6755054bf2366f81deef7f2378364f94106adb2479b4
SHA512 (gnome-autoar-0.4.1.tar.xz) = 5c082c42342256c3af9dfa49435c1ab884c051a9c47a0313a343a747c2f30de2662505f4d77db20dffbdd39a5d0447d2dfb4ccf3da96a198ea987bc5c0c0dddf
Size (gnome-autoar-0.4.1.tar.xz) = 50152 bytes
BLAKE2s (gnome-autoar-0.4.4.tar.xz) = 37669570bc3ed236c04b4254e495323af76778947cb454a3852bf8f48ae39b03
SHA512 (gnome-autoar-0.4.4.tar.xz) = c38d3703e61d7338b97c362127bdc61f77d259eecd662f3963f28bfcb1ce7be8a948e9a57e79a8181a55dfc3635f671f2160ade947a1b5122204a2dc0025682d
Size (gnome-autoar-0.4.4.tar.xz) = 51300 bytes