All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash
@ 2015-04-19 17:13 Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 02/10] package/liblockfile: " Bernd Kuhls
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot

Change upstream URL to sourceforge and add it to Config.in

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/memstat/Config.in    |    2 ++
 package/memstat/memstat.hash |    2 ++
 package/memstat/memstat.mk   |    4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 package/memstat/memstat.hash

diff --git a/package/memstat/Config.in b/package/memstat/Config.in
index ca34ea3..b790612 100644
--- a/package/memstat/Config.in
+++ b/package/memstat/Config.in
@@ -5,3 +5,5 @@ config BR2_PACKAGE_MEMSTAT
 	  libraries that are using up virtual memory. It's helpful to
 	  see how the shared memory is used and which 'old' libs are
 	  loaded.
+
+	  http://sourceforge.net/projects/memstattool
diff --git a/package/memstat/memstat.hash b/package/memstat/memstat.hash
new file mode 100644
index 0000000..f27e7d2
--- /dev/null
+++ b/package/memstat/memstat.hash
@@ -0,0 +1,2 @@
+# From http://sourceforge.net/projects/memstattool/files/
+sha1	26071dbc30a2796c0503c7d8060a548ca36f8df9	memstat_1.0.tar.gz
diff --git a/package/memstat/memstat.mk b/package/memstat/memstat.mk
index 074e985..7ee4d60 100644
--- a/package/memstat/memstat.mk
+++ b/package/memstat/memstat.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-MEMSTAT_VERSION = 0.8
-MEMSTAT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/memstat
+MEMSTAT_VERSION = 1.0
+MEMSTAT_SITE = http://downloads.sourceforge.net/project/memstattool
 MEMSTAT_SOURCE = memstat_$(MEMSTAT_VERSION).tar.gz
 MEMSTAT_LICENSE = GPL
 MEMSTAT_LICENSE_FILES = debian/copyright
-- 
1.7.10.4

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

* [Buildroot] [PATCH 02/10] package/liblockfile: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
@ 2015-04-19 17:13 ` Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 03/10] package/lockdev: " Bernd Kuhls
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/liblockfile/liblockfile.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/liblockfile/liblockfile.hash

diff --git a/package/liblockfile/liblockfile.hash b/package/liblockfile/liblockfile.hash
new file mode 100644
index 0000000..7f7ee7f
--- /dev/null
+++ b/package/liblockfile/liblockfile.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/libl/liblockfile/liblockfile_1.08-4.dsc
+sha256	d63293d5091d7fdc0259563694e4d68771310dbc4e70e188e6b68e7a776405cb	liblockfile_1.08.orig.tar.gz
+sha256	e1343c37b83722abdaa1b5d98e1696748ca134ad36752b8affebebd51ef78468	liblockfile_1.08-4.debian.tar.bz2
-- 
1.7.10.4

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

* [Buildroot] [PATCH 03/10] package/lockdev: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 02/10] package/liblockfile: " Bernd Kuhls
@ 2015-04-19 17:13 ` Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 04/10] package/lockfile-progs: " Bernd Kuhls
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/lockdev/lockdev.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/lockdev/lockdev.hash

diff --git a/package/lockdev/lockdev.hash b/package/lockdev/lockdev.hash
new file mode 100644
index 0000000..bb055e4
--- /dev/null
+++ b/package/lockdev/lockdev.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockdev/lockdev_1.0.3-1.6.dsc
+sha256	ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82	lockdev_1.0.3.orig.tar.gz
+sha256	a5405c6ee5e97e45eeb1c81330a7e9f444a58bda5e6771fa30007516c115007e	lockdev_1.0.3-1.6.diff.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 04/10] package/lockfile-progs: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 02/10] package/liblockfile: " Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 03/10] package/lockdev: " Bernd Kuhls
@ 2015-04-19 17:13 ` Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 05/10] package/mii-diag: " Bernd Kuhls
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/lockfile-progs/lockfile-progs.hash |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/lockfile-progs/lockfile-progs.hash

diff --git a/package/lockfile-progs/lockfile-progs.hash b/package/lockfile-progs/lockfile-progs.hash
new file mode 100644
index 0000000..e628f0c
--- /dev/null
+++ b/package/lockfile-progs/lockfile-progs.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockfile-progs/lockfile-progs_0.1.17.dsc
+sha256	03fb05d25499532f497775b1747b61fa6beebf12d3bcc951e125349ae166c511	lockfile-progs_0.1.17.tar.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 05/10] package/mii-diag: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (2 preceding siblings ...)
  2015-04-19 17:13 ` [Buildroot] [PATCH 04/10] package/lockfile-progs: " Bernd Kuhls
