* [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1
@ 2011-12-14 15:15 Gustavo Zacarias
2011-12-14 15:15 ` [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22 Gustavo Zacarias
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2011-12-14 15:15 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/ethtool/ethtool.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index a42169c..04f7dac 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
#
#############################################################
-ETHTOOL_VERSION = 3.0
-ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool/
+ETHTOOL_VERSION = 3.1
+ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
$(eval $(call AUTOTARGETS))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22
2011-12-14 15:15 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Gustavo Zacarias
@ 2011-12-14 15:15 ` Gustavo Zacarias
2011-12-21 22:01 ` Peter Korsgaard
2011-12-14 15:15 ` [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style Gustavo Zacarias
2011-12-21 22:00 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2011-12-14 15:15 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...system.patch => libcap-2.22-build-system.patch} | 34 ++++++++++----------
package/libcap/libcap.mk | 7 +++-
2 files changed, 22 insertions(+), 19 deletions(-)
rename package/libcap/{libcap-2.20-build-system.patch => libcap-2.22-build-system.patch} (74%)
diff --git a/package/libcap/libcap-2.20-build-system.patch b/package/libcap/libcap-2.22-build-system.patch
similarity index 74%
rename from package/libcap/libcap-2.20-build-system.patch
rename to package/libcap/libcap-2.22-build-system.patch
index 397aff2..8915a69 100644
--- a/package/libcap/libcap-2.20-build-system.patch
+++ b/package/libcap/libcap-2.22-build-system.patch
@@ -3,21 +3,33 @@ Also install the shared lib +x
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-diff -Nura libcap-2.20/Make.Rules libcap-2.20-build/Make.Rules
---- libcap-2.20/Make.Rules 2011-01-19 02:06:44.000000000 -0300
-+++ libcap-2.20-build/Make.Rules 2011-04-19 14:07:53.544903094 -0300
+diff -Nura libcap-2.22.orig/libcap/Makefile libcap-2.22/libcap/Makefile
+--- libcap-2.22.orig/libcap/Makefile 2010-08-08 19:26:04.000000000 -0300
++++ libcap-2.22/libcap/Makefile 2011-12-14 11:33:51.761800334 -0300
+@@ -65,7 +65,7 @@
+ install -m 0644 include/sys/capability.h $(INCDIR)/sys
+ mkdir -p -m 0755 $(LIBDIR)
+ install -m 0644 $(STALIBNAME) $(LIBDIR)/$(STALIBNAME)
+- install -m 0644 $(MINLIBNAME) $(LIBDIR)/$(MINLIBNAME)
++ install -m 0755 $(MINLIBNAME) $(LIBDIR)/$(MINLIBNAME)
+ ln -sf $(MINLIBNAME) $(LIBDIR)/$(MAJLIBNAME)
+ ln -sf $(MAJLIBNAME) $(LIBDIR)/$(LIBNAME)
+ ifeq ($(FAKEROOT),)
+diff -Nura libcap-2.22.orig/Make.Rules libcap-2.22/Make.Rules
+--- libcap-2.22.orig/Make.Rules 2011-07-24 23:18:23.000000000 -0300
++++ libcap-2.22/Make.Rules 2011-12-14 11:33:28.707278685 -0300
@@ -47,25 +47,25 @@
KERNEL_HEADERS := $(topdir)/libcap/include
IPATH += -fPIC -I$(topdir)/libcap/include -I$(KERNEL_HEADERS)
-CC := gcc
--CFLAGS := -O2
+-CFLAGS := -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-BUILD_CC := $(CC)
-BUILD_CFLAGS := $(CFLAGS) $(IPATH)
-AR := ar
-RANLIB := ranlib
+CC ?= gcc
-+CFLAGS ?= -O2
++CFLAGS ?= -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+BUILD_CC ?= $(CC)
+BUILD_CFLAGS ?= $(CFLAGS) $(IPATH)
+AR ?= ar
@@ -40,15 +52,3 @@ diff -Nura libcap-2.20/Make.Rules libcap-2.20-build/Make.Rules
INDENT := $(shell if [ -n "$(which indent 2>/dev/null)" ]; then echo "| indent -kr" ; fi)
DYNAMIC := $(shell if [ ! -d "$(topdir)/.git" ]; then echo yes; fi)
LIBATTR := yes
-diff -Nura libcap-2.20/libcap/Makefile libcap-2.20-build/libcap/Makefile
---- libcap-2.20/libcap/Makefile 2010-08-08 19:26:04.000000000 -0300
-+++ libcap-2.20-build/libcap/Makefile 2011-04-19 14:08:29.377146094 -0300
-@@ -65,7 +65,7 @@
- install -m 0644 include/sys/capability.h $(INCDIR)/sys
- mkdir -p -m 0755 $(LIBDIR)
- install -m 0644 $(STALIBNAME) $(LIBDIR)/$(STALIBNAME)
-- install -m 0644 $(MINLIBNAME) $(LIBDIR)/$(MINLIBNAME)
-+ install -m 0755 $(MINLIBNAME) $(LIBDIR)/$(MINLIBNAME)
- ln -sf $(MINLIBNAME) $(LIBDIR)/$(MAJLIBNAME)
- ln -sf $(MAJLIBNAME) $(LIBDIR)/$(LIBNAME)
- ifeq ($(FAKEROOT),)
diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index a7b33a0..9d6acf2 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -4,8 +4,11 @@
#
#############################################################
-LIBCAP_VERSION = 2.20
-LIBCAP_SITE = http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
+LIBCAP_VERSION = 2.22
+# Until kernel.org is completely back up use debian mirror
+#LIBCAP_SITE = http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
+LIBCAP_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/libc/libcap2
+LIBCAP_SOURCE = libcap2_$(LIBCAP_VERSION).orig.tar.gz
LIBCAP_DEPENDENCIES = host-libcap
LIBCAP_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style
2011-12-14 15:15 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Gustavo Zacarias
2011-12-14 15:15 ` [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22 Gustavo Zacarias
@ 2011-12-14 15:15 ` Gustavo Zacarias
2011-12-21 22:03 ` Peter Korsgaard
2011-12-21 22:00 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2011-12-14 15:15 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...0-no-rcmd.patch => cdrkit-1.1.11-no-rcmd.patch} | 0
package/cdrkit/cdrkit.mk | 14 +++++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
rename package/cdrkit/{cdrkit-1.1.10-no-rcmd.patch => cdrkit-1.1.11-no-rcmd.patch} (100%)
diff --git a/package/cdrkit/cdrkit-1.1.10-no-rcmd.patch b/package/cdrkit/cdrkit-1.1.11-no-rcmd.patch
similarity index 100%
rename from package/cdrkit/cdrkit-1.1.10-no-rcmd.patch
rename to package/cdrkit/cdrkit-1.1.11-no-rcmd.patch
diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 9eebe6e..fc22c18 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -1,9 +1,13 @@
-CDRKIT_VERSION=1.1.10
-CDRKIT_SOURCE=cdrkit-$(CDRKIT_VERSION).tar.gz
-CDRKIT_SITE=http://www.cdrkit.org/releases/
+#############################################################
+#
+# cdrkit
+#
+#############################################################
-CDRKIT_DEPENDENCIES=libcap bzip2 zlib
-HOST_CDRKIT_DEPENDENCIES=host-libcap host-bzip2 host-zlib
+CDRKIT_VERSION = 1.1.11
+CDRKIT_SITE = http://www.cdrkit.org/releases
+CDRKIT_DEPENDENCIES = libcap bzip2 zlib
+HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
ifeq ($(BR2_ENDIAN),"BIG")
CMAKE_ENDIAN_OPT=-DBITFIELDS_HTOL=1
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1
2011-12-14 15:15 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Gustavo Zacarias
2011-12-14 15:15 ` [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22 Gustavo Zacarias
2011-12-14 15:15 ` [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style Gustavo Zacarias
@ 2011-12-21 22:00 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-12-21 22:00 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22
2011-12-14 15:15 ` [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22 Gustavo Zacarias
@ 2011-12-21 22:01 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-12-21 22:01 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style
2011-12-14 15:15 ` [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style Gustavo Zacarias
@ 2011-12-21 22:03 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-12-21 22:03 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-12-21 22:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 15:15 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Gustavo Zacarias
2011-12-14 15:15 ` [Buildroot] [PATCH 2/3] libcap: security bump to version 2.22 Gustavo Zacarias
2011-12-21 22:01 ` Peter Korsgaard
2011-12-14 15:15 ` [Buildroot] [PATCH 3/3] cdrkit: bump to version 1.1.11 and adjust style Gustavo Zacarias
2011-12-21 22:03 ` Peter Korsgaard
2011-12-21 22:00 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.1 Peter Korsgaard
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.