[oe-commits] Khem Raj : tinylogin, unzip: Update URLs.

git version control git at git.openembedded.org
Fri Jul 31 17:52:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 758a9ce142a669fce2b6eee0c4730716916f3038
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=758a9ce142a669fce2b6eee0c4730716916f3038

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jul 31 10:51:09 2009 -0700

tinylogin, unzip: Update URLs.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/checksums.ini                 |    8 ++++++++
 recipes/tinylogin/tinylogin_1.4.bb |    3 ++-
 recipes/unzip/unzip_552.bb         |    3 +--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 55d50a8..fb2e7f2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -23538,6 +23538,10 @@ sha256=0da9424503faad972860682107157d7348872f00f932ec270c78f17ee495dc97
 md5=5396e8d279b5140e86113c80abc041ad
 sha256=2e6a535ba29d06337daf22ae12e17cbe10e70de95134ebd7b6e8a6838e3ca5a0
 
+[http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-1.4.tar.bz2]
+md5=44da0ff2b727455669890b24305e351d
+sha256=5e542e4b7825305a3678bf73136c392feb0d44b8bbf926e8eda5453eea7ddd6b
+
 [http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2]
 md5=44da0ff2b727455669890b24305e351d
 sha256=5e542e4b7825305a3678bf73136c392feb0d44b8bbf926e8eda5453eea7ddd6b
@@ -24170,6 +24174,10 @@ sha256=4605f3f0001afd3af91ffb554dfd65c5cd313b6b9ada52ae8b2efdccf894cfa2
 md5=06966791546a7b40a2b0139fba552cb0
 sha256=f53533b44a9c17972aff6ac7047c6ac1e2e5e2930254eccdb1239678a6dd1793
 
+[http://downloads.sourceforge.net/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip552.tar.gz]
+md5=9d23919999d6eac9217d1f41472034a9
+sha256=145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9
+
 [http://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz]
 md5=9d23919999d6eac9217d1f41472034a9
 sha256=145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9
diff --git a/recipes/tinylogin/tinylogin_1.4.bb b/recipes/tinylogin/tinylogin_1.4.bb
index 54708b2..23ee694 100644
--- a/recipes/tinylogin/tinylogin_1.4.bb
+++ b/recipes/tinylogin/tinylogin_1.4.bb
@@ -7,7 +7,8 @@ SECTION = "base"
 LICENSE = "GPL"
 PR = "r6"
 
-SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
+#SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
+SRC_URI = "http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-${PV}.tar.bz2 \
 	file://cvs-20040608.patch;patch=1;pnum=1 \
 	file://add-system.patch;patch=1;pnum=1 \
 	file://adduser-empty_pwd.patch;patch=1 \
diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index d880919..16b63de 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -2,8 +2,7 @@ DESCRIPTION = "A (de)compression library for the ZIP format"
 SECTION = "console/utils"
 LICENSE = "Info-ZIP"
 PR = "r1"
-
-SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz"
 S = "${WORKDIR}/unzip-5.52"
 
 export LD = "${CC} ${LDFLAGS}"





More information about the Openembedded-commits mailing list