diff --git a/dpkg.changes b/dpkg.changes index d49233e..8f775f3 100644 --- a/dpkg.changes +++ b/dpkg.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Aug 11 14:16:59 UTC 2024 - Martin Schreiner + +- Update to version 1.22.11. + The full changelog is very large. Please check it here: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.11 +- Changes from 1.22.10: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.10 +- Changes from 1.22.9: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.9 +- Changes from 1.22.8: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.8 +- Changes from 1.22.7: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.7 +- Refresh patch: + * openssl.patch + ------------------------------------------------------------------- Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner diff --git a/dpkg.spec b/dpkg.spec index 64f8041..492ddd4 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -17,7 +17,7 @@ Name: dpkg -Version: 1.22.6 +Version: 1.22.11 Release: 0 Summary: Debian package management system License: GPL-2.0-or-later diff --git a/dpkg_1.22.11.tar.xz b/dpkg_1.22.11.tar.xz new file mode 100644 index 0000000..1517555 --- /dev/null +++ b/dpkg_1.22.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f318eb949b8e7ecd802b17b1a7e7cf4b17094c9577e1060653e9b838cdd31d80 +size 5697040 diff --git a/dpkg_1.22.6.tar.xz b/dpkg_1.22.6.tar.xz deleted file mode 100644 index ab24fc4..0000000 --- a/dpkg_1.22.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4379123466cf1804f82aaac7fbea7133c58aefa178dfbf7029cdc61a8d220655 -size 5630704 diff --git a/openssl.patch b/openssl.patch index ee5e78d..d8292f1 100644 --- a/openssl.patch +++ b/openssl.patch @@ -1,8 +1,8 @@ -Index: dpkg-1.22.5/configure.ac +Index: dpkg-1.22.11/configure.ac =================================================================== ---- dpkg-1.22.5.orig/configure.ac -+++ dpkg-1.22.5/configure.ac -@@ -111,6 +111,13 @@ AC_SYS_LARGEFILE +--- dpkg-1.22.11.orig/configure.ac ++++ dpkg-1.22.11/configure.ac +@@ -112,6 +112,13 @@ AC_SYS_LARGEFILE # Checks for libraries. DPKG_LIB_RT DPKG_LIB_MD @@ -16,7 +16,7 @@ Index: dpkg-1.22.5/configure.ac DPKG_LIB_Z DPKG_LIB_BZ2 DPKG_LIB_LZMA -@@ -335,6 +342,7 @@ Configuration: +@@ -338,6 +345,7 @@ Configuration: libkvm . . . . . . . . . . . : ${have_libkvm:-no} libselinux . . . . . . . . . : $have_libselinux libmd . . . . . . . . . . . . : $have_libmd @@ -24,10 +24,10 @@ Index: dpkg-1.22.5/configure.ac libz . . . . . . . . . . . . : $have_libz_impl liblzma . . . . . . . . . . . : $have_liblzma libzstd . . . . . . . . . . . : $have_libzstd -Index: dpkg-1.22.5/lib/dpkg/buffer.c +Index: dpkg-1.22.11/lib/dpkg/buffer.c =================================================================== ---- dpkg-1.22.5.orig/lib/dpkg/buffer.c -+++ dpkg-1.22.5/lib/dpkg/buffer.c +--- dpkg-1.22.11.orig/lib/dpkg/buffer.c ++++ dpkg-1.22.11/lib/dpkg/buffer.c @@ -23,10 +23,18 @@ #include #include @@ -48,10 +48,10 @@ Index: dpkg-1.22.5/lib/dpkg/buffer.c #include #include #include -Index: dpkg-1.22.5/m4/dpkg-libs.m4 +Index: dpkg-1.22.11/m4/dpkg-libs.m4 =================================================================== ---- dpkg-1.22.5.orig/m4/dpkg-libs.m4 -+++ dpkg-1.22.5/m4/dpkg-libs.m4 +--- dpkg-1.22.11.orig/m4/dpkg-libs.m4 ++++ dpkg-1.22.11/m4/dpkg-libs.m4 @@ -20,11 +20,26 @@ AC_DEFUN([DPKG_LIB_MD], [ MD_LIBS="$ac_cv_search_MD5Init" ]) @@ -80,13 +80,13 @@ Index: dpkg-1.22.5/m4/dpkg-libs.m4 + + # DPKG_WITH_COMPRESS_LIB(NAME, HEADER, FUNC) - # ------------------------------------------------- + # ---------------------- # Check for availability of a compression library. -Index: dpkg-1.22.5/lib/dpkg/Makefile.am +Index: dpkg-1.22.11/lib/dpkg/Makefile.am =================================================================== ---- dpkg-1.22.5.orig/lib/dpkg/Makefile.am -+++ dpkg-1.22.5/lib/dpkg/Makefile.am -@@ -53,6 +53,7 @@ libdpkg_la_LIBADD = \ +--- dpkg-1.22.11.orig/lib/dpkg/Makefile.am ++++ dpkg-1.22.11/lib/dpkg/Makefile.am +@@ -54,6 +54,7 @@ libdpkg_la_LIBADD = \ $(ZSTD_LIBS) \ $(BZ2_LIBS) \ $(MD_LIBS) \ diff --git a/update-alternatives.changes b/update-alternatives.changes index 7f4da33..def67f9 100644 --- a/update-alternatives.changes +++ b/update-alternatives.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Aug 11 14:16:59 UTC 2024 - Martin Schreiner + +- Update to version 1.22.11. + The full changelog is very large. Please check it here: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.11 +- Changes from 1.22.10: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.10 +- Changes from 1.22.9: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.9 +- Changes from 1.22.8: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.8 +- Changes from 1.22.7: + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.7 +- Refresh patch: + * openssl.patch + ------------------------------------------------------------------- Wed Apr 10 02:52:20 UTC 2024 - Martin Schreiner diff --git a/update-alternatives.spec b/update-alternatives.spec index fe9b718..ee21823 100644 --- a/update-alternatives.spec +++ b/update-alternatives.spec @@ -17,7 +17,7 @@ Name: update-alternatives -Version: 1.22.6 +Version: 1.22.11 Release: 0 Summary: Maintain symbolic links determining default commands License: GPL-2.0-or-later