From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SCpDx-0001hD-87 for ptxdist@pengutronix.de; Wed, 28 Mar 2012 11:31:25 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SCpDx-00019A-6j for ptxdist@pengutronix.de; Wed, 28 Mar 2012 11:31:25 +0200 Date: Wed, 28 Mar 2012 11:31:25 +0200 From: Michael Olbrich Message-ID: <20120328093125.GA27119@pengutronix.de> References: <1332758417-27042-1-git-send-email-alexander.stein@systec-electronic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1332758417-27042-1-git-send-email-alexander.stein@systec-electronic.com> Subject: Re: [ptxdist] [PATCH] klibc: bump 1.5.25 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Mar 26, 2012 at 12:40:17PM +0200, Alexander Stein wrote: > Signed-off-by: Alexander Stein > --- > patches/klibc-1.5.15/0001-klibc-add-strtok_r.patch | 81 ------- > ...nitial-mntent.h-with-setmntent-and-endmnt.patch | 84 ------- > .../klibc-1.5.15/0003-klibc-add-getmntent.patch | 117 --------- > .../0004-klibc-mount-add-help-arg-for-usage.patch | 81 ------- > ...klibc-mount-list-all-mounted-file-systems.patch | 75 ------ > ...06-klibc-mount-list-fs-of-particular-type.patch | 62 ----- > ...7-klibc-mount-read-proc-mounts-preferably.patch | 33 --- > ...fig-raise-field-length-for-rootpath-DHCP-.patch | 32 --- > ...fig-set-null-ciaddr-on-DHCPREQUEST-during.patch | 43 ---- > ...bc-1.5.15-released-next-version-is-1.5.16.patch | 19 -- > ...ust_inline-macro-in-klibc-compiler.h-for-.patch | 36 --- > ...it-zero-length-DHCP-vendor_class_identifi.patch | 88 ------- > ...nd-requested-hostname-in-DHCP-discover-re.patch | 114 --------- > ...bc-use-headers_install-to-install-headers.patch | 41 ---- > .../0015-klibc-utils-add-simple-ls.patch | 249 -------------------- > ...AKE-instead-of-make-to-call-external-make.patch | 26 -- > ...ernel-header-installed-by-headers_install.patch | 68 ------ > ...d-support-for-detection-of-vfat-and-jffs2.patch | 58 ----- > .../0019-define-__socklen_t_defined.patch | 26 -- > ...-include-signal.h-47-5-warning-SIGRTMAX-i.patch | 31 --- > ...x-no-previous-prototype-__ctype_-warnings.patch | 55 ----- > .../0022-define-MNTPROC_MNT-and-MNTPROC_UMNT.patch | 35 --- > .../0023-Fix-assert-when-NDEBUG-defined.patch | 29 --- > patches/klibc-1.5.15/0024-dummy-ferror.patch | 33 --- > patches/klibc-1.5.15/0025-Fix-arm-signals.patch | 142 ----------- > patches/klibc-1.5.15/series | 25 -- > ...ernel-header-installed-by-headers_install.patch | 60 +++++ > ...d-support-for-detection-of-vfat-and-jffs2.patch | 58 +++++ > .../0003-define-__socklen_t_defined.patch | 17 ++ > ...-include-signal.h-47-5-warning-SIGRTMAX-i.patch | 31 +++ > patches/klibc-1.5.25/series | 4 + > rules/klibc.make | 4 +- > 32 files changed, 172 insertions(+), 1685 deletions(-) > delete mode 100644 patches/klibc-1.5.15/0001-klibc-add-strtok_r.patch > delete mode 100644 patches/klibc-1.5.15/0002-klibc-Add-initial-mntent.h-with-setmntent-and-endmnt.patch > delete mode 100644 patches/klibc-1.5.15/0003-klibc-add-getmntent.patch > delete mode 100644 patches/klibc-1.5.15/0004-klibc-mount-add-help-arg-for-usage.patch > delete mode 100644 patches/klibc-1.5.15/0005-klibc-mount-list-all-mounted-file-systems.patch > delete mode 100644 patches/klibc-1.5.15/0006-klibc-mount-list-fs-of-particular-type.patch > delete mode 100644 patches/klibc-1.5.15/0007-klibc-mount-read-proc-mounts-preferably.patch > delete mode 100644 patches/klibc-1.5.15/0008-klibc-ipconfig-raise-field-length-for-rootpath-DHCP-.patch > delete mode 100644 patches/klibc-1.5.15/0009-klibc-ipconfig-set-null-ciaddr-on-DHCPREQUEST-during.patch > delete mode 100644 patches/klibc-1.5.15/0010-klibc-1.5.15-released-next-version-is-1.5.16.patch > delete mode 100644 patches/klibc-1.5.15/0011-klibc-fix-must_inline-macro-in-klibc-compiler.h-for-.patch > delete mode 100644 patches/klibc-1.5.15/0012-ipconfig-omit-zero-length-DHCP-vendor_class_identifi.patch > delete mode 100644 patches/klibc-1.5.15/0013-ipconfig-send-requested-hostname-in-DHCP-discover-re.patch > delete mode 100644 patches/klibc-1.5.15/0014-klibc-use-headers_install-to-install-headers.patch > delete mode 100644 patches/klibc-1.5.15/0015-klibc-utils-add-simple-ls.patch > delete mode 100644 patches/klibc-1.5.15/0016-klibc-use-MAKE-instead-of-make-to-call-external-make.patch > delete mode 100644 patches/klibc-1.5.15/0017-klibc-use-kernel-header-installed-by-headers_install.patch > delete mode 100644 patches/klibc-1.5.15/0018-Patch-to-add-support-for-detection-of-vfat-and-jffs2.patch > delete mode 100644 patches/klibc-1.5.15/0019-define-__socklen_t_defined.patch > delete mode 100644 patches/klibc-1.5.15/0020-fix-warning-include-signal.h-47-5-warning-SIGRTMAX-i.patch > delete mode 100644 patches/klibc-1.5.15/0021-Fix-no-previous-prototype-__ctype_-warnings.patch > delete mode 100644 patches/klibc-1.5.15/0022-define-MNTPROC_MNT-and-MNTPROC_UMNT.patch > delete mode 100644 patches/klibc-1.5.15/0023-Fix-assert-when-NDEBUG-defined.patch > delete mode 100644 patches/klibc-1.5.15/0024-dummy-ferror.patch > delete mode 100644 patches/klibc-1.5.15/0025-Fix-arm-signals.patch > delete mode 100644 patches/klibc-1.5.15/series > create mode 100644 patches/klibc-1.5.25/0001-klibc-use-kernel-header-installed-by-headers_install.patch > create mode 100644 patches/klibc-1.5.25/0002-Patch-to-add-support-for-detection-of-vfat-and-jffs2.patch > create mode 100644 patches/klibc-1.5.25/0003-define-__socklen_t_defined.patch > create mode 100644 patches/klibc-1.5.25/0004-fix-warning-include-signal.h-47-5-warning-SIGRTMAX-i.patch > create mode 100644 patches/klibc-1.5.25/series I assume you checked which patches are still necessary? > diff --git a/patches/klibc-1.5.25/series b/patches/klibc-1.5.25/series > new file mode 100644 > index 0000000..b4b9233 > --- /dev/null > +++ b/patches/klibc-1.5.25/series > @@ -0,0 +1,4 @@ > +0001-klibc-use-kernel-header-installed-by-headers_install.patch > +0002-Patch-to-add-support-for-detection-of-vfat-and-jffs2.patch > +0003-define-__socklen_t_defined.patch > +0004-fix-warning-include-signal.h-47-5-warning-SIGRTMAX-i.patch > diff --git a/rules/klibc.make b/rules/klibc.make > index 89f75b1..1c7bd0f 100644 > --- a/rules/klibc.make > +++ b/rules/klibc.make > @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_KLIBC) += klibc > # > # Paths and names > # > -KLIBC_VERSION := 1.5.15 > -KLIBC_MD5 := > +KLIBC_VERSION := 1.5.25 > +KLIBC_MD5 := 9ff935403b6f9193aaf52dc53769f290 > KLIBC := klibc-$(KLIBC_VERSION) > KLIBC_SUFFIX := tar.gz > KLIBC_SOURCE := $(SRCDIR)/$(KLIBC).$(KLIBC_SUFFIX) Looks like this was broken for a long time. I usually don't merge version updates this close to the release, but it's already broken, so if it compiles for me... Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de