From patchwork Mon Mar 2 19:06:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 2815 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48WV4p2S5sz3wc3 for ; Mon, 2 Mar 2020 19:07:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48WV4n5kddz1XQ; Mon, 2 Mar 2020 19:07:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48WV4n4gbTz2y2d; Mon, 2 Mar 2020 19:07:05 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48WV4m1925z2xlT for ; Mon, 2 Mar 2020 19:07:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48WV4l2Rzrz1fs; Mon, 2 Mar 2020 19:07:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1583176023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4iJdzYwdzven0jCCB9J2y3XQVfbl34HXGl2qU8jbaDg=; b=aFzYf0DQmqreXIrY5lb7YGev5K0IUZNRD4e4rNI5B/LtjXVlbfZEg+e27epBD8AeDzkn6y o/O9Z3UjdC1OLoAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1583176023; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4iJdzYwdzven0jCCB9J2y3XQVfbl34HXGl2qU8jbaDg=; b=gnlkuCmmvsUtDO8Hvquz9NCbaVOD33GWW0Kbsfhkn2cZYT1S+jtPuh365vlPvFl1jS7KFw 3zc5NHeurnK0ddg2sEaZRf/iIPriIZI8CJalEsgii2IGEVXPONvXy2TA58qOVEB9uP0ijy n+yrmFTRDuQ3Glc9OtHmL0kk1wzyD8l4CKDEoW1qD2wu2mQcCvia/i5ekJ50sFTKj4zbQw utc4rcOzdPgFq8hUWyVIyHUgnX+iwEHFwz70XwDDF/1UDAkMQBgfVL+fZAeLRguFq3ztu9 tLUvf+S0N0PtlcZVZjfemu9rxH3aZeaKRobNVnXzowpZyS0HJTmL+KSG1u0n+w== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 1/1] Update Apache Dependencies Date: Mon, 2 Mar 2020 20:06:53 +0100 Message-Id: <20200302190653.14224-2-wolfgang.apolinarski@ipfire.org> In-Reply-To: <20200302190653.14224-1-wolfgang.apolinarski@ipfire.org> References: <20200302190653.14224-1-wolfgang.apolinarski@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=wolfgang.apolinarski@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Update apache dependencies: APR: update to version 1.7.0 PCRE: update to version 8.44 Reviewed-by: Michael Tremer --- config/rootfiles/common/apr | 3 +- config/rootfiles/common/pcre | 142 +++++++++++++++++------------------ lfs/apr | 4 +- lfs/pcre | 4 +- 4 files changed, 77 insertions(+), 76 deletions(-) diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr index 0fb0d7d37..52e59aaae 100644 --- a/config/rootfiles/common/apr +++ b/config/rootfiles/common/apr @@ -5,6 +5,7 @@ usr/bin/apr-1-config #usr/include/apr-1/apr_atomic.h #usr/include/apr-1/apr_cstr.h #usr/include/apr-1/apr_dso.h +#usr/include/apr-1/apr_encode.h #usr/include/apr-1/apr_env.h #usr/include/apr-1/apr_errno.h #usr/include/apr-1/apr_escape.h @@ -44,7 +45,7 @@ usr/bin/apr-1-config #usr/lib/libapr-1.la #usr/lib/libapr-1.so usr/lib/libapr-1.so.0 -usr/lib/libapr-1.so.0.6.5 +usr/lib/libapr-1.so.0.7.0 #usr/lib/pkgconfig/apr-1.pc #usr/share/apr-1 #usr/share/apr-1/build diff --git a/config/rootfiles/common/pcre b/config/rootfiles/common/pcre index 79779fb94..bd2e665fd 100644 --- a/config/rootfiles/common/pcre +++ b/config/rootfiles/common/pcre @@ -10,94 +10,94 @@ usr/bin/pcregrep #usr/lib/libpcre.la usr/lib/libpcre.so usr/lib/libpcre.so.1 -usr/lib/libpcre.so.1.2.11 +usr/lib/libpcre.so.1.2.12 #usr/lib/libpcre16.la usr/lib/libpcre16.so usr/lib/libpcre16.so.0 -usr/lib/libpcre16.so.0.2.11 +usr/lib/libpcre16.so.0.2.12 #usr/lib/libpcre32.la usr/lib/libpcre32.so usr/lib/libpcre32.so.0 -usr/lib/libpcre32.so.0.0.11 +usr/lib/libpcre32.so.0.0.12 #usr/lib/libpcrecpp.la usr/lib/libpcrecpp.so usr/lib/libpcrecpp.so.0 -usr/lib/libpcrecpp.so.0.0.1 +usr/lib/libpcrecpp.so.0.0.2 #usr/lib/libpcreposix.la usr/lib/libpcreposix.so usr/lib/libpcreposix.so.0 -usr/lib/libpcreposix.so.0.0.6 +usr/lib/libpcreposix.so.0.0.7 #usr/lib/pkgconfig/libpcre.pc #usr/lib/pkgconfig/libpcre16.pc #usr/lib/pkgconfig/libpcre32.pc #usr/lib/pkgconfig/libpcrecpp.pc #usr/lib/pkgconfig/libpcreposix.pc -#usr/share/doc/pcre-pcre-8.43 -#usr/share/doc/pcre-pcre-8.43/AUTHORS -#usr/share/doc/pcre-pcre-8.43/COPYING -#usr/share/doc/pcre-pcre-8.43/ChangeLog -#usr/share/doc/pcre-pcre-8.43/LICENCE -#usr/share/doc/pcre-pcre-8.43/NEWS -#usr/share/doc/pcre-pcre-8.43/README -#usr/share/doc/pcre-pcre-8.43/html -#usr/share/doc/pcre-pcre-8.43/html/NON-AUTOTOOLS-BUILD.txt -#usr/share/doc/pcre-pcre-8.43/html/README.txt -#usr/share/doc/pcre-pcre-8.43/html/index.html -#usr/share/doc/pcre-pcre-8.43/html/pcre-config.html -#usr/share/doc/pcre-pcre-8.43/html/pcre.html -#usr/share/doc/pcre-pcre-8.43/html/pcre16.html -#usr/share/doc/pcre-pcre-8.43/html/pcre32.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_assign_jit_stack.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_compile.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_compile2.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_config.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_copy_named_substring.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_copy_substring.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_dfa_exec.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_exec.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_free_study.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_free_substring.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_free_substring_list.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_fullinfo.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_get_named_substring.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_get_stringnumber.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_get_stringtable_entries.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_get_substring.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_get_substring_list.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_jit_exec.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_jit_stack_alloc.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_jit_stack_free.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_maketables.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_pattern_to_host_byte_order.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_refcount.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_study.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_utf16_to_host_byte_order.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_utf32_to_host_byte_order.html -#usr/share/doc/pcre-pcre-8.43/html/pcre_version.html -#usr/share/doc/pcre-pcre-8.43/html/pcreapi.html -#usr/share/doc/pcre-pcre-8.43/html/pcrebuild.html -#usr/share/doc/pcre-pcre-8.43/html/pcrecallout.html -#usr/share/doc/pcre-pcre-8.43/html/pcrecompat.html -#usr/share/doc/pcre-pcre-8.43/html/pcrecpp.html -#usr/share/doc/pcre-pcre-8.43/html/pcredemo.html -#usr/share/doc/pcre-pcre-8.43/html/pcregrep.html -#usr/share/doc/pcre-pcre-8.43/html/pcrejit.html -#usr/share/doc/pcre-pcre-8.43/html/pcrelimits.html -#usr/share/doc/pcre-pcre-8.43/html/pcrematching.html -#usr/share/doc/pcre-pcre-8.43/html/pcrepartial.html -#usr/share/doc/pcre-pcre-8.43/html/pcrepattern.html -#usr/share/doc/pcre-pcre-8.43/html/pcreperform.html -#usr/share/doc/pcre-pcre-8.43/html/pcreposix.html -#usr/share/doc/pcre-pcre-8.43/html/pcreprecompile.html -#usr/share/doc/pcre-pcre-8.43/html/pcresample.html -#usr/share/doc/pcre-pcre-8.43/html/pcrestack.html -#usr/share/doc/pcre-pcre-8.43/html/pcresyntax.html -#usr/share/doc/pcre-pcre-8.43/html/pcretest.html -#usr/share/doc/pcre-pcre-8.43/html/pcreunicode.html -#usr/share/doc/pcre-pcre-8.43/pcre-config.txt -#usr/share/doc/pcre-pcre-8.43/pcre.txt -#usr/share/doc/pcre-pcre-8.43/pcregrep.txt -#usr/share/doc/pcre-pcre-8.43/pcretest.txt +#usr/share/doc/pcre-pcre-8.44 +#usr/share/doc/pcre-pcre-8.44/AUTHORS +#usr/share/doc/pcre-pcre-8.44/COPYING +#usr/share/doc/pcre-pcre-8.44/ChangeLog +#usr/share/doc/pcre-pcre-8.44/LICENCE +#usr/share/doc/pcre-pcre-8.44/NEWS +#usr/share/doc/pcre-pcre-8.44/README +#usr/share/doc/pcre-pcre-8.44/html +#usr/share/doc/pcre-pcre-8.44/html/NON-AUTOTOOLS-BUILD.txt +#usr/share/doc/pcre-pcre-8.44/html/README.txt +#usr/share/doc/pcre-pcre-8.44/html/index.html +#usr/share/doc/pcre-pcre-8.44/html/pcre-config.html +#usr/share/doc/pcre-pcre-8.44/html/pcre.html +#usr/share/doc/pcre-pcre-8.44/html/pcre16.html +#usr/share/doc/pcre-pcre-8.44/html/pcre32.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_assign_jit_stack.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_compile.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_compile2.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_config.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_copy_named_substring.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_copy_substring.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_dfa_exec.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_exec.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_free_study.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_free_substring.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_free_substring_list.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_fullinfo.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_get_named_substring.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_get_stringnumber.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_get_stringtable_entries.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_get_substring.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_get_substring_list.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_exec.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_stack_alloc.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_jit_stack_free.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_maketables.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_pattern_to_host_byte_order.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_refcount.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_study.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_utf16_to_host_byte_order.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_utf32_to_host_byte_order.html +#usr/share/doc/pcre-pcre-8.44/html/pcre_version.html +#usr/share/doc/pcre-pcre-8.44/html/pcreapi.html +#usr/share/doc/pcre-pcre-8.44/html/pcrebuild.html +#usr/share/doc/pcre-pcre-8.44/html/pcrecallout.html +#usr/share/doc/pcre-pcre-8.44/html/pcrecompat.html +#usr/share/doc/pcre-pcre-8.44/html/pcrecpp.html +#usr/share/doc/pcre-pcre-8.44/html/pcredemo.html +#usr/share/doc/pcre-pcre-8.44/html/pcregrep.html +#usr/share/doc/pcre-pcre-8.44/html/pcrejit.html +#usr/share/doc/pcre-pcre-8.44/html/pcrelimits.html +#usr/share/doc/pcre-pcre-8.44/html/pcrematching.html +#usr/share/doc/pcre-pcre-8.44/html/pcrepartial.html +#usr/share/doc/pcre-pcre-8.44/html/pcrepattern.html +#usr/share/doc/pcre-pcre-8.44/html/pcreperform.html +#usr/share/doc/pcre-pcre-8.44/html/pcreposix.html +#usr/share/doc/pcre-pcre-8.44/html/pcreprecompile.html +#usr/share/doc/pcre-pcre-8.44/html/pcresample.html +#usr/share/doc/pcre-pcre-8.44/html/pcrestack.html +#usr/share/doc/pcre-pcre-8.44/html/pcresyntax.html +#usr/share/doc/pcre-pcre-8.44/html/pcretest.html +#usr/share/doc/pcre-pcre-8.44/html/pcreunicode.html +#usr/share/doc/pcre-pcre-8.44/pcre-config.txt +#usr/share/doc/pcre-pcre-8.44/pcre.txt +#usr/share/doc/pcre-pcre-8.44/pcregrep.txt +#usr/share/doc/pcre-pcre-8.44/pcretest.txt #usr/share/man/man1/pcre-config.1 #usr/share/man/man1/pcregrep.1 #usr/share/man/man1/pcretest.1 diff --git a/lfs/apr b/lfs/apr index c5d342d2c..b42e53d7f 100644 --- a/lfs/apr +++ b/lfs/apr @@ -25,7 +25,7 @@ include Config -VER = 1.6.5 +VER = 1.7.0 THISAPP = apr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ad4add8efdfe87330b88e5e788241775 +$(DL_FILE)_MD5 = 7a14a83d664e87599ea25ff4432e48a7 install : $(TARGET) diff --git a/lfs/pcre b/lfs/pcre index 85dc1bc8d..03fff5162 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -24,7 +24,7 @@ include Config -VER = 8.43 +VER = 8.44 THISAPP = pcre-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 636222e79e392c3d95dcc545f24f98c4 +$(DL_FILE)_MD5 = cf7326204cc46c755b5b2608033d9d24 install : $(TARGET)