Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-curl


Commits:
b7809138 by Christian Hesse at 2024-05-22T08:20:03+02:00
upgpkg: 8.8.0-1: new upstream release

- - - - -


3 changed files:

- .SRCINFO
- − 0001-bump-version-to-match-last-tag.patch
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lib32-curl
        pkgdesc = command line tool and library for transferring data with URLs 
(32-bit)
-       pkgver = 8.7.1
-       pkgrel = 4
+       pkgver = 8.8.0
+       pkgrel = 1
        url = https://curl.se/
        arch = x86_64
        license = MIT
@@ -28,11 +28,9 @@ pkgbase = lib32-curl
        depends = libz.so
        depends = lib32-zstd
        depends = libzstd.so
-       source = git+https://github.com/curl/curl.git#tag=curl-8_7_1?signed
-       source = 0001-bump-version-to-match-last-tag.patch
+       source = git+https://github.com/curl/curl.git#tag=curl-8_8_0?signed
        validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
-       sha512sums = 
38b55dc916a64a1fd40a8af3e9a694ae918f8efb714430834491ebbe0ceeee4b58ba804afa15da966cbcf9cd7100ce373aed7b2101dff56f742996072caaf09a
-       sha512sums = 
51df4903eff9f1a15b1317ea4a8ee2b8537f347984f2524f42213b09344cd6109c621a4b81b37d2fcf2027387bb81cf0a744a48e96b86c4e268c43261ff86845
+       sha512sums = 
743cac6059697b8aec637cb0ca94bc0606a9bbcf274f77847a1ceb9bbadc0259a9fbf30133323af2543d8df65ec6cd3e396cd999aca8fe73dde794a9c3dcbf6c
 
 pkgname = lib32-curl
        depends = curl


=====================================
0001-bump-version-to-match-last-tag.patch deleted
=====================================
@@ -1,41 +0,0 @@
-From 023ff2cd6953021b98864a718f48868ee475b113 Mon Sep 17 00:00:00 2001
-From: Christian Hesse <[email protected]>
-Date: Wed, 27 Mar 2024 10:25:36 +0100
-Subject: [PATCH 1/1] bump version to match last tag
-
----
- include/curl/curlver.h | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/include/curl/curlver.h b/include/curl/curlver.h
-index 52009e548..b44519919 100644
---- a/include/curl/curlver.h
-+++ b/include/curl/curlver.h
-@@ -32,13 +32,13 @@
- 
- /* This is the version number of the libcurl package from which this header
-    file origins: */
--#define LIBCURL_VERSION "8.7.0-DEV"
-+#define LIBCURL_VERSION "8.7.1-DEV"
- 
- /* The numeric version number is also available "in parts" by using these
-    defines: */
- #define LIBCURL_VERSION_MAJOR 8
- #define LIBCURL_VERSION_MINOR 7
--#define LIBCURL_VERSION_PATCH 0
-+#define LIBCURL_VERSION_PATCH 1
- 
- /* This is the numeric version of the libcurl version number, meant for easier
-    parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will
-@@ -59,7 +59,7 @@
-    CURL_VERSION_BITS() macro since curl's own configure script greps for it
-    and needs it to contain the full number.
- */
--#define LIBCURL_VERSION_NUM 0x080700
-+#define LIBCURL_VERSION_NUM 0x080701
- 
- /*
-  * This is the date and time when the full source package was created. The
--- 
-2.44.0
-


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
 
 pkgbase=lib32-curl
 pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
-pkgver=8.7.1
-pkgrel=4
+pkgver=8.8.0
+pkgrel=1
 pkgdesc='command line tool and library for transferring data with URLs 
(32-bit)'
 arch=('x86_64')
 url='https://curl.se/'
@@ -25,17 +25,10 @@ depends=('curl'
          'lib32-zstd' 'libzstd.so')
 makedepends=('git' 'patchelf' 'lib32-gnutls' 'lib32-openssl')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed";
-        '0001-bump-version-to-match-last-tag.patch')
-sha512sums=('38b55dc916a64a1fd40a8af3e9a694ae918f8efb714430834491ebbe0ceeee4b58ba804afa15da966cbcf9cd7100ce373aed7b2101dff56f742996072caaf09a'
-            
'51df4903eff9f1a15b1317ea4a8ee2b8537f347984f2524f42213b09344cd6109c621a4b81b37d2fcf2027387bb81cf0a744a48e96b86c4e268c43261ff86845')
+source=("git+https://github.com/curl/curl.git#tag=curl-${pkgver//./_}?signed";)
+sha512sums=('743cac6059697b8aec637cb0ca94bc0606a9bbcf274f77847a1ceb9bbadc0259a9fbf30133323af2543d8df65ec6cd3e396cd999aca8fe73dde794a9c3dcbf6c')
 
 _backports=(
-  # content_encoding: brotli and others, pass through 0-length writes
-  'b30d694a027eb771c02a3db0dee0ca03ccab7377'
-
-  # http: with chunked POST forced, disable length check on read callback
-  '721941aadf4adf4f6aeb3f4c0ab489bb89610c36'
 )
 
 _reverts=(
@@ -58,8 +51,6 @@ prepare() {
     git revert -n "${_c}"
   done
 
-  patch -Np1 < ../0001-bump-version-to-match-last-tag.patch
-
   # no '-DEV' in version, release date from tagged commit...
   sed -i \
     -e "/\WLIBCURL_VERSION\W/c #define LIBCURL_VERSION \"${pkgver}\"" \



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

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


Reply via email to