Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpm: update to 4.16.0.
@ 2020-11-22 21:54 glaulher
  2020-11-22 22:12 ` [PR REVIEW] " ericonr
                   ` (13 more replies)
  0 siblings, 14 replies; 25+ messages in thread
From: glaulher @ 2020-11-22 21:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

There is a new pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages rpm
https://github.com/void-linux/void-packages/pull/26612

rpm: update to 4.16.0.


A patch file from https://github.com/void-linux/void-packages/pull/26612.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpm-26612.patch --]
[-- Type: text/x-diff, Size: 1645 bytes --]

From 1f70b5bdca9473ec70979ce6efde370852d9fb1f Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sun, 22 Nov 2020 18:50:13 -0300
Subject: [PATCH] rpm: update to 4.16.0.

---
 srcpkgs/rpm/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index d39c3746781..ad99758ac14 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,21 +1,21 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.15.1
-revision=4
+version=4.16.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"
 hostmakedepends="automake gettext-devel libtool nss-devel pkg-config
  python3-setuptools"
-makedepends="binutils-devel db-devel elfutils-devel file-devel libarchive-devel
+makedepends="libgcrypt-devel binutils-devel db-devel elfutils-devel file-devel libarchive-devel
  libcap-devel lua52-devel nss-devel popt-devel python3-devel libgomp-devel"
 short_desc="Red Hat Package Management Utils"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://rpm.org"
 changelog="https://rpm.org/wiki/Releases/${version}.html"
-distfiles="http://ftp.rpm.org/releases/rpm-4.15.x/rpm-${version}.tar.bz2"
-checksum=ddef45f9601cd12042edfc9b6e37efcca32814e1e0f4bb8682d08144a3e2d230
+distfiles="http://ftp.rpm.org/releases/rpm-4.16.x/rpm-${version}.tar.bz2"
+checksum=ca5974e9da2939afb422598818ef187385061889ba766166c4a3829c5ef8d411
 python_version=2 #unverified
 conflicts="rpmextract>=0" # Both provide rpm2cpio
 

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PR PATCH] rpm: update to 4.16.0
@ 2020-11-23 14:36 glaulher
  2020-11-23 15:05 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: glaulher @ 2020-11-23 14:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

There is a new pull request by glaulher against master on the void-packages repository

https://github.com/glaulher/void-packages rpm
https://github.com/void-linux/void-packages/pull/26642

rpm: update to 4.16.0


A patch file from https://github.com/void-linux/void-packages/pull/26642.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpm-26642.patch --]
[-- Type: text/x-diff, Size: 2671 bytes --]

From 63acccd447e0fd99b7df67f4b00fd3c49d53a1fc Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Mon, 23 Nov 2020 11:33:02 -0300
Subject: [PATCH] rpm: update to 4.16.0.

---
 srcpkgs/rpm/patches/fix-musl-rpmdb.patch | 12 ++++++++++++
 srcpkgs/rpm/patches/fix-musl.patch       |  1 +
 srcpkgs/rpm/template                     | 12 ++++++------
 3 files changed, 19 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/rpm/patches/fix-musl-rpmdb.patch

diff --git a/srcpkgs/rpm/patches/fix-musl-rpmdb.patch b/srcpkgs/rpm/patches/fix-musl-rpmdb.patch
new file mode 100644
index 00000000000..e1e48b3b0d4
--- /dev/null
+++ b/srcpkgs/rpm/patches/fix-musl-rpmdb.patch
@@ -0,0 +1,12 @@
+--- rpmdb.c
++++ rpmdb.c
+@@ -1,7 +1,9 @@
+#include "system.h"
+
++#include <fcntl.h>
++#include <sys / stat.h>
+#include <popt.h>
+#include <rpm/rpmcli.h>
+#include <rpm/rpmdb.h>
+#include "cliutils.h"
+#include "debug.h"
diff --git a/srcpkgs/rpm/patches/fix-musl.patch b/srcpkgs/rpm/patches/fix-musl.patch
index b4f6f7b5ba4..1716584b8c8 100644
--- a/srcpkgs/rpm/patches/fix-musl.patch
+++ b/srcpkgs/rpm/patches/fix-musl.patch
@@ -29,3 +29,4 @@ index 992d9ac..5f43b57 100644
  
  #include <rpm/rpmlog.h>
  #include "rpmio/digest.h"
+
diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index d39c3746781..48f954d1172 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,22 +1,22 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.15.1
-revision=4
+version=4.16.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"
 hostmakedepends="automake gettext-devel libtool nss-devel pkg-config
  python3-setuptools"
-makedepends="binutils-devel db-devel elfutils-devel file-devel libarchive-devel
+makedepends="libgcrypt-devel binutils-devel db-devel elfutils-devel file-devel libarchive-devel
  libcap-devel lua52-devel nss-devel popt-devel python3-devel libgomp-devel"
 short_desc="Red Hat Package Management Utils"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://rpm.org"
 changelog="https://rpm.org/wiki/Releases/${version}.html"
-distfiles="http://ftp.rpm.org/releases/rpm-4.15.x/rpm-${version}.tar.bz2"
-checksum=ddef45f9601cd12042edfc9b6e37efcca32814e1e0f4bb8682d08144a3e2d230
-python_version=2 #unverified
+distfiles="http://ftp.rpm.org/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
+checksum=ca5974e9da2939afb422598818ef187385061889ba766166c4a3829c5ef8d411
+python_version=2
 conflicts="rpmextract>=0" # Both provide rpm2cpio
 
 CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2020-12-19 23:46 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-22 21:54 [PR PATCH] rpm: update to 4.16.0 glaulher
2020-11-22 22:12 ` [PR REVIEW] " ericonr
2020-11-22 22:15 ` ericonr
2020-11-22 22:15 ` ericonr
2020-11-23  4:22 ` [PR PATCH] [Closed]: " glaulher
2020-11-23  5:02 ` glaulher
2020-11-23  5:53 ` ericonr
2020-11-23 12:52 ` glaulher
2020-11-23 13:00 ` glaulher
2020-11-23 13:01 ` ericonr
2020-11-23 13:33 ` glaulher
2020-11-23 13:40 ` ericonr
2020-11-23 13:49 ` glaulher
2020-11-23 13:49 ` ericonr
2020-11-23 13:52 ` glaulher
2020-11-23 14:36 [PR PATCH] " glaulher
2020-11-23 15:05 ` ericonr
2020-11-23 17:32 ` glaulher
2020-11-23 17:40 ` ericonr
2020-11-23 17:40 ` ericonr
2020-11-23 20:01 ` glaulher
2020-11-23 20:15 ` ericonr
2020-11-24 21:14 ` ahesford
2020-11-25 13:37 ` glaulher
2020-12-17 19:42 ` ericonr
2020-12-19 23:46 ` glaulher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).