From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30E9A1382C5 for ; Sat, 13 Mar 2021 15:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AABDE086D; Sat, 13 Mar 2021 15:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F44E086D for ; Sat, 13 Mar 2021 15:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08B0A335DBF for ; Sat, 13 Mar 2021 15:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C64590 for ; Sat, 13 Mar 2021 15:42:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1615649299.e16d25a90b244a1bc95a40770e5183923bba01ae.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: patches/e2fsprogs/1.46.2/, patches/e2fsprogs/1.46.0/ X-VCS-Repository: proj/genkernel X-VCS-Files: patches/e2fsprogs/1.46.0/e2fsprogs-1.42.13-fix-build-cflags.patch patches/e2fsprogs/1.46.0/e2fsprogs-1.44.6-parallel_install.patch patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-build.patch patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-pthreads_build.patch patches/e2fsprogs/1.46.2/e2fsprogs-1.42.13-fix-build-cflags.patch patches/e2fsprogs/1.46.2/e2fsprogs-1.44.6-parallel_install.patch patches/e2fsprogs/1.46.2/e2fsprogs-1.46.0-build.patch X-VCS-Directories: patches/e2fsprogs/1.46.2/ patches/e2fsprogs/1.46.0/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e16d25a90b244a1bc95a40770e5183923bba01ae X-VCS-Branch: master Date: Sat, 13 Mar 2021 15:42:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 704d590d-f617-4c54-b8ff-ed9329f49d6a X-Archives-Hash: 98f4cc9930cd763e6acde70214b5502f commit: e16d25a90b244a1bc95a40770e5183923bba01ae Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 13 15:28:19 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 13 15:28:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e16d25a9 Bump e2fsprogs to v1.46.2 Signed-off-by: Thomas Deutschmann gentoo.org> .../1.46.0/e2fsprogs-1.46.0-pthreads_build.patch | 46 ---------------------- .../e2fsprogs-1.42.13-fix-build-cflags.patch | 0 .../e2fsprogs-1.44.6-parallel_install.patch | 0 .../e2fsprogs-1.46.0-build.patch | 1 + 4 files changed, 1 insertion(+), 46 deletions(-) diff --git a/patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-pthreads_build.patch b/patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-pthreads_build.patch deleted file mode 100644 index 9d251d2..0000000 --- a/patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-pthreads_build.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 24487a7fa64bfa92bea21be3ca8c155e5de7438f Mon Sep 17 00:00:00 2001 -From: Theodore Ts'o -Date: Fri, 29 Jan 2021 22:28:31 -0500 -Subject: configure.ac: fix build failure on systems with pthreads && !fuse - support - -The configure script checks for pthread.h as part of double-checking -that the FUSE support works correctly, which implicitly defined -HAVE_PHREAD_H. If the FUSE libraries are not present (or fuse support -is explicitly disabled), this check doesn't happen and so -HAVE_PTHREAD_H is not defined, and this causes a build failure. - -Signed-off-by: Theodore Ts'o ---- - configure | 2 +- - configure.ac | 1 + - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/configure b/configure -index 9d41d069..6b8b7f4b 100755 ---- a/configure -+++ b/configure -@@ -10448,7 +10448,7 @@ fi - done - - fi --for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h attr/xattr.h linux/falloc.h linux/fd.h linux/fsmap.h linux/major.h linux/loop.h linux/types.h net/if_dl.h netinet/in.h sys/acl.h sys/disklabel.h sys/disk.h sys/file.h sys/ioctl.h sys/key.h sys/mkdev.h sys/mman.h sys/mount.h sys/prctl.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h sys/xattr.h -+for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h pthread.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h attr/xattr.h linux/falloc.h linux/fd.h linux/fsmap.h linux/major.h linux/loop.h linux/types.h net/if_dl.h netinet/in.h sys/acl.h sys/disklabel.h sys/disk.h sys/file.h sys/ioctl.h sys/key.h sys/mkdev.h sys/mman.h sys/mount.h sys/prctl.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h sys/xattr.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -diff --git a/configure.ac b/configure.ac -index 141c4d9c..42b6f486 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -975,6 +975,7 @@ AC_CHECK_HEADERS(m4_flatten([ - malloc.h - mntent.h - paths.h -+ pthread.h - semaphore.h - setjmp.h - signal.h --- -cgit 1.2.3-1.el7 - diff --git a/patches/e2fsprogs/1.46.0/e2fsprogs-1.42.13-fix-build-cflags.patch b/patches/e2fsprogs/1.46.2/e2fsprogs-1.42.13-fix-build-cflags.patch similarity index 100% rename from patches/e2fsprogs/1.46.0/e2fsprogs-1.42.13-fix-build-cflags.patch rename to patches/e2fsprogs/1.46.2/e2fsprogs-1.42.13-fix-build-cflags.patch diff --git a/patches/e2fsprogs/1.46.0/e2fsprogs-1.44.6-parallel_install.patch b/patches/e2fsprogs/1.46.2/e2fsprogs-1.44.6-parallel_install.patch similarity index 100% rename from patches/e2fsprogs/1.46.0/e2fsprogs-1.44.6-parallel_install.patch rename to patches/e2fsprogs/1.46.2/e2fsprogs-1.44.6-parallel_install.patch diff --git a/patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-build.patch b/patches/e2fsprogs/1.46.2/e2fsprogs-1.46.0-build.patch similarity index 99% rename from patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-build.patch rename to patches/e2fsprogs/1.46.2/e2fsprogs-1.46.0-build.patch index 37b0510..df908b6 100644 --- a/patches/e2fsprogs/1.46.0/e2fsprogs-1.46.0-build.patch +++ b/patches/e2fsprogs/1.46.2/e2fsprogs-1.46.0-build.patch @@ -81,3 +81,4 @@ AC_CHECK_HEADERS(m4_flatten([ dirent.h errno.h +