summaryrefslogtreecommitdiffstats
path: root/pullrev.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-09-13 14:21:17 +0100
committerJoe Orton <jorton@redhat.com>2017-09-13 14:21:17 +0100
commitb022e3b52344b687c25875b0a7d6c1ee26f8e5fa (patch)
tree5be801d56e4aa13b82962d2e0a5c0ec136c49d57 /pullrev.sh
parentddabcffa42aeee042fbe2af37931158ec539cb80 (diff)
downloadhttpd-b022e3b52344b687c25875b0a7d6c1ee26f8e5fa.tar.gz
httpd-b022e3b52344b687c25875b0a7d6c1ee26f8e5fa.tar.xz
httpd-b022e3b52344b687c25875b0a7d6c1ee26f8e5fa.zip
add new content-length filter (upstream PR 61222)
Diffstat (limited to 'pullrev.sh')
-rwxr-xr-xpullrev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pullrev.sh b/pullrev.sh
index d106968..c366613 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.26
+#repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x"
+ver=2.4.27
prefix="httpd-${ver}"
suffix="r$1${2:++}"
fn="${prefix}-${suffix}.patch"