[arch-commits] Commit in (10 files)

Eli Schwartz eschwartz at archlinux.org
Tue Mar 6 04:12:49 UTC 2018


    Date: Tuesday, March 6, 2018 @ 04:12:48
  Author: eschwartz
Revision: 302870

Update urls to use HTTPS

Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD
  aarch64-linux-gnu-gcc/trunk/PKGBUILD
  aarch64-linux-gnu-gdb/trunk/PKGBUILD
  aarch64-linux-gnu-glibc/trunk/PKGBUILD
  archlinux-xdg-menu/trunk/PKGBUILD
  fcitx-ui-light/trunk/PKGBUILD
  firefox-noscript/trunk/PKGBUILD
  lib32-libidn/trunk/PKGBUILD
  lmms/trunk/PKGBUILD
  wvstreams/trunk/PKGBUILD

-------------------------------------------+
 aarch64-linux-gnu-binutils/trunk/PKGBUILD |    6 +++---
 aarch64-linux-gnu-gcc/trunk/PKGBUILD      |    8 ++++----
 aarch64-linux-gnu-gdb/trunk/PKGBUILD      |    4 ++--
 aarch64-linux-gnu-glibc/trunk/PKGBUILD    |    4 ++--
 archlinux-xdg-menu/trunk/PKGBUILD         |    2 +-
 fcitx-ui-light/trunk/PKGBUILD             |    2 +-
 firefox-noscript/trunk/PKGBUILD           |    2 +-
 lib32-libidn/trunk/PKGBUILD               |    4 ++--
 lmms/trunk/PKGBUILD                       |    4 ++--
 wvstreams/trunk/PKGBUILD                  |    4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

Modified: aarch64-linux-gnu-binutils/trunk/PKGBUILD
===================================================================
--- aarch64-linux-gnu-binutils/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ aarch64-linux-gnu-binutils/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -7,10 +7,10 @@
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM64 target'
 arch=(x86_64)
-url='http://www.gnu.org/software/binutils/'
+url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 depends=(zlib)
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
 sha1sums=('33d807f7fa680b00439eb5560acd0c2ef645e5f9'
           'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold <gingold at adacore.com>
@@ -47,7 +47,7 @@
 
 check() {
   cd binutils-$pkgver
-  
+
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # do not abort on errors - manually check log files
   make -k LDFLAGS="" check || true

Modified: aarch64-linux-gnu-gcc/trunk/PKGBUILD
===================================================================
--- aarch64-linux-gnu-gcc/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ aarch64-linux-gnu-gcc/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -8,13 +8,13 @@
 _snapshot=7-20180125
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
-url='http://gcc.gnu.org/'
+url='https://gcc.gnu.org/'
 license=(GPL LGPL FDL)
 depends=($_target-binutils $_target-glibc libmpc zlib)
 makedepends=(gmp mpfr)
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-        ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+        https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
         http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('f4cad0895aa6dd237cbcb6e81750e40c3fb3eba8a5bcdf25a21c4ee5520c344b'
             '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b')
@@ -77,7 +77,7 @@
 package() {
   cd gcc-build
 
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc install-target-libstdc++-v3 
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc install-target-libstdc++-v3
 
   # strip target binaries
   find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;

Modified: aarch64-linux-gnu-gdb/trunk/PKGBUILD
===================================================================
--- aarch64-linux-gnu-gdb/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ aarch64-linux-gnu-gdb/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM64 target'
 arch=(x86_64)
-url='http://www.gnu.org/software/gdb/'
+url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 sha256sums=('af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34'
             'SKIP')

Modified: aarch64-linux-gnu-glibc/trunk/PKGBUILD
===================================================================
--- aarch64-linux-gnu-glibc/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ aarch64-linux-gnu-glibc/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -7,11 +7,11 @@
 _commit=be176490b818b65b5162c332eb6b581690b16e5c
 pkgdesc="GNU C Library ARM64 target"
 arch=(any)
-url='http://www.gnu.org/software/libc/'
+url='https://www.gnu.org/software/libc/'
 license=('GPL' 'LGPL')
 depends=($_target-gcc $_target-linux-api-headers)
 options=(!buildflags !strip staticlibs)
-source=(http://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
 sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
           'SKIP')
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell <carlos at systemhalted.org>"

Modified: archlinux-xdg-menu/trunk/PKGBUILD
===================================================================
--- archlinux-xdg-menu/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ archlinux-xdg-menu/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="automatic generate WM menu from xdg files"
 arch=('any')
-url="http://wiki.archlinux.org/index.php/XdgMenu"
+url="https://wiki.archlinux.org/index.php/XdgMenu"
 license=("GPL")
 depends=('perl' 'perl-xml-parser')
 #optdepends=('sux: for xdg_menu_su')

Modified: fcitx-ui-light/trunk/PKGBUILD
===================================================================
--- fcitx-ui-light/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ fcitx-ui-light/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('fcitx' 'libxpm')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2")
 md5sums=('633e8b018da9c8f09f99567b5479cf18')
 
 build() {

Modified: firefox-noscript/trunk/PKGBUILD
===================================================================
--- firefox-noscript/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ firefox-noscript/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
-url="http://noscript.net/"
+url="https://noscript.net/"
 license=('GPL2')
 groups=('firefox-addons')
 depends=('firefox')

Modified: lib32-libidn/trunk/PKGBUILD
===================================================================
--- lib32-libidn/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ lib32-libidn/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -6,11 +6,11 @@
 pkgver=1.33
 pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
-url="http://www.gnu.org/software/libidn/"
+url="https://www.gnu.org/software/libidn/"
 arch=('x86_64')
 license=('GPL3' 'LGPL')
 depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+source=(https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
 sha1sums=('57872fdc665dcc585e16f4ac0bb35374b1103f7e'
           'SKIP')
 validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson <simon at josefsson.org>"

Modified: lmms/trunk/PKGBUILD
===================================================================
--- lmms/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ lmms/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -8,7 +8,7 @@
 pkgrel=4
 pkgdesc='The Linux MultiMedia Studio.'
 arch=('x86_64')
-url='http://lmms.sourceforge.net/'
+url='https://lmms.io'
 license=('GPL')
 depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound'
          'libsamplerate' 'shared-mime-info' 'fltk')
@@ -16,7 +16,7 @@
             'fftw: SpectrumAnalyzer plugin'
             'stk: STK instruments plugins'
             'pulseaudio: PulseAudio output')
-makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk' 'wine')
+makedepends=('cmake' 'ladspa' 'freetype2' 'fftw' 'stk' 'wine')
 makedepends_x86_64=('gcc-multilib')
 provides=('lmms-extras')
 conflicts=('lmms-extras')

Modified: wvstreams/trunk/PKGBUILD
===================================================================
--- wvstreams/trunk/PKGBUILD	2018-03-06 04:06:54 UTC (rev 302869)
+++ wvstreams/trunk/PKGBUILD	2018-03-06 04:12:48 UTC (rev 302870)
@@ -8,7 +8,7 @@
 pkgrel=14
 pkgdesc="A network programming library written in C++"
 arch=('x86_64')
-url="http://alumnit.ca/wiki/?page=WvStreams"
+url="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
 license=('LGPL')
 depends=('zlib' 'pam' 'xplc' 'openssl-1.0' 'readline')
 source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/wvstreams-$pkgver.tar.gz
@@ -52,7 +52,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  
+
   # FS#15974
   # --without-dbus still installs the pkg-config file
   rm "${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc"



More information about the arch-commits mailing list