@ 2015-04-19 17:13 ` Bernd Kuhls
  2015-04-19 17:13 ` [Buildroot] [PATCH 06/10] package/rsh-redone: " Bernd Kuhls
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mii-diag/mii-diag.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/mii-diag/mii-diag.hash

diff --git a/package/mii-diag/mii-diag.hash b/package/mii-diag/mii-diag.hash
new file mode 100644
index 0000000..22c69e3
--- /dev/null
+++ b/package/mii-diag/mii-diag.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/mii-diag/mii-diag_2.11-3.dsc
+sha256	c690e87e6010607593c1cc2ccd5c481eb3be179387220ad445d8ab83d73ad41c	mii-diag_2.11.orig.tar.gz
+sha256	b49fd3e7c0c446a949c3ca246cc441824d7ef5a61530f884756a82b0b2997190	mii-diag_2.11-3.diff.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 06/10] package/rsh-redone: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (3 preceding siblings ...)
  2015-04-19 17:13 ` [Buildroot] [PATCH 05/10] package/mii-diag: " Bernd Kuhls
@ 2015-04-19 17:13 ` Bernd Kuhls
  2015-04-19 17:14 ` [Buildroot] [PATCH 07/10] package/setserial: " Bernd Kuhls
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsh-redone/rsh-redone.hash |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/rsh-redone/rsh-redone.hash

diff --git a/package/rsh-redone/rsh-redone.hash b/package/rsh-redone/rsh-redone.hash
new file mode 100644
index 0000000..ba85607
--- /dev/null
+++ b/package/rsh-redone/rsh-redone.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85-2.dsc
+sha256	55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811	rsh-redone_85.orig.tar.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 07/10] package/setserial: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (4 preceding siblings ...)
  2015-04-19 17:13 ` [Buildroot] [PATCH 06/10] package/rsh-redone: " Bernd Kuhls
@ 2015-04-19 17:14 ` Bernd Kuhls
  2015-04-19 17:14 ` [Buildroot] [PATCH 08/10] package/sysvinit: " Bernd Kuhls
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:14 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/setserial/setserial.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/setserial/setserial.hash

diff --git a/package/setserial/setserial.hash b/package/setserial/setserial.hash
new file mode 100644
index 0000000..ce3b369
--- /dev/null
+++ b/package/setserial/setserial.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/s/setserial/setserial_2.17-45.3.dsc
+sha256	7e4487d320ac31558563424189435d396ddf77953bb23111a17a3d1487b5794a	setserial_2.17.orig.tar.gz
+sha256	33db87e8a86cf12b7c97efca9e056865e71358e8cfeb3931118b2647ce1eecc6	setserial_2.17-45.3.diff.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 08/10] package/sysvinit: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (5 preceding siblings ...)
  2015-04-19 17:14 ` [Buildroot] [PATCH 07/10] package/setserial: " Bernd Kuhls
@ 2015-04-19 17:14 ` Bernd Kuhls
  2015-04-19 17:14 ` [Buildroot] [PATCH 09/10] package/thttpd: " Bernd Kuhls
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:14 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/sysvinit/sysvinit.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/sysvinit/sysvinit.hash

diff --git a/package/sysvinit/sysvinit.hash b/package/sysvinit/sysvinit.hash
new file mode 100644
index 0000000..268b984
--- /dev/null
+++ b/package/sysvinit/sysvinit.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/s/sysvinit/sysvinit_2.88dsf-13.1%2Bsqueeze1.dsc
+sha256	b016f937958d2809a020d407e1287bdc09abf1d44efaa96530e2ea57f544f4e8	sysvinit_2.88dsf.orig.tar.gz
+sha256	26b456a31036b1e1c2486c22ca2b7fde6d723b7c63669604eacc61cfb6609ef8	sysvinit_2.88dsf-13.1+squeeze1.diff.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 09/10] package/thttpd: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (6 preceding siblings ...)
  2015-04-19 17:14 ` [Buildroot] [PATCH 08/10] package/sysvinit: " Bernd Kuhls
