pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/bash
Module Name: pkgsrc
Committed By: kre
Date: Sun Jan 14 23:28:35 UTC 2024
Modified Files:
pkgsrc/shells/bash: distinfo
Removed Files:
pkgsrc/shells/bash/patches: patch-examples_loadables_fdflags.c
Log Message:
Remove patches/patch-examples_loadables_fdflags.c
That may have once been needed, but all the patch does is add
#ifdef O_CLOEXEC
#endif
at various places ... in a file which earlier (now) has
#ifndef O_CLOEXEC
#define O_CLOEXEC ...
#endif
such that added #ifdef can never fail to be true, and hence is
never needed.
No revbump is needed for this, as the resluting package will be
in every respect (aside from debigging source code line numbers)
identical to the earlier one ... but if you like, consider this
riding the immediately preceding version bump from 5.2.21nb1 to 5.2.26
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/shells/bash/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/shells/bash/patches/patch-examples_loadables_fdflags.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.81 pkgsrc/shells/bash/distinfo:1.82
--- pkgsrc/shells/bash/distinfo:1.81 Sun Jan 14 23:21:15 2024
+++ pkgsrc/shells/bash/distinfo Sun Jan 14 23:28:34 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.81 2024/01/14 23:21:15 kre Exp $
+$NetBSD: distinfo,v 1.82 2024/01/14 23:28:34 kre Exp $
BLAKE2s (bash-5.2.tar.gz) = 430755ea2af4903dba2bdbeffd4d861edb9f54c248071362f0d14f15171764cd
SHA512 (bash-5.2.tar.gz) = 5647636223ba336bf33e0c65e516d8ebcf6932de8b44f37bc468eedb87579c628ad44213f78534beb10f47aebb9c6fa670cb0bed3b4e7717e5faf7e9a1ef81ae
@@ -87,7 +87,6 @@ SHA1 (patch-builtins_psize.c) = cd3b151e
SHA1 (patch-builtins_ulimit.def) = 1390069344607204eb3abbd6ddeb148ff590c55e
SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
SHA1 (patch-examples_loadables_Makefile.in) = 0d27f82399c4ae9fae8ac0f8c48c68a23a3dcbd8
-SHA1 (patch-examples_loadables_fdflags.c) = dce409c76b7d6c838eb25c3ccc7a89ee57ca69b8
SHA1 (patch-examples_loadables_getconf.c) = 4e5705fa1dc6c86514d16b4960320a56a3fb2366
SHA1 (patch-lib_malloc_malloc.c) = 6e500228972eac0cb4d4defb02e9cf573b7fa207
SHA1 (patch-support_shobj-conf) = 010d5058262a23add420deed6c44a605bb16aa26
Home |
Main Index |
Thread Index |
Old Index