Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnbd for openSUSE:Factory checked in at 2021-04-17 00:01:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnbd (Old) and /work/SRC/openSUSE:Factory/.libnbd.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnbd" Sat Apr 17 00:01:25 2021 rev:2 rq:885442 version:1.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libnbd/libnbd.changes 2021-03-30 21:43:06.978545731 +0200 +++ /work/SRC/openSUSE:Factory/.libnbd.new.12324/libnbd.changes 2021-04-17 00:01:28.869567195 +0200 @@ -1,0 +2,13 @@ +Wed Apr 14 01:04:29 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to 1.7.7 + * Fixed CVE-2021-20286 + * Fix parsing and construction of IPv6 URIs + * New API nbd_get_uri to get an NBD URI for a connection + * Permit "see also" links to nbd_get_error and nbd_get_errno + * Avoid over-long lines in POD. + * Fix reporting of NBD URI support + * Let exit status reflect any failures during NBD_OPT_INFO + * Fix page eviction when len < page_size. + +------------------------------------------------------------------- Old: ---- libnbd-1.7.1.tar.gz New: ---- libnbd-1.7.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnbd.spec ++++++ --- /var/tmp/diff_new_pack.KXIzfv/_old 2021-04-17 00:01:29.277567839 +0200 +++ /var/tmp/diff_new_pack.KXIzfv/_new 2021-04-17 00:01:29.281567845 +0200 @@ -15,30 +15,30 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define sover 0 Name: libnbd -Version: 1.7.1 +Version: 1.7.7 Release: 0 Summary: NBD client library in userspace License: LGPL-2.1-or-later -URL: https://github.com/libguestfs/libnbd -Source0: %{name}-%{version}.tar.gz - -Requires: libnbd%{sover} = %{version}-%{release} +URL: https://gitlab.com/nbdkit/libnbd +Source0: %{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes BuildRequires: libtool +BuildRequires: pkg-config +BuildRequires: ocaml(compiler) BuildRequires: perl(Pod::Man) BuildRequires: perl(Pod::Simple) -BuildRequires: pkg-config BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gnutls) >= 3.3.0 BuildRequires: pkgconfig(libxml-2.0) - +Requires: libnbd%{sover} = %{version} # Only for running the test suite. BuildRequires: gcc-c++ BuildRequires: jq @@ -47,7 +47,6 @@ %endif BuildRequires: qemu-tools - %description NBD ??? Network Block Device ??? is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. @@ -70,6 +69,7 @@ %package -n libnbd%{sover} Summary: Core library for nbd + %description -n libnbd%{sover} This is the NBD client library in userspace, a simple library for writing NBD clients. @@ -77,12 +77,14 @@ %package devel Summary: Development headers for %{name} Requires: libnbd%{sover} = %{version}-%{release} + %description devel This package contains development headers for %{name}. %package -n nbdfuse Summary: FUSE support for %{name} Requires: libnbd%{sover} = %{version}-%{release} + %description -n nbdfuse This package contains FUSE support for %{name}. @@ -91,6 +93,7 @@ BuildArch: noarch Requires: bash-completion >= 2.0 Requires: libnbd%{sover} = %{version}-%{release} + %description bash-completion Install this package if you want intelligent bash tab-completion for %{name}. @@ -99,7 +102,6 @@ %prep %autosetup -p1 - %build autoreconf -fiv %configure \ @@ -107,12 +109,10 @@ --enable-fuse \ --disable-golang \ --disable-python \ - --disable-ocaml \ --disable-static %make_build - %install %make_install %fdupes %{buildroot} @@ -135,7 +135,6 @@ chmod +x $f done - %make_build check || { for f in $(find . -name test-suite.log); do echo @@ -174,3 +173,5 @@ %files bash-completion %{_datadir}/bash-completion + +%changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KXIzfv/_old 2021-04-17 00:01:29.321567908 +0200 +++ /var/tmp/diff_new_pack.KXIzfv/_new 2021-04-17 00:01:29.321567908 +0200 @@ -1,10 +1,10 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">libnbd</param> - <param name="revision">v1.7.1</param> + <param name="revision">v1.7.7</param> <param name="scm">git</param> <param name="submodules">disable</param> - <param name="url">https://github.com/libguestfs/libnbd</param> + <param name="url">https://gitlab.com/nbdkit/libnbd.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param> <param name="versionrewrite-replacement">\1</param> @@ -12,7 +12,7 @@ </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> - <param name="compression">gz</param> + <param name="compression">bz2</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ libnbd-1.7.1.tar.gz -> libnbd-1.7.7.tar.bz2 ++++++ ++++ 129265 lines of diff (skipped)