kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / curl-rustls


Commits:
c21dac21 by kpcyrd at 2024-12-13T03:20:58+01:00
upgpkg: 8.11.1-1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = curl-rustls
        pkgdesc = command line tool and library for transferring data with URLs 
(with rustls)
-       pkgver = 8.11.0
+       pkgver = 8.11.1
        pkgrel = 1
        url = https://curl.se/
        arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = curl-rustls
        depends = libz.so
        depends = zstd
        depends = libzstd.so
-       source = git+https://github.com/curl/curl.git#tag=curl-8_11_0?signed
+       source = git+https://github.com/curl/curl.git#tag=curl-8_11_1?signed
        validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-       sha512sums = 
d438f215b2e6023104af52961a8a8de9082bd8ceaf9a557f353b3b754b18510cccf37f33476eb896744559ccf26eadf6e1411c5f8f04fa9526af04df6439a7d8
+       sha512sums = 
3ed91b678e318a62bbde32b986ebddb8c3ec2e5932462c9c368437414eaed85b4ecd5ae2d8d35c31c90a3a435d4cd9d26e1b91265e1b4396b6868641c629bd81
 
 pkgname = curl-rustls


=====================================
.nvchecker.toml
=====================================
@@ -4,3 +4,4 @@ github = "curl/curl"
 use_latest_release = true
 from_pattern = 'curl-(\d+)_(\d+)_(\d+)'
 to_pattern = '\1.\2.\3'
+exclude_regex = ".*(tiny|beta).*"


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths <[email protected]>
 
 pkgname=curl-rustls
-pkgver=8.11.0
+pkgver=8.11.1
 pkgrel=1
 pkgdesc='command line tool and library for transferring data with URLs (with 
rustls)'
 arch=('x86_64')
@@ -25,9 +25,11 @@ depends=('ca-certificates'
 makedepends=('git' 'patchelf')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed";)
-sha512sums=('d438f215b2e6023104af52961a8a8de9082bd8ceaf9a557f353b3b754b18510cccf37f33476eb896744559ccf26eadf6e1411c5f8f04fa9526af04df6439a7d8')
+sha512sums=('3ed91b678e318a62bbde32b986ebddb8c3ec2e5932462c9c368437414eaed85b4ecd5ae2d8d35c31c90a3a435d4cd9d26e1b91265e1b4396b6868641c629bd81')
 
 _backports=(
+  # async-thread: avoid closing eventfd twice
+  'ff5091aa9f73802e894b1cbdf24ab84e103200e2'
 )
 
 _reverts=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/c21dac21ab49c9f6e31fc4fbd27272c55c39244d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/c21dac21ab49c9f6e31fc4fbd27272c55c39244d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to