]> git.pld-linux.org Git - packages/apr.git/commitdiff
Up to 1.7.2; fixes CVE-2022-24963, CVE-2021-35940 auto/th/apr-1.7.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2023 20:39:22 +0000 (21:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2023 20:39:22 +0000 (21:39 +0100)
apr-libtool.patch [deleted file]
apr.spec

diff --git a/apr-libtool.patch b/apr-libtool.patch
deleted file mode 100644 (file)
index 6618972..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-must give hint to libtool which tag to use, in case we use ccache and then
-libtool is unable to autodetect from $CC
-
---- apr-1.5.0/configure.in.orig        2013-11-22 17:29:57.303051538 +0100
-+++ apr-1.5.0/configure.in     2013-11-22 17:31:11.273048433 +0100
-@@ -280,9 +280,9 @@
-   [ use_libtool=$withval ], [ use_libtool="yes" ] )
- if test "x$use_libtool" = "xyes"; then
--      lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
-+      lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) -o $@ -c $< && touch $@'
-       LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
--      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(COMPILE) \$(LT_LDFLAGS) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
-+      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(COMPILE) \$(LT_LDFLAGS) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
-       so_ext='lo'
-       lib_target='-rpath $(libdir) $(OBJECTS)'
-       export_lib_target='-rpath \$(libdir) \$(OBJECTS)'
index d0325747dbdfa5c7c01ad0079890256da20e84a6..8a88f997d971bf6e6ee956e41cc7b330d5701d30 100644 (file)
--- a/apr.spec
+++ b/apr.spec
@@ -5,15 +5,15 @@
 Summary:       Apache Portable Runtime
 Summary(pl.UTF-8):     Apache Portable Runtime - przenośna biblioteka uruchomieniowa
 Name:          apr
-Version:       1.7.0
-Release:       2
+Version:       1.7.2
+Release:       1
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
-# Source0-md5: 7a14a83d664e87599ea25ff4432e48a7
+# Source0-md5: 9a00835e4da8c215348e263b550fc130
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-libtool.patch
+
 # disable some things that require recent kernel
 Patch2:                %{name}-disable-features.patch
 URL:           http://apr.apache.org/
@@ -99,7 +99,7 @@ Statyczna biblioteka apr.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+
 %patch2 -p1
 
 cat >> config.layout <<'EOF'
This page took 0.233852 seconds and 4 git commands to generate.