Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28
@ 2017-02-03 20:29 Adam Duskett
  2017-02-03 20:29 ` [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1 Adam Duskett
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/acpid/acpid.hash | 4 ++--
 package/acpid/acpid.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/acpid/acpid.hash b/package/acpid/acpid.hash
index 91990fd..9cf91d9 100644
--- a/package/acpid/acpid.hash
+++ b/package/acpid/acpid.hash
@@ -1,3 +1,3 @@
 # From https://sourceforge.net/projects/acpid2/files/
-md5	e41bdf628e122edb4342fca432ea7db9	acpid-2.0.27.tar.xz
-sha1	aabf129499f99b3c14e7a9f5b5ec717b0913e9c8	acpid-2.0.27.tar.xz
+md5	0432407b5ff75ae8e08afb43052fde2b	acpid-2.0.28.tar.xz
+sha1	a5cb34d53eb6965293c436db23dc81550273975b	acpid-2.0.28.tar.xz
diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
index 510282b..f561b90 100644
--- a/package/acpid/acpid.mk
+++ b/package/acpid/acpid.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ACPID_VERSION = 2.0.27
+ACPID_VERSION = 2.0.28
 ACPID_SOURCE = acpid-$(ACPID_VERSION).tar.xz
 ACPID_SITE = http://downloads.sourceforge.net/project/acpid2
 ACPID_LICENSE = GPLv2+
-- 
2.9.3

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

* [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 12:04   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8 Adam Duskett
                   ` (9 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/audit/audit.hash | 2 +-
 package/audit/audit.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/audit/audit.hash b/package/audit/audit.hash
index 6b0f0c3..2ae8f99 100644
--- a/package/audit/audit.hash
+++ b/package/audit/audit.hash
@@ -1,2 +1,2 @@
 #Locally computed
-sha256 05533f5d88d9520ceebfd8bfb3fd998ca4a2b246757fec7bbd8e33c287544537 audit-2.7.tar.gz
+sha256 0441790794fd9375dbca598fa0ffb46c57ff37b3a24b94ffec0bbee3215cca09 audit-2.7.1.tar.gz
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index a576662..298ef20 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AUDIT_VERSION = 2.7
+AUDIT_VERSION = 2.7.1
 AUDIT_SITE = http://people.redhat.com/sgrubb/audit
 AUDIT_LICENSE = GPLv2+ (programs), unclear (libraries)
 AUDIT_LICENSE_FILES = COPYING
-- 
2.9.3

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

* [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
  2017-02-03 20:29 ` [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 12:06   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 04/11] jansson: bump to version 2.9 Adam Duskett
                   ` (8 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/dbus/dbus.hash | 2 +-
 package/dbus/dbus.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash
index 14bee20..910a85c 100644
--- a/package/dbus/dbus.hash
+++ b/package/dbus/dbus.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083  dbus-1.10.14.tar.gz
+sha256	fa207530d694706e33378c87e65b2b4304eb99fff71fc6d6caa6f70591b9afd5  dbus-1.11.8.tar.gz
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index c765e0a..e74e8ba 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DBUS_VERSION = 1.10.14
+DBUS_VERSION = 1.11.8
 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus
 DBUS_LICENSE = AFLv2.1 or GPLv2+ (library, tools), GPLv2+ (tools)
 DBUS_LICENSE_FILES = COPYING
-- 
2.9.3

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

* [Buildroot] [PATCH 04/11] jansson: bump to version 2.9
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
  2017-02-03 20:29 ` [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1 Adam Duskett
  2017-02-03 20:29 ` [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 12:07   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8 Adam Duskett
                   ` (7 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/jansson/jansson.hash | 2 +-
 package/jansson/jansson.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/jansson/jansson.hash b/package/jansson/jansson.hash
index 013d929..adb345d 100644
--- a/package/jansson/jansson.hash
+++ b/package/jansson/jansson.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	7905e6590fb316c0ff943df3dc6a21cd81a59cff7a6d12514054c359d04d78d7	jansson-2.7.tar.gz
+sha256	0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5	jansson-2.9.tar.gz
diff --git a/package/jansson/jansson.mk b/package/jansson/jansson.mk
index 193fafb..5e13118 100644
--- a/package/jansson/jansson.mk
+++ b/package/jansson/jansson.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JANSSON_VERSION = 2.7
+JANSSON_VERSION = 2.9
 JANSSON_SITE = http://www.digip.org/jansson/releases
 JANSSON_LICENSE = MIT
 JANSSON_LICENSE_FILES = LICENSE
-- 
2.9.3

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

* [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (2 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 04/11] jansson: bump to version 2.9 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:12   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52 Adam Duskett
                   ` (6 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

I also modified the Disable-building-test-programs.patch to work
with the newer Makefile.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/libevent/0001-Disable-building-test-programs.patch | 11 +++++------
 package/libevent/libevent.hash                             |  6 +++---
 package/libevent/libevent.mk                               |  2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/package/libevent/0001-Disable-building-test-programs.patch b/package/libevent/0001-Disable-building-test-programs.patch
index eb1acfd..80901de 100644
--- a/package/libevent/0001-Disable-building-test-programs.patch
+++ b/package/libevent/0001-Disable-building-test-programs.patch
@@ -16,12 +16,11 @@ diff --git a/Makefile.am b/Makefile.am
 index 42879a3..dc90359 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -126,7 +126,7 @@ else
- noinst_LTLIBRARIES =  $(LIBEVENT_LIBS_LA)
- endif
- 
--SUBDIRS = . include sample test
-+SUBDIRS = . include sample
+@@ -144,7 +144,6 @@
+ BUILT_SOURCES =
+ include include/include.am
+ include sample/include.am
+-include test/include.am
  
  if BUILD_WIN32
  
diff --git a/package/libevent/libevent.hash b/package/libevent/libevent.hash
index 633cf5b..21381c8 100644
--- a/package/libevent/libevent.hash
+++ b/package/libevent/libevent.hash
@@ -1,3 +1,3 @@
-# From http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/
-md5	c4c56f986aa985677ca1db89630a2e11	libevent-2.0.22-stable.tar.gz
-sha1	a586882bc93a208318c70fc7077ed8fca9862864	libevent-2.0.22-stable.tar.gz
+# locally computed
+md5	f3eeaed018542963b7d2416ef1135ecc	libevent-2.1.8-stable.tar.gz
+sha1	2a1b8bb7a262d3fd0ed6a080a20991a6eed675ec	libevent-2.1.8-stable.tar.gz
diff --git a/package/libevent/libevent.mk b/package/libevent/libevent.mk
index 820beea..0a5417f 100644
--- a/package/libevent/libevent.mk
+++ b/package/libevent/libevent.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBEVENT_VERSION = 2.0.22-stable
+LIBEVENT_VERSION = 2.1.8-stable
 LIBEVENT_SITE = https://github.com/libevent/libevent/releases/download/release-$(LIBEVENT_VERSION)
 LIBEVENT_INSTALL_STAGING = YES
 LIBEVENT_LICENSE = BSD-3c, OpenBSD
-- 
2.9.3

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

* [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (3 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:14   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2 Adam Duskett
                   ` (5 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/libmicrohttpd/libmicrohttpd.hash | 2 +-
 package/libmicrohttpd/libmicrohttpd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libmicrohttpd/libmicrohttpd.hash b/package/libmicrohttpd/libmicrohttpd.hash
index b228716..5c15b9d 100644
--- a/package/libmicrohttpd/libmicrohttpd.hash
+++ b/package/libmicrohttpd/libmicrohttpd.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7	libmicrohttpd-0.9.50.tar.gz
+sha256	54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea	libmicrohttpd-0.9.52.tar.gz
diff --git a/package/libmicrohttpd/libmicrohttpd.mk b/package/libmicrohttpd/libmicrohttpd.mk
index 2266d3c..83791b3 100644
--- a/package/libmicrohttpd/libmicrohttpd.mk
+++ b/package/libmicrohttpd/libmicrohttpd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBMICROHTTPD_VERSION = 0.9.50
+LIBMICROHTTPD_VERSION = 0.9.52
 LIBMICROHTTPD_SITE = $(BR2_GNU_MIRROR)/libmicrohttpd
 LIBMICROHTTPD_LICENSE_FILES = COPYING
 LIBMICROHTTPD_INSTALL_STAGING = YES
-- 
2.9.3

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

* [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (4 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:14   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3 Adam Duskett
                   ` (4 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/libv4l/libv4l.hash | 2 +-
 package/libv4l/libv4l.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libv4l/libv4l.hash b/package/libv4l/libv4l.hash
index 2bf17ee..c02fa0a 100644
--- a/package/libv4l/libv4l.hash
+++ b/package/libv4l/libv4l.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	6147ccc29fe7dd3c5c3994d613c4f2a099bac8b44694a96e5cf4d7caca8336c0	v4l-utils-1.10.1.tar.bz2
+sha256	ac9f8c88bfffa3a7e85c0edd04f7d3d54e6a30c214e79f2c6ecc6fbf57cb229d	v4l-utils-1.12.2.tar.bz2
diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
index d557414..78f9ddc 100644
--- a/package/libv4l/libv4l.mk
+++ b/package/libv4l/libv4l.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBV4L_VERSION = 1.10.1
+LIBV4L_VERSION = 1.12.2
 LIBV4L_SOURCE = v4l-utils-$(LIBV4L_VERSION).tar.bz2
 LIBV4L_SITE = http://linuxtv.org/downloads/v4l-utils
 LIBV4L_INSTALL_STAGING = YES
-- 
2.9.3

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

* [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (5 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:15   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1 Adam Duskett
                   ` (3 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/nginx/nginx.hash | 2 +-
 package/nginx/nginx.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/nginx/nginx.hash b/package/nginx/nginx.hash
index 7db2ada..498d272 100644
--- a/package/nginx/nginx.hash
+++ b/package/nginx/nginx.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2	nginx-1.10.2.tar.gz
+sha256	75020f1364cac459cb733c4e1caed2d00376e40ea05588fb8793076a4c69dd90	nginx-1.10.3.tar.gz
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index b7384a2..f9b2cd1 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NGINX_VERSION = 1.10.2
+NGINX_VERSION = 1.10.3
 NGINX_SITE = http://nginx.org/download
 NGINX_LICENSE = BSD-2c
 NGINX_LICENSE_FILES = LICENSE
-- 
2.9.3

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

* [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (6 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:18   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f Adam Duskett
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/nginx-naxsi/nginx-naxsi.hash | 2 +-
 package/nginx-naxsi/nginx-naxsi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/nginx-naxsi/nginx-naxsi.hash b/package/nginx-naxsi/nginx-naxsi.hash
index 238993e..e545a1d 100644
--- a/package/nginx-naxsi/nginx-naxsi.hash
+++ b/package/nginx-naxsi/nginx-naxsi.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5	nginx-naxsi-0.54.tar.gz
+sha256	45dd0df7a6b0b6aa9c64eb8c39a8e294d659d87fb18e192cf58f1402f3cdb0a8	nginx-naxsi-0.55.1.tar.gz
diff --git a/package/nginx-naxsi/nginx-naxsi.mk b/package/nginx-naxsi/nginx-naxsi.mk
index 0e1f714..1c5bd8d 100644
--- a/package/nginx-naxsi/nginx-naxsi.mk
+++ b/package/nginx-naxsi/nginx-naxsi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NGINX_NAXSI_VERSION = 0.54
+NGINX_NAXSI_VERSION = 0.55.1
 NGINX_NAXSI_SITE = $(call github,nbs-system,naxsi,$(NGINX_NAXSI_VERSION))
 NGINX_NAXSI_LICENSE = GPLv2+ with OpenSSL exception
 NGINX_NAXSI_LICENSE_FILES = naxsi_src/naxsi_json.c
-- 
2.9.3

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

* [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (7 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1 Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:22   ` Peter Korsgaard
  2017-02-03 20:29 ` [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030 Adam Duskett
  2017-02-04 12:03 ` [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Peter Korsgaard
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Technically this is 10.1.0, however the initial release left out a config
directory causing autoconfig to fail.  See this post:
https://github.com/vmware/open-vm-tools/issues/115#issuecomment-269963907

As such, I specified the hash to fix the release:
https://github.com/vmware/open-vm-tools/commit/5a9033ddfa95786d867e4d02bbb9a29bac8fb64f

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/openvmtools/openvmtools.hash |  2 +-
 package/openvmtools/openvmtools.mk   | 10 ++--------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/package/openvmtools/openvmtools.hash b/package/openvmtools/openvmtools.hash
index ae28377..bf344e5 100644
--- a/package/openvmtools/openvmtools.hash
+++ b/package/openvmtools/openvmtools.hash
@@ -1,2 +1,2 @@
 # locally computed
-sha256  6b415f6093a15ffce10d3c4b69aa7ff106bdc0efd88e18a70a59d6941d4d2379  openvmtools-stable-9.10.2.tar.gz
+sha256  ff384ab0c11e19db0fd6ddab60e8ae48a4591b141fb3a8e8f1d4e1a489dd293f  openvmtools-5a9033ddfa95786d867e4d02bbb9a29bac8fb64f.tar.gz
diff --git a/package/openvmtools/openvmtools.mk b/package/openvmtools/openvmtools.mk
index 40a7dac..d3eda5c 100644
--- a/package/openvmtools/openvmtools.mk
+++ b/package/openvmtools/openvmtools.mk
@@ -4,11 +4,12 @@
 #
 ################################################################################
 
-OPENVMTOOLS_VERSION = stable-9.10.2
+OPENVMTOOLS_VERSION = 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
 OPENVMTOOLS_SITE = $(call github,vmware,open-vm-tools,$(OPENVMTOOLS_VERSION))
 OPENVMTOOLS_SUBDIR = open-vm-tools
 OPENVMTOOLS_LICENSE = LGPLv2.1
 OPENVMTOOLS_LICENSE_FILES = $(OPENVMTOOLS_SUBDIR)/COPYING
+
 # Autoreconf needed or config/missing will run configure again at buildtime
 OPENVMTOOLS_AUTORECONF = YES
 OPENVMTOOLS_CONF_OPTS = --with-dnet \
@@ -45,13 +46,6 @@ else
 OPENVMTOOLS_CONF_OPTS += --without-pam
 endif
 
-# configure needs execution permission
-define OPENVMTOOLS_PRE_CONFIGURE_CHMOD
-	chmod 0755 $(@D)/$(OPENVMTOOLS_SUBDIR)/configure
-endef
-
-OPENVMTOOLS_PRE_CONFIGURE_HOOKS += OPENVMTOOLS_PRE_CONFIGURE_CHMOD
-
 # symlink needed by lib/system/systemLinux.c (or will cry in /var/log/messages)
 # defined in lib/misc/hostinfoPosix.c
 # /sbin/shutdown needed for Guest OS restart/shutdown from hypervisor
-- 
2.9.3

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

* [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (8 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f Adam Duskett
@ 2017-02-03 20:29 ` Adam Duskett
  2017-02-04 16:24   ` Peter Korsgaard
  2017-02-04 12:03 ` [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Peter Korsgaard
  10 siblings, 1 reply; 23+ messages in thread
From: Adam Duskett @ 2017-02-03 20:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
---
 package/portaudio/portaudio.hash | 2 +-
 package/portaudio/portaudio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/portaudio/portaudio.hash b/package/portaudio/portaudio.hash
index 2a19316..ca7baf7 100644
--- a/package/portaudio/portaudio.hash
+++ b/package/portaudio/portaudio.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57	pa_stable_v19_20140130.tgz
+sha256	f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513	pa_stable_v190600_20161030.tgz
diff --git a/package/portaudio/portaudio.mk b/package/portaudio/portaudio.mk
index d1ef07a..0cf754c 100644
--- a/package/portaudio/portaudio.mk
+++ b/package/portaudio/portaudio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PORTAUDIO_VERSION = v19_20140130
+PORTAUDIO_VERSION = v190600_20161030
 PORTAUDIO_SITE = http://www.portaudio.com/archives
 PORTAUDIO_SOURCE = pa_stable_$(PORTAUDIO_VERSION).tgz
 PORTAUDIO_INSTALL_STAGING = YES
-- 
2.9.3

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

* [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28
  2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
                   ` (9 preceding siblings ...)
  2017-02-03 20:29 ` [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030 Adam Duskett
@ 2017-02-04 12:03 ` Peter Korsgaard
  10 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 12:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1
  2017-02-03 20:29 ` [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1 Adam Duskett
@ 2017-02-04 12:04   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 12:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8
  2017-02-03 20:29 ` [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8 Adam Duskett
@ 2017-02-04 12:06   ` Peter Korsgaard
  2017-02-04 18:12     ` Adam Duskett
  0 siblings, 1 reply; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 12:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>
 > ---
 >  package/dbus/dbus.hash | 2 +-
 >  package/dbus/dbus.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash
 > index 14bee20..910a85c 100644
 > --- a/package/dbus/dbus.hash
 > +++ b/package/dbus/dbus.hash
 > @@ -1,2 +1,2 @@
 >  # Locally calculated after checking pgp signature
 > -sha256	23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083  dbus-1.10.14.tar.gz
 > +sha256	fa207530d694706e33378c87e65b2b4304eb99fff71fc6d6caa6f70591b9afd5  dbus-1.11.8.tar.gz
 > diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
 > index c765e0a..e74e8ba 100644
 > --- a/package/dbus/dbus.mk
 > +++ b/package/dbus/dbus.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -DBUS_VERSION = 1.10.14
 > +DBUS_VERSION = 1.11.8

I believe dbus uses the gtk/gnome numbering scheme, where odd minor
numbers (in major.minor.micro) means development versions. Looking at
the DBus website I indeed see:

The current stable branch is D-Bus 1.10.x. This is the recommended
version for most purposes.

So I would prefer not to bump to the 1.11.x series. Is there any
specific reason why you want to do this?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 04/11] jansson: bump to version 2.9
  2017-02-03 20:29 ` [Buildroot] [PATCH 04/11] jansson: bump to version 2.9 Adam Duskett
@ 2017-02-04 12:07   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 12:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8
  2017-02-03 20:29 ` [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8 Adam Duskett
@ 2017-02-04 16:12   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > I also modified the Disable-building-test-programs.patch to work
 > with the newer Makefile.

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>
 > ---
 >  package/libevent/0001-Disable-building-test-programs.patch | 11 +++++------
 >  package/libevent/libevent.hash                             |  6 +++---
 >  package/libevent/libevent.mk                               |  2 +-
 >  3 files changed, 9 insertions(+), 10 deletions(-)

 > diff --git a/package/libevent/0001-Disable-building-test-programs.patch b/package/libevent/0001-Disable-building-test-programs.patch
 > index eb1acfd..80901de 100644
 > --- a/package/libevent/0001-Disable-building-test-programs.patch
 > +++ b/package/libevent/0001-Disable-building-test-programs.patch
 > @@ -16,12 +16,11 @@ diff --git a/Makefile.am b/Makefile.am
 >  index 42879a3..dc90359 100644
 >  --- a/Makefile.am
 >  +++ b/Makefile.am
 > -@@ -126,7 +126,7 @@ else
 > - noinst_LTLIBRARIES =  $(LIBEVENT_LIBS_LA)
 > - endif
 > - 
 > --SUBDIRS = . include sample test
 > -+SUBDIRS = . include sample
 > +@@ -144,7 +144,6 @@
 > + BUILT_SOURCES =
 > + include include/include.am
 > + include sample/include.am
 > +-include test/include.am

You're significantly reworking this patch, so the patch description should
be updated and your signed-off-by added. As you already signed-off-by
your entire change and the patch is trivial so I took the liberty to add
it myself.

Let me know if you have any problems with that.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52
  2017-02-03 20:29 ` [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52 Adam Duskett
@ 2017-02-04 16:14   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2
  2017-02-03 20:29 ` [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2 Adam Duskett
@ 2017-02-04 16:14   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3
  2017-02-03 20:29 ` [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3 Adam Duskett
@ 2017-02-04 16:15   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1
  2017-02-03 20:29 ` [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1 Adam Duskett
@ 2017-02-04 16:18   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f
  2017-02-03 20:29 ` [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f Adam Duskett
@ 2017-02-04 16:22   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Technically this is 10.1.0, however the initial release left out a config
 > directory causing autoconfig to fail.  See this post:
 > https://github.com/vmware/open-vm-tools/issues/115#issuecomment-269963907

 > As such, I specified the hash to fix the release:
 > https://github.com/vmware/open-vm-tools/commit/5a9033ddfa95786d867e4d02bbb9a29bac8fb64f

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030
  2017-02-03 20:29 ` [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030 Adam Duskett
@ 2017-02-04 16:24   ` Peter Korsgaard
  0 siblings, 0 replies; 23+ messages in thread
From: Peter Korsgaard @ 2017-02-04 16:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > Signed-off-by: Adam Duskett <aduskett@codeblue.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8
  2017-02-04 12:06   ` Peter Korsgaard
@ 2017-02-04 18:12     ` Adam Duskett
  0 siblings, 0 replies; 23+ messages in thread
From: Adam Duskett @ 2017-02-04 18:12 UTC (permalink / raw)
  To: buildroot

On Sat, Feb 4, 2017 at 7:06 AM, Peter Korsgaard <peter@korsgaard.com> wrote:
>>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:
>
>  > Signed-off-by: Adam Duskett <aduskett@codeblue.com>
>  > ---
>  >  package/dbus/dbus.hash | 2 +-
>  >  package/dbus/dbus.mk   | 2 +-
>  >  2 files changed, 2 insertions(+), 2 deletions(-)
>
>  > diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash
>  > index 14bee20..910a85c 100644
>  > --- a/package/dbus/dbus.hash
>  > +++ b/package/dbus/dbus.hash
>  > @@ -1,2 +1,2 @@
>  >  # Locally calculated after checking pgp signature
>  > -sha256      23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083  dbus-1.10.14.tar.gz
>  > +sha256      fa207530d694706e33378c87e65b2b4304eb99fff71fc6d6caa6f70591b9afd5  dbus-1.11.8.tar.gz
>  > diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
>  > index c765e0a..e74e8ba 100644
>  > --- a/package/dbus/dbus.mk
>  > +++ b/package/dbus/dbus.mk
>  > @@ -4,7 +4,7 @@
>  >  #
>  >  ################################################################################
>
>  > -DBUS_VERSION = 1.10.14
>  > +DBUS_VERSION = 1.11.8
>
> I believe dbus uses the gtk/gnome numbering scheme, where odd minor
> numbers (in major.minor.micro) means development versions. Looking at
> the DBus website I indeed see:
>
Good catch! Sorry about that and I do agree we should stick with the
1.10.x series.

> The current stable branch is D-Bus 1.10.x. This is the recommended
> version for most purposes.
>
> So I would prefer not to bump to the 1.11.x series. Is there any
> specific reason why you want to do this?
>
> --
Not at all!
> Bye, Peter Korsgaard

Adam

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

end of thread, other threads:[~2017-02-04 18:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-03 20:29 [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Adam Duskett
2017-02-03 20:29 ` [Buildroot] [PATCH 02/11] audit: bump to version 2.7.1 Adam Duskett
2017-02-04 12:04   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 03/11] dbus: bump to version 1.11.8 Adam Duskett
2017-02-04 12:06   ` Peter Korsgaard
2017-02-04 18:12     ` Adam Duskett
2017-02-03 20:29 ` [Buildroot] [PATCH 04/11] jansson: bump to version 2.9 Adam Duskett
2017-02-04 12:07   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 05/11] libevent: bump to version 2.1.8 Adam Duskett
2017-02-04 16:12   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 06/11] libmicrohttpd: bump version to 0.9.52 Adam Duskett
2017-02-04 16:14   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 07/11] libv4l: bump version to 1.12.2 Adam Duskett
2017-02-04 16:14   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 08/11] nginx: bump version to 1.10.3 Adam Duskett
2017-02-04 16:15   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 09/11] nginx-naxsi: bump version to 0.55.1 Adam Duskett
2017-02-04 16:18   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 10/11] openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f Adam Duskett
2017-02-04 16:22   ` Peter Korsgaard
2017-02-03 20:29 ` [Buildroot] [PATCH 11/11] portaudio: bump to version 190600_20161030 Adam Duskett
2017-02-04 16:24   ` Peter Korsgaard
2017-02-04 12:03 ` [Buildroot] [PATCH 01/11] acpid: bump to version 2.0.28 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox