Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
06418571f3 | |||
c238a2778c |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b769c853c2a769cf2179eaf027da86060b301cbbb35ca8c875eb0bdf52c3b1d2
|
||||
size 2591187
|
Binary file not shown.
BIN
pappl-1.4.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
pappl-1.4.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
pappl-1.4.8.tar.gz.sig
Normal file
BIN
pappl-1.4.8.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 18:30:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.8
|
||||
* Security fix: The web interface password didn't work properly
|
||||
* Now use the ``listen-hostname`` hostname as system hostname if
|
||||
a name is specified
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 16:44:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.7
|
||||
* PAM-based authentication did not work on Linux due to a glibc
|
||||
incompatibility (Issue #343)
|
||||
* Fixed the web interface for setting the admin and print groups
|
||||
(Issue #356)
|
||||
* Fixed the web interface for adding network printers on
|
||||
non-standard port numbers (Issue #360)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 15:12:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: pappl
|
||||
%define lname libpappl1
|
||||
Version: 1.4.6
|
||||
Version: 1.4.8
|
||||
Release: 0
|
||||
Summary: A printer application framework
|
||||
License: Apache-2.0
|
||||
@ -90,8 +90,7 @@ perl -i -lpe 's{^\.SILENT:.*}{}g' Makedefs.in
|
||||
%make_install RPM_BUILD_ROOT=""
|
||||
rm -f "%buildroot/%_libdir"/*.a
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/pappl-*
|
||||
|
Loading…
Reference in New Issue
Block a user