Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
mikhailnov has added bb6620ef97
upd: 7.86.0 -> 8.4.0
... ... --- a/.abf.yml
... ... +++ b/.abf.yml
... ... @@ -1,2 +1,2 @@
1 1
sources:
2
  curl-7.86.0.tar.gz: fdf09b2e8f420bed1eef77317f342e93251f0143
2
  curl-8.4.0.tar.gz: ff7c2abb68443bb868da1d7681f558d245c853dd
view file @ bb6620ef97
... ... --- a/curl-7.59.0-multilib.patch
... ... +++ b/curl-7.59.0-multilib.patch
... ... @@ -1,7 +1,8 @@
1
diff -rupN curl-7.59.0.old/curl-config.in curl-7.59.0/curl-config.in
2
--- curl-7.59.0.old/curl-config.in	2018-01-30 23:02:52.000000000 +0100
3
+++ curl-7.59.0/curl-config.in	2018-04-16 19:16:30.647704720 +0200
4
@@ -76,7 +76,7 @@ while test $# -gt 0; do
1
diff --git a/curl-config.in b/curl-config.in
2
index 54f92d931..637a39efc 100644
3
--- a/curl-config.in
4
+++ b/curl-config.in
5
@@ -78,7 +78,7 @@ while test $# -gt 0; do
5 6
         ;;
6 7
 
7 8
     --cc)
... ... @@ -10,7 +11,7 @@ diff -rupN curl-7.59.0.old/curl-config.in curl-7.59.0/curl-config.in
11 11
         ;;
12 12
 
13 13
     --prefix)
14
@@ -155,16 +155,7 @@
14
@@ -157,16 +157,7 @@ while test $# -gt 0; do
15 15
         ;;
16 16
 
17 17
     --libs)
view file @ bb6620ef97
... ... --- a/curl-libressl.patch
... ... +++ b/curl-libressl.patch
... ... @@ -3,10 +3,10 @@ Do not find it automatically -- we have set $LIBS and $PREFIX_OPENSSL
3 3
// mikhailnov, 25.12.2019
4 4
5 5
diff --git a/libcurl.pc.in b/libcurl.pc.in
6
index 8ac15d407..19cb8e24d 100644
6
index 9db6b0f89..eab6c829e 100644
7 7
--- a/libcurl.pc.in
8 8
+++ b/libcurl.pc.in
9
@@ -34,6 +34,7 @@ Name: libcurl
9
@@ -36,6 +36,7 @@ Name: libcurl
10 10
 URL: https://curl.se/
11 11
 Description: Library to transfer files with ftp, http, etc.
12 12
 Version: @CURLVERSION@
... ... @@ -18,10 +18,10 @@ index 8ac15d407..19cb8e24d 100644
18 18
+Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@ @LIBRESSL_CFLAGS@
19 19
+Requires.private: libressl
20 20
diff --git a/m4/curl-openssl.m4 b/m4/curl-openssl.m4
21
index 835768e1b..d2be47f08 100644
21
index a4811d2a3..99acc574d 100644
22 22
--- a/m4/curl-openssl.m4
23 23
+++ b/m4/curl-openssl.m4
24
@@ -315,7 +315,7 @@ if test "x$OPT_OPENSSL" != xno; then
24
@@ -63,7 +63,7 @@ if test "x$OPT_OPENSSL" != xno; then
25 25
   case "$OPT_OPENSSL" in
26 26
   yes)
27 27
     dnl --with-openssl (without path) used
... ... --- a/curl.spec
... ... +++ b/curl.spec
... ... @@ -53,8 +53,8 @@
53 53
54 54
Summary:	Gets a file from a FTP, GOPHER or HTTP server
55 55
Name:		curl
56
Version:	7.86.0
57
Release:	2
56
Version:	8.4.0
57
Release:	1
58 58
Epoch:		1
59 59
License:	BSD-like
60 60
Group:		Networking/Other

Comments