[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/02: debian/control.in/main, debian/copyright, rules.d/tarball.mk: prefer https for upstream links.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit daed722dbaa10958c97823c3664746b6bb7fbfcb
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Dec 31 13:34:28 2017 +0100

    debian/control.in/main, debian/copyright, rules.d/tarball.mk: prefer https for upstream links.
---
 debian/changelog          | 2 ++
 debian/control            | 2 +-
 debian/control.in/main    | 2 +-
 debian/copyright          | 2 +-
 debian/rules.d/tarball.mk | 2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b63b805..7cdb63a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ glibc (2.25-6) UNRELEASED; urgency=medium
   * debian/patches/git-updates.diff: update from upstream stable branch:
     - Fixes incorrect RPATH/RUNPATH handling for SUID binaries
       (CVE-2017-16997).  Closes: #884615.
+  * debian/control.in/main, debian/copyright, rules.d/tarball.mk: prefer
+    https for upstream links.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 20 Dec 2017 22:29:01 +0100
 
diff --git a/debian/control b/debian/control
index 6e3eb17..1fbef53 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>,
 Standards-Version: 4.0.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-glibc/glibc.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-glibc/glibc.git
-Homepage: http://www.gnu.org/software/libc/libc.html
+Homepage: https://www.gnu.org/software/libc/libc.html
 
 Package: libc-bin
 Architecture: any
diff --git a/debian/control.in/main b/debian/control.in/main
index 262ad3a..3352123 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -20,7 +20,7 @@ Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>,
 Standards-Version: 4.0.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-glibc/glibc.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-glibc/glibc.git
-Homepage: http://www.gnu.org/software/libc/libc.html
+Homepage: https://www.gnu.org/software/libc/libc.html
 
 Package: libc-bin
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index a97850b..0517e76 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 This is the Debian prepackaged version of the GNU C Library version 2.23.
 
 It was put together by the GNU Libc Maintainers <debian-glibc@lists.debian.org>
-from <git://sourceware.org/git/glibc.git>
+from <https://sourceware.org/git/glibc.git>
 
 * Most of the GNU C library is under the following copyright:
 
diff --git a/debian/rules.d/tarball.mk b/debian/rules.d/tarball.mk
index 8d6e82f..1750564 100644
--- a/debian/rules.d/tarball.mk
+++ b/debian/rules.d/tarball.mk
@@ -1,4 +1,4 @@
-GLIBC_GIT = git://sourceware.org/git/glibc.git
+GLIBC_GIT = https://sourceware.org/git/glibc.git
 GLIBC_BRANCH = release/$(GLIBC_VERSION)/master
 GLIBC_TAG = glibc-$(GLIBC_VERSION)
 GLIBC_CHECKOUT = glibc-checkout

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: