SHA256
1
0
forked from pool/pappl

- Update to release 1.3.4

OBS-URL: https://build.opensuse.org/package/show/Printing/pappl?expand=0&rev=15
This commit is contained in:
2023-09-07 16:34:04 +00:00
committed by Git OBS Bridge
parent d28590729b
commit 29cfda2ca4
6 changed files with 19 additions and 6 deletions

BIN
pappl-1.3.2.tar.gz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
pappl-1.3.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pappl-1.3.4.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 7 16:32:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

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