diff mbox

[1/1] package/cdrkit: download from svn

Message ID 1413721134-23010-1-git-send-email-kaszak@gmail.com
State Superseded
Headers show

Commit Message

Karoly Kasza Oct. 19, 2014, 12:18 p.m. UTC
www.cdrkit.org looks dead, the cdrkit archive always downloads from the
buildroot.org mirror. This patch points the downloader back to the
original svn release.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/cdrkit/cdrkit.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Oct. 19, 2014, 1:20 p.m. UTC | #1
Karoly, All,

On 2014-10-19 14:18 +0200, Karoly Kasza spake thusly:
> www.cdrkit.org looks dead, the cdrkit archive always downloads from the
> buildroot.org mirror. This patch points the downloader back to the
> original svn release.
> 
> Signed-off-by: Karoly Kasza <kaszak@gmail.com>
> ---
>  package/cdrkit/cdrkit.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
> index 8ec0b8b..b2f0459 100644
> --- a/package/cdrkit/cdrkit.mk
> +++ b/package/cdrkit/cdrkit.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -CDRKIT_VERSION = 1.1.11
> -CDRKIT_SITE = http://www.cdrkit.org/releases
> +CDRKIT_SITE = svn://svn.debian.org/debburn/cdrkit/tags/release_1.1.11/
> +CDRKIT_VERSION = 854

NAK. Here's why:

I would prefer we keep a resource that is accessible via the standard
http protocol, as the svn protocol is often blocked by enterprise
firewalls.

So, unless there are very interesting and important changes in the
Debian svn tree, we should switch to using a tarball from the Debian
archives, at:

    http://snapshot.debian.org/

Regards,
Yann E. MORIN.

>  CDRKIT_DEPENDENCIES = libcap bzip2 zlib
>  CDRKIT_LICENSE = GPLv2
>  CDRKIT_LICENSE_FILES = COPYING
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 8ec0b8b..b2f0459 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-CDRKIT_VERSION = 1.1.11
-CDRKIT_SITE = http://www.cdrkit.org/releases
+CDRKIT_SITE = svn://svn.debian.org/debburn/cdrkit/tags/release_1.1.11/
+CDRKIT_VERSION = 854
 CDRKIT_DEPENDENCIES = libcap bzip2 zlib
 CDRKIT_LICENSE = GPLv2
 CDRKIT_LICENSE_FILES = COPYING