* [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26
@ 2015-04-19 14:29 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 02/19] package/fmtools: bump version to 2.0.7 Bernd Kuhls
` (17 more replies)
0 siblings, 18 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
removed patches applied upstream:
https://github.com/dajobe/flickcurl/commit/1f5e208a4709a3030258024ea63834aab41bca3c
https://github.com/dajobe/flickcurl/commit/3e65bbfc1c556ac8bd1d30db66d6e63957066b75
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
...ttps-for-all-service-endpoints.-HTTP-EOL-.patch | 40 --------------------
...auth-services-are-on-https-www.flickr.com.patch | 30 ---------------
package/flickcurl/flickcurl.mk | 2 +-
3 files changed, 1 insertion(+), 71 deletions(-)
delete mode 100644 package/flickcurl/0001-Switch-to-https-for-all-service-endpoints.-HTTP-EOL-.patch
delete mode 100644 package/flickcurl/0002-Oauth-services-are-on-https-www.flickr.com.patch
diff --git a/package/flickcurl/0001-Switch-to-https-for-all-service-endpoints.-HTTP-EOL-.patch b/package/flickcurl/0001-Switch-to-https-for-all-service-endpoints.-HTTP-EOL-.patch
deleted file mode 100644
index 576b611..0000000
--- a/package/flickcurl/0001-Switch-to-https-for-all-service-endpoints.-HTTP-EOL-.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 1f5e208a4709a3030258024ea63834aab41bca3c Mon Sep 17 00:00:00 2001
-From: Dave Beckett <dave@dajobe.org>
-Date: Sat, 31 May 2014 12:10:35 -0700
-Subject: [PATCH] Switch to https for all service endpoints. HTTP EOL
- 2014-06-27
-
-2014-04-30 Flickr announced that it would be HTTPS only from 2014-06-27
-http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/
-
-Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
----
- src/common.c | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/src/common.c b/src/common.c
-index ef05e08..245db18 100644
---- a/src/common.c
-+++ b/src/common.c
-@@ -73,12 +73,12 @@ const char* const flickcurl_home_url_string = "http://librdf.org/flickcurl/";
- const char* const flickcurl_version_string = VERSION;
-
-
--const char* const flickcurl_flickr_service_uri = "http://www.flickr.com/services/rest/";
--const char* const flickcurl_flickr_upload_service_uri = "http://api.flickr.com/services/upload/";
--const char* const flickcurl_flickr_replace_service_uri = "http://api.flickr.com/services/replace/";
--const char* const flickcurl_flickr_oauth_request_token_uri = "http://www.flickr.com/services/oauth/request_token";
--const char* const flickcurl_flickr_oauth_authorize_uri = "http://www.flickr.com/services/oauth/authorize";
--const char* const flickcurl_flickr_oauth_access_token_uri = "http://www.flickr.com/services/oauth/access_token";
-+const char* const flickcurl_flickr_service_uri = "https://api.flickr.com/services/rest/";
-+const char* const flickcurl_flickr_upload_service_uri = "https://up.flickr.com/services/upload/";
-+const char* const flickcurl_flickr_replace_service_uri = "https://up.flickr.com/services/replace/";
-+const char* const flickcurl_flickr_oauth_request_token_uri = "https://api.flickr.com/services/oauth/request_token";
-+const char* const flickcurl_flickr_oauth_authorize_uri = "https://api.flickr.com/services/oauth/authorize";
-+const char* const flickcurl_flickr_oauth_access_token_uri = "https://api.flickr.com/services/oauth/access_token";
-
-
- static void
---
-2.0.0
-
diff --git a/package/flickcurl/0002-Oauth-services-are-on-https-www.flickr.com.patch b/package/flickcurl/0002-Oauth-services-are-on-https-www.flickr.com.patch
deleted file mode 100644
index 1ed9af2..0000000
--- a/package/flickcurl/0002-Oauth-services-are-on-https-www.flickr.com.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 3e65bbfc1c556ac8bd1d30db66d6e63957066b75 Mon Sep 17 00:00:00 2001
-From: Dave Beckett <dave@dajobe.org>
-Date: Sat, 31 May 2014 12:56:22 -0700
-Subject: [PATCH] Oauth services are on https www.flickr.com
-
-Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
----
- src/common.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/common.c b/src/common.c
-index 245db18..c697a7d 100644
---- a/src/common.c
-+++ b/src/common.c
-@@ -76,9 +76,9 @@ const char* const flickcurl_version_string = VERSION;
- const char* const flickcurl_flickr_service_uri = "https://api.flickr.com/services/rest/";
- const char* const flickcurl_flickr_upload_service_uri = "https://up.flickr.com/services/upload/";
- const char* const flickcurl_flickr_replace_service_uri = "https://up.flickr.com/services/replace/";
--const char* const flickcurl_flickr_oauth_request_token_uri = "https://api.flickr.com/services/oauth/request_token";
--const char* const flickcurl_flickr_oauth_authorize_uri = "https://api.flickr.com/services/oauth/authorize";
--const char* const flickcurl_flickr_oauth_access_token_uri = "https://api.flickr.com/services/oauth/access_token";
-+const char* const flickcurl_flickr_oauth_request_token_uri = "https://www.flickr.com/services/oauth/request_token";
-+const char* const flickcurl_flickr_oauth_authorize_uri = "https://www.flickr.com/services/oauth/authorize";
-+const char* const flickcurl_flickr_oauth_access_token_uri = "https://www.flickr.com/services/oauth/access_token";
-
-
- static void
---
-2.0.0
-
diff --git a/package/flickcurl/flickcurl.mk b/package/flickcurl/flickcurl.mk
index 2b5ea5b..ce836f7 100644
--- a/package/flickcurl/flickcurl.mk
+++ b/package/flickcurl/flickcurl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FLICKCURL_VERSION = 1.25
+FLICKCURL_VERSION = 1.26
FLICKCURL_SITE = http://download.dajobe.org/flickcurl
FLICKCURL_LICENSE = LGPLv2.1+ or GPLv2+ or Apache 2.0+
FLICKCURL_LICENSE_FILES = COPYING COPYING.LIB LICENSE-2.0.txt LICENSE.html
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 02/19] package/fmtools: bump version to 2.0.7
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1 Bernd Kuhls
` (16 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/fmtools/fmtools.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/fmtools/fmtools.mk b/package/fmtools/fmtools.mk
index bacd73c..4b1b64f 100644
--- a/package/fmtools/fmtools.mk
+++ b/package/fmtools/fmtools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FMTOOLS_VERSION = 2.0.1
+FMTOOLS_VERSION = 2.0.7
FMTOOLS_SITE = http://benpfaff.org/fmtools
FMTOOLS_LICENSE = GPLv2+
FMTOOLS_LICENSE_FILES = COPYING
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 02/19] package/fmtools: bump version to 2.0.7 Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 21:25 ` Thomas Petazzoni
2015-04-26 12:30 ` Thomas Petazzoni
2015-04-19 14:29 ` [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12 Bernd Kuhls
` (15 subsequent siblings)
17 siblings, 2 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Removed unneeded patches, Debian did the same:
http://metadata.ftp-master.debian.org/changelogs/main/g/gnuchess/unstable_changelog
gnuchess (6.0.2-1) unstable; urgency=low
* New upstream version (Closes: #637722)
[...]
- Drop patches
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/gnuchess/0001-getline-conflicts.patch | 48 -------------------------
package/gnuchess/0002-misc-fixes.patch | 11 ------
package/gnuchess/gnuchess.mk | 2 +-
3 files changed, 1 insertion(+), 60 deletions(-)
delete mode 100644 package/gnuchess/0001-getline-conflicts.patch
delete mode 100644 package/gnuchess/0002-misc-fixes.patch
diff --git a/package/gnuchess/0001-getline-conflicts.patch b/package/gnuchess/0001-getline-conflicts.patch
deleted file mode 100644
index 94add79..0000000
--- a/package/gnuchess/0001-getline-conflicts.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-This patch fixes a conflict between the C library getline() function
-and gnuchess getline() function.
-
-Patch borrowed from the gnuchess Debian package.
-
-Index: gnuchess-5.07/src/input.c
-===================================================================
---- gnuchess-5.07.orig/src/input.c 2009-09-29 16:01:38.000000000 +0200
-+++ gnuchess-5.07/src/input.c 2009-09-29 16:02:57.000000000 +0200
-@@ -127,7 +127,7 @@
- (RealGameCnt+1)/2 + 1 );
- }
- pthread_mutex_lock(&input_mutex);
-- getline(prompt);
-+ get_line(prompt);
- input_status = INPUT_AVAILABLE;
- pthread_cond_signal(&input_cond);
- pthread_mutex_unlock(&input_mutex);
-@@ -173,13 +173,13 @@
- {
- #ifdef HAVE_LIBREADLINE
- if (isatty(STDIN_FILENO)) {
-- getline = getline_readline;
-+ get_line = getline_readline;
- using_history();
- } else {
-- getline = getline_standard;
-+ get_line = getline_standard;
- }
- #else
-- getline = getline_standard;
-+ get_line = getline_standard;
- #endif
- /* Start input thread */
- pthread_create(&input_thread, NULL, input_func, NULL);
-Index: gnuchess-5.07/src/common.h
-===================================================================
---- gnuchess-5.07.orig/src/common.h 2009-09-29 16:06:17.000000000 +0200
-+++ gnuchess-5.07/src/common.h 2009-09-29 16:06:40.000000000 +0200
-@@ -745,7 +745,7 @@
- * Input routine, initialized to one of the specific
- * input routines. The given argument is the prompt.
- */
--void (*getline) (char *);
-+void (*get_line) (char *);
-
- #define MAXSTR 128
- extern char inputstr[MAXSTR];
diff --git a/package/gnuchess/0002-misc-fixes.patch b/package/gnuchess/0002-misc-fixes.patch
deleted file mode 100644
index 18979b6..0000000
--- a/package/gnuchess/0002-misc-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/input.c 2003-07-01 13:06:43.000000000 -0400
-+++ a/src/input.c 2008-02-13 12:24:43.000000000 -0500
-@@ -92,7 +92,7 @@ void getline_standard(char *p)
- fgets(inputstr, MAXSTR, stdin);
- }
-
--static pthread_t input_thread;
-+pthread_t input_thread;
-
- /* Mutex and condition variable for thread communication */
-
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
index 1ab22db..48e8bc8 100644
--- a/package/gnuchess/gnuchess.mk
+++ b/package/gnuchess/gnuchess.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GNUCHESS_VERSION = 5.07
+GNUCHESS_VERSION = 6.2.1
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
GNUCHESS_LICENSE = GPLv2+
GNUCHESS_LICENSE_FILES = COPYING
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 02/19] package/fmtools: bump version to 2.0.7 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1 Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:36 ` Gustavo Zacarias
2015-04-19 14:29 ` [Buildroot] [PATCH 05/19] package/ftop: add hash Bernd Kuhls
` (14 subsequent siblings)
17 siblings, 1 reply; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/hiawatha/hiawatha.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk
index 76619e0..9a8ec15 100644
--- a/package/hiawatha/hiawatha.mk
+++ b/package/hiawatha/hiawatha.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HIAWATHA_VERSION = 9.2
+HIAWATHA_VERSION = 9.12
HIAWATHA_SITE = http://www.hiawatha-webserver.org/files
HIAWATHA_LICENSE = GPLv2
HIAWATHA_LICENSE_FILES = LICENSE
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 05/19] package/ftop: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (2 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12 Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 06/19] package/gdbm: " Bernd Kuhls
` (13 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ftop/ftop.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/ftop/ftop.hash
diff --git a/package/ftop/ftop.hash b/package/ftop/ftop.hash
new file mode 100644
index 0000000..06f2fb1
--- /dev/null
+++ b/package/ftop/ftop.hash
@@ -0,0 +1,2 @@
+# From https://code.google.com/p/ftop/downloads/detail?name=ftop-1.0.tar.gz&can=2&q=
+sha1 a0523862dd63ed3bec14846b6e05afcfdebb15c2 ftop-1.0.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 06/19] package/gdbm: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (3 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 05/19] package/ftop: add hash Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 07/19] package/ghostscript-fonts: " Bernd Kuhls
` (12 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/gdbm/gdbm.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/gdbm/gdbm.hash
diff --git a/package/gdbm/gdbm.hash b/package/gdbm/gdbm.hash
new file mode 100644
index 0000000..e7d3592
--- /dev/null
+++ b/package/gdbm/gdbm.hash
@@ -0,0 +1,2 @@
+# From http://lists.gnu.org/archive/html/info-gnu/2013-12/msg00012.html
+sha1 ce433d0f192c21d41089458ca5c8294efe9806b4 gdbm-1.11.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 07/19] package/ghostscript-fonts: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (4 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 06/19] package/gdbm: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 08/19] package/gtest: " Bernd Kuhls
` (11 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ghostscript-fonts/ghostscript-fonts.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/ghostscript-fonts/ghostscript-fonts.hash
diff --git a/package/ghostscript-fonts/ghostscript-fonts.hash b/package/ghostscript-fonts/ghostscript-fonts.hash
new file mode 100644
index 0000000..e9c7fdf
--- /dev/null
+++ b/package/ghostscript-fonts/ghostscript-fonts.hash
@@ -0,0 +1,2 @@
+# From http://sourceforge.net/projects/gs-fonts/files/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/
+sha1 2a7198e8178b2e7dba87cb5794da515200b568f5 ghostscript-fonts-std-8.11.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 08/19] package/gtest: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (5 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 07/19] package/ghostscript-fonts: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 09/19] package/heirloom-mailx: " Bernd Kuhls
` (10 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/gtest/gtest.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/gtest/gtest.hash
diff --git a/package/gtest/gtest.hash b/package/gtest/gtest.hash
new file mode 100644
index 0000000..8ff79cb
--- /dev/null
+++ b/package/gtest/gtest.hash
@@ -0,0 +1,2 @@
+# From http://code.google.com/p/googletest/downloads/detail?name=gtest-1.7.0.zip&can=2&q=
+sha1 f85f6d2481e2c6c4a18539e391aa4ea8ab0394af gtest-1.7.0.zip
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 09/19] package/heirloom-mailx: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (6 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 08/19] package/gtest: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 10/19] package/htop: " Bernd Kuhls
` (9 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/heirloom-mailx/heirloom-mailx.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/heirloom-mailx/heirloom-mailx.hash
diff --git a/package/heirloom-mailx/heirloom-mailx.hash b/package/heirloom-mailx/heirloom-mailx.hash
new file mode 100644
index 0000000..6fc36c9
--- /dev/null
+++ b/package/heirloom-mailx/heirloom-mailx.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/h/heirloom-mailx/heirloom-mailx_12.5-3.dsc
+sha256 015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad heirloom-mailx_12.5.orig.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 10/19] package/htop: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (7 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 09/19] package/heirloom-mailx: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 11/19] package/hwdata: " Bernd Kuhls
` (8 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/htop/htop.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/htop/htop.hash
diff --git a/package/htop/htop.hash b/package/htop/htop.hash
new file mode 100644
index 0000000..41d5a2e
--- /dev/null
+++ b/package/htop/htop.hash
@@ -0,0 +1,2 @@
+# From http://www.freelists.org/post/htop/ANN-htop-103
+md5 e768b9b55c033d9c1dffda72db3a6ac7 htop-1.0.3.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 11/19] package/hwdata: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (8 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 10/19] package/htop: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 12/19] package/iozone: bump to version 3_430 Bernd Kuhls
` (7 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/hwdata/hwdata.hash | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 package/hwdata/hwdata.hash
diff --git a/package/hwdata/hwdata.hash b/package/hwdata/hwdata.hash
new file mode 100644
index 0000000..b3c83eb
--- /dev/null
+++ b/package/hwdata/hwdata.hash
@@ -0,0 +1,3 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/h/hwdata/hwdata_0.267-1.dsc
+sha256 d77f2b3f3d6e278be669141ffa5dac01b64cab02f7b2c744bbabc500a45263f4 hwdata_0.267.orig.tar.gz
+sha256 055d2f168de9333562a04f6a230c43dc19c4975882935d8b2f0ab17f64f57275 hwdata_0.267-1.diff.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 12/19] package/iozone: bump to version 3_430
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (9 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 11/19] package/hwdata: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 13/19] package/igh-ethercat: add hash Bernd Kuhls
` (6 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/iozone/iozone.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
index 57d4f79..0662207 100644
--- a/package/iozone/iozone.mk
+++ b/package/iozone/iozone.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IOZONE_VERSION = 3_414
+IOZONE_VERSION = 3_430
IOZONE_SOURCE = iozone$(IOZONE_VERSION).tar
IOZONE_SITE = http://www.iozone.org/src/current
IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 13/19] package/igh-ethercat: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (10 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 12/19] package/iozone: bump to version 3_430 Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 14/19] package/input-tools: " Bernd Kuhls
` (5 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/igh-ethercat/igh-ethercat.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/igh-ethercat/igh-ethercat.hash
diff --git a/package/igh-ethercat/igh-ethercat.hash b/package/igh-ethercat/igh-ethercat.hash
new file mode 100644
index 0000000..b5ee124
--- /dev/null
+++ b/package/igh-ethercat/igh-ethercat.hash
@@ -0,0 +1,2 @@
+# From http://etherlab.org/download/ethercat/ethercat-1.5.2.tar.bz2.md5
+md5 6b4001f8d975865d74a0b108b3bdda3d ethercat-1.5.2.tar.bz2
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 14/19] package/input-tools: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (11 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 13/19] package/igh-ethercat: add hash Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 15/19] package/intltool: " Bernd Kuhls
` (4 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/input-tools/input-tools.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/input-tools/input-tools.hash
diff --git a/package/input-tools/input-tools.hash b/package/input-tools/input-tools.hash
new file mode 100644
index 0000000..c82cae3
--- /dev/null
+++ b/package/input-tools/input-tools.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/j/joystick/joystick_20051019-12.dsc
+sha256 cb60cb62093f1889a91fcef1cc36546aba406f451941e8d057f095639e6afb89 joystick_20051019.orig.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 15/19] package/intltool: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (12 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 14/19] package/input-tools: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 16/19] package/ipmiutil: " Bernd Kuhls
` (3 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/intltool/intltool.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/intltool/intltool.hash
diff --git a/package/intltool/intltool.hash b/package/intltool/intltool.hash
new file mode 100644
index 0000000..a60af50
--- /dev/null
+++ b/package/intltool/intltool.hash
@@ -0,0 +1,2 @@
+# From https://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz/+md5
+md5 23fbd879118253cb99aeac067da5f591 intltool-0.50.2.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 16/19] package/ipmiutil: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (13 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 15/19] package/intltool: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 17/19] package/iptraf-ng: " Bernd Kuhls
` (2 subsequent siblings)
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ipmiutil/ipmiutil.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/ipmiutil/ipmiutil.hash
diff --git a/package/ipmiutil/ipmiutil.hash b/package/ipmiutil/ipmiutil.hash
new file mode 100644
index 0000000..2afc0f2
--- /dev/null
+++ b/package/ipmiutil/ipmiutil.hash
@@ -0,0 +1,2 @@
+# From http://sourceforge.net/projects/ipmiutil/files/?source=navbar
+sha1 265f022c876da373b2ecb4be2bc0f98e65f70977 ipmiutil-2.9.5.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 17/19] package/iptraf-ng: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (14 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 16/19] package/ipmiutil: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 18/19] package/iputils: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 19/19] package/jimtcl: " Bernd Kuhls
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/iptraf-ng/iptraf-ng.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/iptraf-ng/iptraf-ng.hash
diff --git a/package/iptraf-ng/iptraf-ng.hash b/package/iptraf-ng/iptraf-ng.hash
new file mode 100644
index 0000000..7cb4d1b
--- /dev/null
+++ b/package/iptraf-ng/iptraf-ng.hash
@@ -0,0 +1,2 @@
+# From https://fedorahosted.org/releases/i/p/iptraf-ng/iptraf-ng-1.1.4.tar.gz.sum
+sha1 a2e51b0dd6b8c80583fc25d055850c96b3d2f544 iptraf-ng-1.1.4.tar.gz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 18/19] package/iputils: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (15 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 17/19] package/iptraf-ng: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 19/19] package/jimtcl: " Bernd Kuhls
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/iputils/iputils.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/iputils/iputils.hash
diff --git a/package/iputils/iputils.hash b/package/iputils/iputils.hash
new file mode 100644
index 0000000..21a2044
--- /dev/null
+++ b/package/iputils/iputils.hash
@@ -0,0 +1,2 @@
+# From http://sourceforge.net/projects/iputils/files/
+sha1 3e85179746fd93000d6267bd55addfe97f321ba7 iputils-s20121011.tar.bz2
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 19/19] package/jimtcl: add hash
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
` (16 preceding siblings ...)
2015-04-19 14:29 ` [Buildroot] [PATCH 18/19] package/iputils: " Bernd Kuhls
@ 2015-04-19 14:29 ` Bernd Kuhls
17 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-19 14:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/jimtcl/jimtcl.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/jimtcl/jimtcl.hash
diff --git a/package/jimtcl/jimtcl.hash b/package/jimtcl/jimtcl.hash
new file mode 100644
index 0000000..223dbcf
--- /dev/null
+++ b/package/jimtcl/jimtcl.hash
@@ -0,0 +1,2 @@
+# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/j/jimtcl/jimtcl_0.75-1.dsc
+sha256 432ad29b98f33efd018d9e1d49a5d07a5efc523c5660983733f7e30d9b2b76cb jimtcl_0.75.orig.tar.xz
--
1.7.10.4
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12
2015-04-19 14:29 ` [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12 Bernd Kuhls
@ 2015-04-19 14:36 ` Gustavo Zacarias
2015-04-22 21:29 ` Bernd Kuhls
0 siblings, 1 reply; 23+ messages in thread
From: Gustavo Zacarias @ 2015-04-19 14:36 UTC (permalink / raw)
To: buildroot
On 04/19/2015 11:29 AM, Bernd Kuhls wrote:
> diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk
> index 76619e0..9a8ec15 100644
> --- a/package/hiawatha/hiawatha.mk
> +++ b/package/hiawatha/hiawatha.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -HIAWATHA_VERSION = 9.2
> +HIAWATHA_VERSION = 9.12
Did you try this with polarssl on?
Last time i tried it wanted 1.3.x which has a different API than 1.2.x
(so bumping it would break other packages).
And they don't seem to be able to live side by side either.
Regards.
^ permalink raw reply [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1
2015-04-19 14:29 ` [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1 Bernd Kuhls
@ 2015-04-19 21:25 ` Thomas Petazzoni
2015-04-26 12:30 ` Thomas Petazzoni
1 sibling, 0 replies; 23+ messages in thread
From: Thomas Petazzoni @ 2015-04-19 21:25 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 19 Apr 2015 16:29:22 +0200, Bernd Kuhls wrote:
> diff --git a/package/gnuchess/0001-getline-conflicts.patch b/package/gnuchess/0001-getline-conflicts.patch
> deleted file mode 100644
> index 94add79..0000000
> --- a/package/gnuchess/0001-getline-conflicts.patch
> +++ /dev/null
> @@ -1,48 +0,0 @@
> -This patch fixes a conflict between the C library getline() function
> -and gnuchess getline() function.
> -
> -Patch borrowed from the gnuchess Debian package.
Has this patch been removed because it has been merged upstream? Or the
issue no longer exists in the upstream source code?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12
2015-04-19 14:36 ` Gustavo Zacarias
@ 2015-04-22 21:29 ` Bernd Kuhls
0 siblings, 0 replies; 23+ messages in thread
From: Bernd Kuhls @ 2015-04-22 21:29 UTC (permalink / raw)
To: buildroot
Gustavo Zacarias <gustavo@zacarias.com.ar> wrote in
news:5533BD76.5070903 at zacarias.com.ar:
>> -HIAWATHA_VERSION = 9.2
>> +HIAWATHA_VERSION = 9.12
>
> Did you try this with polarssl on?
> Last time i tried it wanted 1.3.x which has a different API than 1.2.x
> (so bumping it would break other packages).
> And they don't seem to be able to live side by side either.
Hi,
argh, I missed that, sorry. No, I did not test with polarssl, therefore I
marked my patch as "Changes Requested" in patchworks. This bump was a "drive-
by bump" during my hash series last weekend.
Regards, Bernd
^ permalink raw reply [flat|nested] 23+ messages in thread
* [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1
2015-04-19 14:29 ` [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1 Bernd Kuhls
2015-04-19 21:25 ` Thomas Petazzoni
@ 2015-04-26 12:30 ` Thomas Petazzoni
1 sibling, 0 replies; 23+ messages in thread
From: Thomas Petazzoni @ 2015-04-26 12:30 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 19 Apr 2015 16:29:22 +0200, Bernd Kuhls wrote:
> Removed unneeded patches, Debian did the same:
> http://metadata.ftp-master.debian.org/changelogs/main/g/gnuchess/unstable_changelog
>
> gnuchess (6.0.2-1) unstable; urgency=low
>
> * New upstream version (Closes: #637722)
> [...]
> - Drop patches
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/gnuchess/0001-getline-conflicts.patch | 48 -------------------------
> package/gnuchess/0002-misc-fixes.patch | 11 ------
> package/gnuchess/gnuchess.mk | 2 +-
> 3 files changed, 1 insertion(+), 60 deletions(-)
> delete mode 100644 package/gnuchess/0001-getline-conflicts.patch
> delete mode 100644 package/gnuchess/0002-misc-fixes.patch
Applied after checking why the patch is no longer needed, and adjusting
the commit log accordingly.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2015-04-26 12:30 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19 14:29 [Buildroot] [PATCH 01/19] package/flickcurl: bump version to 1.26 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 02/19] package/fmtools: bump version to 2.0.7 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 03/19] package/gnuchess: bump version to 6.2.1 Bernd Kuhls
2015-04-19 21:25 ` Thomas Petazzoni
2015-04-26 12:30 ` Thomas Petazzoni
2015-04-19 14:29 ` [Buildroot] [PATCH 04/19] package/hiawatha: bump version to 9.12 Bernd Kuhls
2015-04-19 14:36 ` Gustavo Zacarias
2015-04-22 21:29 ` Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 05/19] package/ftop: add hash Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 06/19] package/gdbm: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 07/19] package/ghostscript-fonts: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 08/19] package/gtest: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 09/19] package/heirloom-mailx: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 10/19] package/htop: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 11/19] package/hwdata: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 12/19] package/iozone: bump to version 3_430 Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 13/19] package/igh-ethercat: add hash Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 14/19] package/input-tools: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 15/19] package/intltool: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 16/19] package/ipmiutil: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 17/19] package/iptraf-ng: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 18/19] package/iputils: " Bernd Kuhls
2015-04-19 14:29 ` [Buildroot] [PATCH 19/19] package/jimtcl: " Bernd Kuhls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox