* [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111
@ 2014-10-29 16:01 Gustavo Zacarias
2014-10-29 16:01 ` [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6 Gustavo Zacarias
2014-10-29 20:39 ` [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-10-29 16:01 UTC (permalink / raw)
To: buildroot
And add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/lvm2/lvm2.hash | 2 ++
package/lvm2/lvm2.mk | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 package/lvm2/lvm2.hash
diff --git a/package/lvm2/lvm2.hash b/package/lvm2/lvm2.hash
new file mode 100644
index 0000000..10f2905
--- /dev/null
+++ b/package/lvm2/lvm2.hash
@@ -0,0 +1,2 @@
+# From ftp://sources.redhat.com/pub/lvm2/md5.sum
+md5 02487ab2a9e02d1ee76fe217183df28a LVM2.2.02.111.tgz
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 4b06bd4..76c2f82 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LVM2_VERSION = 2.02.106
+LVM2_VERSION = 2.02.111
LVM2_SOURCE = LVM2.$(LVM2_VERSION).tgz
LVM2_SITE = ftp://sources.redhat.com/pub/lvm2/releases
LVM2_INSTALL_STAGING = YES
--
2.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6
2014-10-29 16:01 [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 Gustavo Zacarias
@ 2014-10-29 16:01 ` Gustavo Zacarias
2014-10-29 20:42 ` Thomas Petazzoni
2014-10-29 20:39 ` [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 Thomas Petazzoni
1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2014-10-29 16:01 UTC (permalink / raw)
To: buildroot
Drop upstream patch, add hash file, switch to kernel.org mirror.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...ryptsetup-0002-mkdir.patch => 0001-mkdir.patch} | 0
...p-0001-link-against-lrt-for-clock_gettime.patch | 33 ----------------------
package/cryptsetup/cryptsetup.hash | 2 ++
package/cryptsetup/cryptsetup.mk | 7 +++--
4 files changed, 6 insertions(+), 36 deletions(-)
rename package/cryptsetup/{cryptsetup-0002-mkdir.patch => 0001-mkdir.patch} (100%)
delete mode 100644 package/cryptsetup/cryptsetup-0001-link-against-lrt-for-clock_gettime.patch
create mode 100644 package/cryptsetup/cryptsetup.hash
diff --git a/package/cryptsetup/cryptsetup-0002-mkdir.patch b/package/cryptsetup/0001-mkdir.patch
similarity index 100%
rename from package/cryptsetup/cryptsetup-0002-mkdir.patch
rename to package/cryptsetup/0001-mkdir.patch
diff --git a/package/cryptsetup/cryptsetup-0001-link-against-lrt-for-clock_gettime.patch b/package/cryptsetup/cryptsetup-0001-link-against-lrt-for-clock_gettime.patch
deleted file mode 100644
index ae9a522..0000000
--- a/package/cryptsetup/cryptsetup-0001-link-against-lrt-for-clock_gettime.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 715186bee512f25715e6d1c58ce03cc32e0efae3 Mon Sep 17 00:00:00 2001
-From: Axel Lin <axel.lin@ingics.com>
-Date: Mon, 30 Dec 2013 18:10:03 +0800
-Subject: [PATCH] Link against -lrt for clock_gettime
-
-Fix undefined reference to `clock_gettime' error.
-This is required since commit f3e398afc549 "Rewrite cipher benchmark loop.".
-
-Below is the build error report:
-http://autobuild.buildroot.net/results/9ca/9cad1cf49ee6b5c58d8260ee33beef2e6c1ada4d/build-end.log
-
-Signed-off-by: Axel Lin <axel.lin@ingics.com>
----
- configure.ac | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1c456be..aa4c10f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -49,7 +49,8 @@ AC_CHECK_LIB(uuid, uuid_clear, ,[AC_MSG_ERROR([You need the uuid library.])])
- AC_SUBST(UUID_LIBS, $LIBS)
- LIBS=$saved_LIBS
-
--AC_CHECK_FUNCS([posix_memalign])
-+AC_SEARCH_LIBS([clock_gettime],[rt posix4])
-+AC_CHECK_FUNCS([posix_memalign clock_gettime])
-
- if test "x$enable_largefile" = "xno" ; then
- AC_MSG_ERROR([Building with --disable-largefile is not supported, it can cause data corruption.])
---
-1.8.1.2
-
diff --git a/package/cryptsetup/cryptsetup.hash b/package/cryptsetup/cryptsetup.hash
new file mode 100644
index 0000000..f288082
--- /dev/null
+++ b/package/cryptsetup/cryptsetup.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/sha256sums.asc
+sha256 2d2ce28e4e1137dd599d87884b62ef6dbf14fd7848b2a2bf7d61cf125fbd8e6f cryptsetup-1.6.6.tar.xz
diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
index e365d43..f43bbca 100644
--- a/package/cryptsetup/cryptsetup.mk
+++ b/package/cryptsetup/cryptsetup.mk
@@ -4,9 +4,10 @@
#
################################################################################
-CRYPTSETUP_VERSION = 1.6.3
-CRYPTSETUP_SOURCE = cryptsetup-$(CRYPTSETUP_VERSION).tar.bz2
-CRYPTSETUP_SITE = http://cryptsetup.googlecode.com/files
+CRYPTSETUP_VERSION_MAJOR = 1.6
+CRYPTSETUP_VERSION = $(CRYPTSETUP_VERSION_MAJOR).6
+CRYPTSETUP_SOURCE = cryptsetup-$(CRYPTSETUP_VERSION).tar.xz
+CRYPTSETUP_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/cryptsetup/v$(CRYPTSETUP_VERSION_MAJOR)
CRYPTSETUP_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
CRYPTSETUP_DEPENDENCIES = lvm2 popt e2fsprogs libgcrypt host-pkgconf \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
--
2.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111
2014-10-29 16:01 [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 Gustavo Zacarias
2014-10-29 16:01 ` [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6 Gustavo Zacarias
@ 2014-10-29 20:39 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 20:39 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Wed, 29 Oct 2014 13:01:34 -0300, Gustavo Zacarias wrote:
> And add hash file.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/lvm2/lvm2.hash | 2 ++
> package/lvm2/lvm2.mk | 2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
> create mode 100644 package/lvm2/lvm2.hash
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6
2014-10-29 16:01 ` [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6 Gustavo Zacarias
@ 2014-10-29 20:42 ` Thomas Petazzoni
2014-10-29 20:48 ` Gustavo Zacarias
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2014-10-29 20:42 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Wed, 29 Oct 2014 13:01:35 -0300, Gustavo Zacarias wrote:
> Drop upstream patch, add hash file, switch to kernel.org mirror.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> ...ryptsetup-0002-mkdir.patch => 0001-mkdir.patch} | 0
> ...p-0001-link-against-lrt-for-clock_gettime.patch | 33 ----------------------
> package/cryptsetup/cryptsetup.hash | 2 ++
> package/cryptsetup/cryptsetup.mk | 7 +++--
> 4 files changed, 6 insertions(+), 36 deletions(-)
> rename package/cryptsetup/{cryptsetup-0002-mkdir.patch => 0001-mkdir.patch} (100%)
> delete mode 100644 package/cryptsetup/cryptsetup-0001-link-against-lrt-for-clock_gettime.patch
> create mode 100644 package/cryptsetup/cryptsetup.hash
Applied, thanks. If you have some time, it would be great to push
0001-mkdir.patch upstream, so that we can drop AUTORECONF = YES at some
point in the future.
Thanks a lot:
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6
2014-10-29 20:42 ` Thomas Petazzoni
@ 2014-10-29 20:48 ` Gustavo Zacarias
0 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2014-10-29 20:48 UTC (permalink / raw)
To: buildroot
On 10/29/2014 05:42 PM, Thomas Petazzoni wrote:
> Applied, thanks. If you have some time, it would be great to push
> 0001-mkdir.patch upstream, so that we can drop AUTORECONF = YES at some
> point in the future.
Unfortunately this is one of those that depend on the gettext infra used
to package up the release tarball, a patch wouldn't do any good
(Makefile.in.in is autogenerated) :-/
I don't think upstream will like someone telling them to upgrade their
distro.
Regards.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-29 20:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 16:01 [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 Gustavo Zacarias
2014-10-29 16:01 ` [Buildroot] [PATCH 2/2] cryptsetup: bump to version 1.6.6 Gustavo Zacarias
2014-10-29 20:42 ` Thomas Petazzoni
2014-10-29 20:48 ` Gustavo Zacarias
2014-10-29 20:39 ` [Buildroot] [PATCH 1/2] lvm2: bump to version 2.02.111 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.