All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Update unavailable whois 4.5.25 to available version 4.7.30.
@ 2010-01-05 13:19 Paul Menzel
  2010-01-05 17:50 ` Rolf Leggewie
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2010-01-05 13:19 UTC (permalink / raw)
  To: openembedded-devel


[-- Attachment #1.1: Type: text/plain, Size: 4333 bytes --]

Dear list,


trying to build a package where `virtual/libintl` is part of `DEPENDS`,
I noticed that whois cannot be build since the sources are not available
anymore. Therefore update the version and the checksums.

`bitbake whois` worked for me.


Thanks,

Paul

---

whois 4.5.25 is not available on all tried servers anymore.

	$ bitbake whois
	[…]
	NOTE: fetch ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz
	--2010-01-05 13:36:25--  ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz
        	   => `/srv/filme/oe/downloads/whois_4.5.25.tar.gz'
	Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
	Connecting to ftp.debian.org|130.89.149.226|:21... connected.
	Logging in as anonymous ... Logged in!
	==> SYST ... done.    ==> PWD ... done.
	==> TYPE I ... done.  ==> CWD (1) /debian/pool/main/w/whois ... done.
	==> SIZE whois_4.5.25.tar.gz ... done.
	==> PASV ... done.    ==> RETR whois_4.5.25.tar.gz ...
	No such file `whois_4.5.25.tar.gz'.
	[…]
	        NOTE: fetch http://mirrors.openembedded.org//whois_4.5.25.tar.gz
        --2010-01-05 13:37:45--  http://mirrors.openembedded.org//whois_4.5.25.tar.gz
        Resolving mirrors.openembedded.org... 82.197.159.157
        Connecting to mirrors.openembedded.org|82.197.159.157|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:45 ERROR 404: Not Found.

        NOTE: fetch http://sources.openembedded.org//whois_4.5.25.tar.gz
        --2010-01-05 13:37:45--  http://sources.openembedded.org//whois_4.5.25.tar.gz
        Resolving sources.openembedded.org... 140.211.169.165
        Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:46 ERROR 404: Not Found.

        NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/whois_4.5.25.tar.gz
        --2010-01-05 13:37:46--  http://www.angstrom-distribution.org/unstable/sources/whois_4.5.25.tar.gz
        Resolving www.angstrom-distribution.org... 188.40.83.200
        Connecting to www.angstrom-distribution.org|188.40.83.200|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:47 ERROR 404: Not Found.

        NOTE: Task failed: Fetch failed: ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 conf/checksums.ini            |    6 +++---
 recipes/whois/whois_4.5.25.bb |    6 ------
 recipes/whois/whois_4.7.30.bb |    6 ++++++
 3 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes/whois/whois_4.5.25.bb
 create mode 100644 recipes/whois/whois_4.7.30.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index d07da15..e16e6b2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -27662,9 +27662,9 @@ sha256=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3
 md5=e6051f1e1487ec0ebfdbda72bedc70ad
 sha256=69044b87c517b986dbc17a5f7e4de430cb56e605330c19c6bb0d384d5c37e638
 
-[ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz]
-md5=516fc54ce709e874133fc3b3c7c05447
-sha256=99979ff161ee209da21ae118eff9ca6de7c5cb1b0dc3397de18df534e0afaf76
+[ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.30.tar.gz]
+md5=0667190491a5a9ded8595b8e330dcc11
+sha256=67581c0fa7b75ccea366e531b807b02a7f1dbe6fc55d4cd440e8f09eea491d36
 
 [http://wifi-radar.systemimager.org/pub/wifi-radar-1.9.6.tar.bz2]
 md5=4ab4cc22d68dd0655ab28b75c7aa6248
diff --git a/recipes/whois/whois_4.5.25.bb b/recipes/whois/whois_4.5.25.bb
deleted file mode 100644
index 22952b0..0000000
--- a/recipes/whois/whois_4.5.25.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require whois.inc
-
-SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz"
-S = "${WORKDIR}/whois-${PV}"
-
-inherit gettext
diff --git a/recipes/whois/whois_4.7.30.bb b/recipes/whois/whois_4.7.30.bb
new file mode 100644
index 0000000..22952b0
--- /dev/null
+++ b/recipes/whois/whois_4.7.30.bb
@@ -0,0 +1,6 @@
+require whois.inc
+
+SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz"
+S = "${WORKDIR}/whois-${PV}"
+
+inherit gettext
-- 
1.6.5.7

[-- Attachment #1.2: 0001-Update-unavailable-whois-4.5.25-to-available-version.patch --]
[-- Type: text/x-patch, Size: 4393 bytes --]

From 785acbd1728937f65e29089cd8780a35abc1ceda Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net>
Date: Tue, 5 Jan 2010 14:09:08 +0100
Subject: [PATCH 1/1] Update unavailable whois 4.5.25 to available version 4.7.30.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

whois 4.5.25 is not available on all tried servers anymore.

	$ bitbake whois
	[…]
	NOTE: fetch ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz
	--2010-01-05 13:36:25--  ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz
        	   => `/srv/filme/oe/downloads/whois_4.5.25.tar.gz'
	Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
	Connecting to ftp.debian.org|130.89.149.226|:21... connected.
	Logging in as anonymous ... Logged in!
	==> SYST ... done.    ==> PWD ... done.
	==> TYPE I ... done.  ==> CWD (1) /debian/pool/main/w/whois ... done.
	==> SIZE whois_4.5.25.tar.gz ... done.
	==> PASV ... done.    ==> RETR whois_4.5.25.tar.gz ...
	No such file `whois_4.5.25.tar.gz'.
	[…]
	        NOTE: fetch http://mirrors.openembedded.org//whois_4.5.25.tar.gz
        --2010-01-05 13:37:45--  http://mirrors.openembedded.org//whois_4.5.25.tar.gz
        Resolving mirrors.openembedded.org... 82.197.159.157
        Connecting to mirrors.openembedded.org|82.197.159.157|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:45 ERROR 404: Not Found.

        NOTE: fetch http://sources.openembedded.org//whois_4.5.25.tar.gz
        --2010-01-05 13:37:45--  http://sources.openembedded.org//whois_4.5.25.tar.gz
        Resolving sources.openembedded.org... 140.211.169.165
        Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:46 ERROR 404: Not Found.

        NOTE: fetch http://www.angstrom-distribution.org/unstable/sources/whois_4.5.25.tar.gz
        --2010-01-05 13:37:46--  http://www.angstrom-distribution.org/unstable/sources/whois_4.5.25.tar.gz
        Resolving www.angstrom-distribution.org... 188.40.83.200
        Connecting to www.angstrom-distribution.org|188.40.83.200|:80... connected.
        HTTP request sent, awaiting response... 404 Not Found
        2010-01-05 13:37:47 ERROR 404: Not Found.

        NOTE: Task failed: Fetch failed: ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 conf/checksums.ini            |    6 +++---
 recipes/whois/whois_4.5.25.bb |    6 ------
 recipes/whois/whois_4.7.30.bb |    6 ++++++
 3 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes/whois/whois_4.5.25.bb
 create mode 100644 recipes/whois/whois_4.7.30.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index d07da15..e16e6b2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -27662,9 +27662,9 @@ sha256=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3
 md5=e6051f1e1487ec0ebfdbda72bedc70ad
 sha256=69044b87c517b986dbc17a5f7e4de430cb56e605330c19c6bb0d384d5c37e638
 
-[ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.5.25.tar.gz]
-md5=516fc54ce709e874133fc3b3c7c05447
-sha256=99979ff161ee209da21ae118eff9ca6de7c5cb1b0dc3397de18df534e0afaf76
+[ftp://ftp.debian.org/debian/pool/main/w/whois/whois_4.7.30.tar.gz]
+md5=0667190491a5a9ded8595b8e330dcc11
+sha256=67581c0fa7b75ccea366e531b807b02a7f1dbe6fc55d4cd440e8f09eea491d36
 
 [http://wifi-radar.systemimager.org/pub/wifi-radar-1.9.6.tar.bz2]
 md5=4ab4cc22d68dd0655ab28b75c7aa6248
diff --git a/recipes/whois/whois_4.5.25.bb b/recipes/whois/whois_4.5.25.bb
deleted file mode 100644
index 22952b0..0000000
--- a/recipes/whois/whois_4.5.25.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require whois.inc
-
-SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz"
-S = "${WORKDIR}/whois-${PV}"
-
-inherit gettext
diff --git a/recipes/whois/whois_4.7.30.bb b/recipes/whois/whois_4.7.30.bb
new file mode 100644
index 0000000..22952b0
--- /dev/null
+++ b/recipes/whois/whois_4.7.30.bb
@@ -0,0 +1,6 @@
+require whois.inc
+
+SRC_URI = "${DEBIAN_MIRROR}/main/w/whois/whois_${PV}.tar.gz"
+S = "${WORKDIR}/whois-${PV}"
+
+inherit gettext
-- 
1.6.5.7


[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-23 10:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-05 13:19 [PATCH 1/1] Update unavailable whois 4.5.25 to available version 4.7.30 Paul Menzel
2010-01-05 17:50 ` Rolf Leggewie
2010-01-05 22:50   ` Denys Dmytriyenko
2010-01-06 22:16     ` Rolf Leggewie
2010-01-23 10:31   ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.