diff --git a/avfs-1.0.5.tar.bz2 b/avfs-1.0.5.tar.bz2 deleted file mode 100644 index 9f50fb5..0000000 --- a/avfs-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ce6b1f4193c37148b1b8a021f4f3d05e88f725cf11b16b95a58e8fdae50176 -size 723937 diff --git a/avfs-1.0.5.tar.bz2.asc b/avfs-1.0.5.tar.bz2.asc deleted file mode 100644 index f8abed5..0000000 --- a/avfs-1.0.5.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEUEABECAAYFAlkKQwoACgkQ1YLu4GYj9rRDLQCfd8YkviGZwWTZpNJbBZeCNawH -1ywAmP8BZxHSLtteNNTslfc+mWP9vRo= -=8BpS ------END PGP SIGNATURE----- diff --git a/avfs-1.1.0.tar.bz2 b/avfs-1.1.0.tar.bz2 new file mode 100644 index 0000000..25a6060 --- /dev/null +++ b/avfs-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f3734f5be1a76aab710fb49a004b60bb802ccbd32394a731b18ed6011333a7 +size 605637 diff --git a/avfs-1.1.0.tar.bz2.asc b/avfs-1.1.0.tar.bz2.asc new file mode 100644 index 0000000..cb5b08f --- /dev/null +++ b/avfs-1.1.0.tar.bz2.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE+Sme6QpykCnnGvJrZnEy0PvFKzcFAl0NTqkACgkQZnEy0PvF +Kzf/IQ//fADCsv/C/Fiuo60luHFU7DWGA1PzUjlTHgChHNBqSB3t7Y1Y30+Tmd5Q +qH0Ue7jAMw6vccmU1EX7TR4YKfo8z0RaQj0iaXHNL6P/Y6v0Q6iQLaH9RkwYcq+g +521zy7uN5Xz41sQU7WiLs87WBWtJjxWaBB2x9tPxTUkT+ZGFNnnGnxQVhhDGIwp6 +7UeUQLeln/4VTUWYU3RBLM9FcZsPz+4FBf2Ij6W8vRDQXPDrE20FYOfL8L+FI+hO +RlsHMN3GNReLjDcBjcOjsp9UMLYd2roNjZwUPOkw++bC4+73uAHrOpHIm4zwabLB +AKcZ7nMg+Zz5yTxGqZSIcGElPQApJ42O2fPpuoN4VxBPXjdUbu9kr8Hs+WKToqn2 +/+qT9KBEIqxmiF2MdwGLTaDYAs0zeisMymUtD8nw5rVkk0SuWNNFFbhPIdDGy2HZ ++m2ZPo/Ou+MmhGdtOUXUzGGwrt93G7wDr7rchTvD3W7JWjuRcdUH6fLpXsLEinuf +aVQqcift4fYb6qhhEP/jpMsBGgAh/PZSaRRbkQ8dcnbHeHAasK2L4RLDDYu2XJyz +4SEciYpV+sPJp1wsqObkP157EDnDd69xlBEwXSLPitMsRjkcQoNhSmEIsVVTFVaT +ymwTUqHGs/OjJFSL5VyySWnYLF0xxeevU/iuk0ij/Q4DkBYJeuw= +=Q3Sa +-----END PGP SIGNATURE----- diff --git a/avfs.changes b/avfs.changes index ed1065a..c6b3462 100644 --- a/avfs.changes +++ b/avfs.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 2 12:40:57 UTC 2020 - Martin Pluskal + +- Update to version 1.1.0: + * improved handling of single '#' to stop resolving archive + handlers when it makes no sense to add another chain + * support multiple gzip member in a single file (concatenated + gzip files) + * updated webdav module with work with latest libneon (which is + no longer bundled) + * CODA and PRELOAD support has been removed +- Changes for version 1.0.6: + * added support for libzstd (zst files) + * fixed arbitrary command execution in rsh/ssh module + * zip workaround for zip archives with unix attributes but + regular files are not marked correctly + ------------------------------------------------------------------- Thu Oct 17 14:00:13 UTC 2019 - Richard Brown diff --git a/avfs.keyring b/avfs.keyring index a0fe213..f2ecd79 100644 Binary files a/avfs.keyring and b/avfs.keyring differ diff --git a/avfs.spec b/avfs.spec index 3153259..f8a9a7e 100644 --- a/avfs.spec +++ b/avfs.spec @@ -1,7 +1,7 @@ # # spec file for package avfs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: avfs -Version: 1.0.5 +Version: 1.1.0 Release: 0 Summary: AVFS - an archive look-inside filesystem License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -37,6 +37,7 @@ BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(neon) BuildRequires: pkgconfig(openssl) @@ -69,19 +70,15 @@ or changing the kernel. %build %configure \ - --disable-avfscoda \ - --enable-library \ - --enable-fuse \ --disable-static \ + --enable-fuse \ + --enable-library \ --enable-shared \ --with-system-zlib \ --with-system-bzlib \ - --with-gnu-ld \ - --enable-libxml \ - --with-neon \ - --with-ssl \ + --with-lzma \ --with-xz -make %{?_smp_mflags} +%make_build %install %make_install @@ -118,7 +115,7 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la %dir %{_libdir}/avfs %dir %{_libdir}/avfs/extfs %{_libdir}/avfs/extfs/* -%{_mandir}/man1/avfsd.1%{ext_man} +%{_mandir}/man1/avfsd.1%{?ext_man} %files devel %{_bindir}/avfs-config