aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-07-31 10:51:09 -0700
committerKhem Raj <raj.khem@gmail.com>2009-07-31 10:51:09 -0700
commit758a9ce142a669fce2b6eee0c4730716916f3038 (patch)
tree3a350ce6206721e3aebe038c549e3ee485393e36
parent7cdcc9ad25c0affb3982c4f0e4d0fb21137ba26c (diff)
downloadopenembedded-758a9ce142a669fce2b6eee0c4730716916f3038.tar.gz
tinylogin, unzip: Update URLs.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/checksums.ini8
-rw-r--r--recipes/tinylogin/tinylogin_1.4.bb3
-rw-r--r--recipes/unzip/unzip_552.bb3
3 files changed, 11 insertions, 3 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 55d50a8c90..fb2e7f2aa1 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 54708b2d4b..23ee694b1c 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 d8809196d8..16b63de2dd 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}"