From 57759762322e764ae8472a5cb6ad536ca45d5af5 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 6 Jul 2018 17:03:16 +0100 Subject: [PATCH] Update to 2.4.33. --- pullrev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pullrev.sh b/pullrev.sh index 8ed3a64..e389b56 100755 --- a/pullrev.sh +++ b/pullrev.sh @@ -6,8 +6,8 @@ if [ $# -lt 1 ]; then fi repo="https://svn.apache.org/repos/asf/httpd/httpd/trunk" -#repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x" -ver=2.4.27 +repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x" +ver=2.4.33 prefix="httpd-${ver}" suffix="r$1${2:++}" fn="${prefix}-${suffix}.patch"