@ 2015-04-19 17:14 ` Bernd Kuhls
  2015-04-19 17:14 ` [Buildroot] [PATCH 10/10] package/usbmount: " Bernd Kuhls
  2015-04-19 21:23 ` [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, " Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:14 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/thttpd/thttpd.hash |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/thttpd/thttpd.hash

diff --git a/package/thttpd/thttpd.hash b/package/thttpd/thttpd.hash
new file mode 100644
index 0000000..2400f5b
--- /dev/null
+++ b/package/thttpd/thttpd.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/t/thttpd/thttpd_2.25b-11.dsc
+sha256	07719b08b1cff6a21c08697a7bcb4395425b07ee753106262fb62a03a7d32360	thttpd_2.25b.orig.tar.gz
+sha256	4d213c18daf121d21412cc54864fbca250e1773a91df6573373e1d2273a2cec9	thttpd_2.25b-11.diff.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 10/10] package/usbmount: add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (7 preceding siblings ...)
  2015-04-19 17:14 ` [Buildroot] [PATCH 09/10] package/thttpd: " Bernd Kuhls
@ 2015-04-19 17:14 ` Bernd Kuhls
  2015-04-19 21:23 ` [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, " Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-04-19 17:14 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/usbmount/usbmount.hash |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/usbmount/usbmount.hash

diff --git a/package/usbmount/usbmount.hash b/package/usbmount/usbmount.hash
new file mode 100644
index 0000000..4a5c7f2
--- /dev/null
+++ b/package/usbmount/usbmount.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/u/usbmount/usbmount_0.0.22.dsc
+sha256	a2b8581534b6c92f0376d202639dbc28862d3834dac64c35bde752f84975527d	usbmount_0.0.22.tar.gz
-- 
1.7.10.4

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

* [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash
  2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
                   ` (8 preceding siblings ...)
  2015-04-19 17:14 ` [Buildroot] [PATCH 10/10] package/usbmount: " Bernd Kuhls
@ 2015-04-19 21:23 ` Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2015-04-19 21:23 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sun, 19 Apr 2015 19:13:54 +0200, Bernd Kuhls wrote:
> Change upstream URL to sourceforge and add it to Config.in
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/memstat/Config.in    |    2 ++
>  package/memstat/memstat.hash |    2 ++
>  package/memstat/memstat.mk   |    4 ++--
>  3 files changed, 6 insertions(+), 2 deletions(-)
>  create mode 100644 package/memstat/memstat.hash

Series applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-04-19 21:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-19 17:13 [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, add hash Bernd Kuhls
2015-04-19 17:13 ` [Buildroot] [PATCH 02/10] package/liblockfile: " Bernd Kuhls
2015-04-19 17:13 ` [Buildroot] [PATCH 03/10] package/lockdev: " Bernd Kuhls
2015-04-19 17:13 ` [Buildroot] [PATCH 04/10] package/lockfile-progs: " Bernd Kuhls
2015-04-19 17:13 ` [Buildroot] [PATCH 05/10] package/mii-diag: " Bernd Kuhls
2015-04-19 17:13 ` [Buildroot] [PATCH 06/10] package/rsh-redone: " Bernd Kuhls
2015-04-19 17:14 ` [Buildroot] [PATCH 07/10] package/setserial: " Bernd Kuhls
2015-04-19 17:14 ` [Buildroot] [PATCH 08/10] package/sysvinit: " Bernd Kuhls
2015-04-19 17:14 ` [Buildroot] [PATCH 09/10] package/thttpd: " Bernd Kuhls
2015-04-19 17:14 ` [Buildroot] [PATCH 10/10] package/usbmount: " Bernd Kuhls
2015-04-19 21:23 ` [Buildroot] [PATCH 01/10] package/memstat: bump version to 1.0, " Thomas Petazzoni

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.