Accepting request 1193271 from system:packagemanager
OBS-URL: https://build.opensuse.org/request/show/1193271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=44
This commit is contained in:
commit
0924385ade
17
dpkg.changes
17
dpkg.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 14:16:59 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- 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 <martin.schreiner@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
3
dpkg_1.22.11.tar.xz
Normal file
3
dpkg_1.22.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f318eb949b8e7ecd802b17b1a7e7cf4b17094c9577e1060653e9b838cdd31d80
|
||||
size 5697040
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4379123466cf1804f82aaac7fbea7133c58aefa178dfbf7029cdc61a8d220655
|
||||
size 5630704
|
@ -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 <config.h>
|
||||
#include <compat.h>
|
||||
@ -48,10 +48,10 @@ Index: dpkg-1.22.5/lib/dpkg/buffer.c
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
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) \
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 14:16:59 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- 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 <martin.schreiner@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user