extra/cups to 2.4.9-1

This commit is contained in:
David Beauchamp 2024-06-11 12:21:54 -04:00
parent d593cef0c6
commit de1432fa56
2 changed files with 10 additions and 17 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cups
pkgver = 2.4.8
pkgrel = 2
pkgver = 2.4.9
pkgrel = 1
epoch = 2
url = https://openprinting.github.io/cups/
arch = x86_64
@ -14,17 +14,16 @@ pkgbase = cups
makedepends = avahi
makedepends = systemd
makedepends = libpaper
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz.sig
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz
source = https://github.com/OpenPrinting/cups/releases/download/v2.4.9/cups-2.4.9-source.tar.gz.sig
source = cups.logrotate
source = cups.pam
source = cups.sysusers
source = cups-2.4.0-statedir.patch
source = cups-freebind.patch
source = guid.patch
source = 0001-Fix-HTTP-query-in-web-interface-fixes-954.patch
validpgpkeys = 7082A0A50A2E92640F3880E0E4522DCC9B246FF7
sha256sums = 75c326b4ba73975efcc9a25078c4b04cdb4ee333caaad0d0823dbd522c6479a0
sha256sums = 38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c
sha256sums = SKIP
sha256sums = d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9
sha256sums = 57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5
@ -32,7 +31,6 @@ pkgbase = cups
sha256sums = f0b15192952c151b1843742c87850ff3a7d0f3ba5dd236ed16623ef908472ad7
sha256sums = 3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d
sha256sums = 1b1c3268bdff6627b78070b6cd9abec6ef41572c27abbafccb237199f7137653
sha256sums = 2fb4bf61c2c9322d4f3595553d2aa637fee375cc93383922494fd7f76f013e84
pkgname = libcups
pkgdesc = OpenPrinting CUPS - client libraries and headers
@ -47,7 +45,7 @@ pkgname = cups
install = cups.install
depends = acl
depends = pam
depends = libcups>=2.4.8
depends = libcups>=2.4.9
depends = cups-filters
depends = dbus
depends = systemd

View file

@ -5,8 +5,8 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.4.8
pkgrel=2
pkgver=2.4.9
pkgrel=1
epoch=2
arch=('x86_64')
options=(!distcc)
@ -23,17 +23,15 @@ source=(https://github.com/OpenPrinting/cups/releases/download/v${pkgver}/cups-$
# bugfixes
cups-freebind.patch
guid.patch
0001-Fix-HTTP-query-in-web-interface-fixes-954.patch
)
sha256sums=('75c326b4ba73975efcc9a25078c4b04cdb4ee333caaad0d0823dbd522c6479a0'
sha256sums=('38fbf4535a10554113e013d54fedda03ee88007ea6a9761d626a04e1e4489e8c'
'SKIP'
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
'f0b15192952c151b1843742c87850ff3a7d0f3ba5dd236ed16623ef908472ad7'
'3385047b9ac8a7b13aeb8f0ca55d15f793ce7283516db0155fe28a67923c592d'
'1b1c3268bdff6627b78070b6cd9abec6ef41572c27abbafccb237199f7137653'
'2fb4bf61c2c9322d4f3595553d2aa637fee375cc93383922494fd7f76f013e84')
'1b1c3268bdff6627b78070b6cd9abec6ef41572c27abbafccb237199f7137653')
#validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org PGP key) <security@cups.org>
#validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org <security@cups.org>"
#validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet <michael.r.sweet@gmail.com>"
@ -56,9 +54,6 @@ prepare() {
# FS#56818 - https://github.com/apple/cups/issues/5236
patch -Np1 -i "${srcdir}"/guid.patch
# Fix HTTP query in web interface - #1
patch -Np1 -i "${srcdir}"/0001-Fix-HTTP-query-in-web-interface-fixes-954.patch
# Rebuild configure script
aclocal -I config-scripts
autoconf -I config-scripts