From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxGgI-0001fs-Ec for guix-patches@gnu.org; Tue, 04 Sep 2018 15:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxGgE-0003xI-C3 for guix-patches@gnu.org; Tue, 04 Sep 2018 15:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxGgE-0003xA-6z for guix-patches@gnu.org; Tue, 04 Sep 2018 15:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fxGgD-0000TZ-VS for guix-patches@gnu.org; Tue, 04 Sep 2018 15:08:01 -0400 Subject: [bug#32635] [PATCH 2/2] gnu: mp3: Use HTTPS where possible. References: <87tvn59jcr.fsf@gmail.com> In-Reply-To: <87tvn59jcr.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Wed, 05 Sep 2018 03:06:54 +0800 Message-ID: <87lg8h9j5d.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32635@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-mp3-Use-HTTPS-where-possible.patch Content-Transfer-Encoding: quoted-printable From=20e8b78839d99a6f1b66f405f90644bb3c0fe69f06 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Wed, 5 Sep 2018 02:16:53 +0800 Subject: [PATCH 2/2] gnu: mp3: Use HTTPS where possible. * gnu/packages/mp3.scm (libmad)[home-page]: Use HTTPS. (libid3tag)[home-page]: Likewise. (mp3info)[source, home-page]: Likewise. (mpg123)[source]: Likewise. (libmpcdec)[source, home-page]: Likewise. =2D-- gnu/packages/mp3.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index fb919c6e6..c9effbafa 100644 =2D-- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -84,7 +84,7 @@ fully implemented. =20 This package contains the library.") (license license:gpl2+) =2D (home-page "http://www.underbit.com/products/mad/"))) + (home-page "https://www.underbit.com/products/mad/"))) =20 (define-public libid3tag (package @@ -105,7 +105,7 @@ This package contains the library.") "Libid3tag is a library for reading ID3 tags, both ID3v1 and the vario= us versions of ID3v2.") (license license:gpl2+) =2D (home-page "http://www.underbit.com/products/mad/"))) + (home-page "https://www.underbit.com/products/mad/"))) =20 (define-public id3lib (package @@ -184,7 +184,7 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.= ") (source (origin (method url-fetch) (uri (string-append =2D "http://ibiblio.org" + "https://ibiblio.org" "/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-" version ".tgz")) (sha256 @@ -231,7 +231,7 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.= ") (inputs `(("gtk+" ,gtk+-2) ("ncurses" ,ncurses))) =2D (home-page "http://www.ibiblio.org/mp3info/") + (home-page "https://www.ibiblio.org/mp3info/") (synopsis "MP3 technical info viewer and ID3 1.x tag editor") (description "MP3Info is a little utility used to read and modify the ID3 tags of = MP3 @@ -309,7 +309,7 @@ This package contains the binary.") (uri (list (string-append "mirror://sourceforge/mpg123/mpg12= 3/" version "/mpg123-" version ".tar.b= z2") (string-append =2D "http://www.mpg123.org/download/mpg123-" + "https://www.mpg123.org/download/mpg123-" version ".tar.bz2"))) (sha256 (base32 @@ -413,7 +413,7 @@ for album and track information.") (source (origin (method url-fetch) (uri (string-append =2D "http://files.musepack.net/source/libmpcdec-" + "https://files.musepack.net/source/libmpcdec-" version ".tar.bz2")) (sha256 (base32 @@ -424,7 +424,7 @@ for album and track information.") "This library supports decoding of the Musepack (MPC) audio compressi= on format.") (license license:bsd-3) =2D (home-page "http://musepack.net"))) + (home-page "https://musepack.net"))) =20 (define-public mpc123 (package =2D-=20 2.18.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSof2ZdXkE0FM5aU4XzrkvbI+zaGwUCW47XzgAKCRDzrkvbI+za Gw3BAP9W8r96qi+unxFoWN904HruaiRYNtCaF8QB5dtfxu4NAwEAg4CZ9+hH27oz kw7zU1xnA6hryw1+iyAWOSvvqyBiBQ0= =dWrH -----END PGP SIGNATURE----- --==-=-=--