- 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

OBS-URL: https://build.opensuse.org/package/show/Archiving/avfs?expand=0&rev=17
This commit is contained in:
Martin Pluskal 2020-04-02 13:14:49 +00:00 committed by Git OBS Bridge
parent f721259a7d
commit 76a991c139
7 changed files with 44 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5ce6b1f4193c37148b1b8a021f4f3d05e88f725cf11b16b95a58e8fdae50176
size 723937

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEUEABECAAYFAlkKQwoACgkQ1YLu4GYj9rRDLQCfd8YkviGZwWTZpNJbBZeCNawH
1ywAmP8BZxHSLtteNNTslfc+mWP9vRo=
=8BpS
-----END PGP SIGNATURE-----

3
avfs-1.1.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7f3734f5be1a76aab710fb49a004b60bb802ccbd32394a731b18ed6011333a7
size 605637

16
avfs-1.1.0.tar.bz2.asc Normal file
View File

@ -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-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Apr 2 12:40:57 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 <rbrown@suse.com>

Binary file not shown.

View File

@ -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