[tomcat8] 07/09: Use a secure URL for checking and downloading the new releases
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Feb 16 13:48:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit bd2d58af5a395b8c633f904b84eff6fbff959c9e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Feb 16 13:29:21 2018 +0100
Use a secure URL for checking and downloading the new releases
---
debian/changelog | 1 +
debian/orig-tar.sh | 2 +-
debian/watch | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2866f91..4442974 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ tomcat8 (8.5.28-1) UNRELEASED; urgency=medium
by default in OpenSSL
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
+ * Use a secure URL for checking and downloading the new releases
-- Emmanuel Bourg <ebourg at apache.org> Tue, 13 Feb 2018 20:33:16 +0100
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index e8d2779..dd645c1 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,6 +5,6 @@ TAR=../tomcat8_$VERSION.orig.tar.xz
DIR=tomcat8-$VERSION
TAG=$(echo TOMCAT_$VERSION | sed -e 's/[\.~]/_/g')
-svn export http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/$TAG $DIR
+svn export https://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/$TAG $DIR
tar -c -J -f $TAR --exclude 'taglibs-standard-*.jar' $DIR
rm -rf $DIR ../$TAG $3
diff --git a/debian/watch b/debian/watch
index 241046a..b62ab1c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts="uversionmangle=s/-(alpha|beta|RC)/~$1/" \
- http://archive.apache.org/dist/tomcat/tomcat-8/v([\d\.]+)/src/apache-tomcat-([\d\.]+)-src.zip debian debian/orig-tar.sh
+ https://archive.apache.org/dist/tomcat/tomcat-8/v([\d\.]+)/src/apache-tomcat-([\d\.]+)-src.zip debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list