diff --git a/extra/cups/.SRCINFO b/extra/cups/.SRCINFO index a7d66fc4e..62eb2fd83 100644 --- a/extra/cups/.SRCINFO +++ b/extra/cups/.SRCINFO @@ -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 diff --git a/extra/cups/PKGBUILD b/extra/cups/PKGBUILD index 2fec7fb47..ecb50341e 100644 --- a/extra/cups/PKGBUILD +++ b/extra/cups/PKGBUILD @@ -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) #validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org " #validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet " @@ -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