Github messages for voidlinux
 help / color / mirror / Atom feed
From: glaulher <glaulher@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rpm: update to 4.16.0
Date: Mon, 23 Nov 2020 15:36:23 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26642@inbox.vuxu.org> (raw)

[-- 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}"

             reply	other threads:[~2020-11-23 14:36 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 14:36 glaulher [this message]
2020-11-23 14:38 ` [PR REVIEW] " ericonr
2020-11-23 14:39 ` ericonr
2020-11-23 14:43 ` glaulher
2020-11-23 14:47 ` [PR PATCH] [Updated] " glaulher
2020-11-23 14:53 ` [PR REVIEW] " ericonr
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 17:57 ` [PR PATCH] [Updated] " glaulher
2020-11-23 18:14 ` glaulher
2020-11-23 19:01 ` glaulher
2020-11-23 20:01 ` glaulher
2020-11-23 20:15 ` ericonr
2020-11-24  0:22 ` [PR PATCH] [Updated] " glaulher
2020-11-24 21:14 ` ahesford
2020-11-25 13:27 ` [PR PATCH] [Updated] " glaulher
2020-11-25 13:37 ` glaulher
2020-11-25 13:39 ` [PR REVIEW] " ericonr
2020-11-25 14:27 ` ahesford
2020-11-29 23:52 ` [PR PATCH] [Updated] " glaulher
2020-11-29 23:56 ` [PR REVIEW] " glaulher
2020-12-17 19:42 ` [PR PATCH] [Closed]: " ericonr
2020-12-17 19:42 ` ericonr
2020-12-19 23:46 ` glaulher
  -- strict thread matches above, loose matches on Subject: below --
2020-11-22 21:54 [PR PATCH] " glaulher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26642@inbox.vuxu.org \
    --to=glaulher@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).