On 2/17/26 12:58, Hitendra Prajapati via lists.openembedded.org wrote: > It contains Security fixes for CVE-2026-2003, CVE-2026-2004, > CVE-2026-2005, CVE-2026-2006 and CVE-2026-2007. > It also contains other bug fixes and for more details refer Release note. > > 0001-configure.ac-bypass-autoconf-2.69-version-check.patch > refreshed for 14.21 > > Release notes: https://www.postgresql.org/docs/release/14.21/ > > Signed-off-by: Hitendra Prajapati <[email protected]> > --- > ...0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 4 ++-- > .../postgresql/{postgresql_14.20.bb => postgresql_14.21.bb} | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > rename meta-oe/recipes-dbs/postgresql/{postgresql_14.20.bb => > postgresql_14.21.bb} (71%) > > diff --git > a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch > > b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch > index 76363cd26d..81cfc47c4f 100644 > --- > a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch > +++ > b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch > @@ -13,12 +13,12 @@ Signed-off-by: Yi Fan Yu <[email protected]> > 1 file changed, 4 deletions(-) > > diff --git a/configure.ac b/configure.ac > -index bbbb204..0919d2b 100644 > +index bc0b44d..1a616ac 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros > > - AC_INIT([PostgreSQL], [14.20], [[email protected]], [], > [https://www.postgresql.org/]) > + AC_INIT([PostgreSQL], [14.21], [[email protected]], [], > [https://www.postgresql.org/]) > > -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf > version 2.69 is required. > -Untested combinations of 'autoconf' and PostgreSQL versions are not > diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb > b/meta-oe/recipes-dbs/postgresql/postgresql_14.21.bb > similarity index 71% > rename from meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb > rename to meta-oe/recipes-dbs/postgresql/postgresql_14.21.bb > index 04d8723f15..64af5fd07d 100644 > --- a/meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb > +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.21.bb > @@ -1,6 +1,6 @@ > require postgresql.inc > > -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933" > +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10ad6fd3d4b124238bc893ba2904cf0f"
A small note: during testing my build failed due to incorrect license checksum. I have amended this patch manually[1], so I don't think that a v2 is required, unless you want to add something else. Anyway, just FYI. [1]: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/kirkstone-nut&id=631e0ac2f08dc3db4554f9602e7da257929e8107 > > SRC_URI += "\ > file://not-check-libperl.patch \ > @@ -11,7 +11,7 @@ SRC_URI += "\ > file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \ > " > > -SRC_URI[sha256sum] = > "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b" > +SRC_URI[sha256sum] = > "5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9" > > CVE_CHECK_IGNORE += "\ > CVE-2017-8806 \ > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124672): https://lists.openembedded.org/g/openembedded-devel/message/124672 Mute This Topic: https://lists.openembedded.org/mt/117855111/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
