diff --git a/pappl-1.3.2.tar.gz b/pappl-1.3.2.tar.gz deleted file mode 100644 index a6e0601..0000000 --- a/pappl-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d8febb56367940dd4c26e794fc5014abe8cd6ff0a63d1ce9e2c9089ce361c5 -size 2548284 diff --git a/pappl-1.3.2.tar.gz.sig b/pappl-1.3.2.tar.gz.sig deleted file mode 100644 index fe8e130..0000000 Binary files a/pappl-1.3.2.tar.gz.sig and /dev/null differ diff --git a/pappl-1.3.4.tar.gz b/pappl-1.3.4.tar.gz new file mode 100644 index 0000000..3947ba5 --- /dev/null +++ b/pappl-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9df21554d413187e5b8e04cc5d40f8e0b6a475fcc9f104c7d9096972d87d81 +size 2552731 diff --git a/pappl-1.3.4.tar.gz.sig b/pappl-1.3.4.tar.gz.sig new file mode 100644 index 0000000..3e34c40 Binary files /dev/null and b/pappl-1.3.4.tar.gz.sig differ diff --git a/pappl.changes b/pappl.changes index 9925553..5dbced6 100644 --- a/pappl.changes +++ b/pappl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 7 16:32:18 UTC 2023 - Jan Engelhardt + +- Update to release 1.3.4 + * Fixed an issue with DNS-SD advertisements when the server name + was set to "localhost". + * Fixed an issue with hostname change detection when using + mDNSResponder. + * Fixed an issue with authentication cookie comparisons for + simple password mode. + * Updated TLS certificate generation to support more types of + certificates and to use modern OpenSSL/GNU TLS APIs. + ------------------------------------------------------------------- Sat May 6 19:11:17 UTC 2023 - Jan Engelhardt diff --git a/pappl.spec b/pappl.spec index b031654..3011328 100644 --- a/pappl.spec +++ b/pappl.spec @@ -1,7 +1,7 @@ # # spec file for package pappl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: pappl %define lname libpappl1 -Version: 1.3.2 +Version: 1.3.4 Release: 0 Summary: A printer application framework License: Apache-2.0 @@ -29,7 +29,7 @@ Source2: https://github.com/michaelrsweet/pappl/releases/download/v%versi BuildRequires: cups-devel > 2.2.6 BuildRequires: pam-devel BuildRequires: pkgconfig(avahi-client) -BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libpng16) BuildRequires: pkgconfig(libusb-1.0)