summaryrefslogtreecommitdiffstats
path: root/pullrev.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-03-24 17:05:26 +0000
committerJoe Orton <jorton@redhat.com>2017-03-24 17:05:26 +0000
commit59afc1533e764a1108136ae1aab3671632aa3797 (patch)
treec96a4c06eab35f1b17ab49aeb6939bd20ebc7911 /pullrev.sh
parent65743a6b6ae0041e37f607da965a1c0bed53b991 (diff)
downloadhttpd-59afc1533e764a1108136ae1aab3671632aa3797.tar.gz
httpd-59afc1533e764a1108136ae1aab3671632aa3797.tar.xz
httpd-59afc1533e764a1108136ae1aab3671632aa3797.zip
link only httpd, not support/* against -lselinux -lsystemd
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 a4e1421..8b60efa 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.6
+#repo="https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x"
+ver=2.4.25
prefix="httpd-${ver}"
suffix="r$1${2:++}"
fn="${prefix}-${suffix}.patch"