Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libpwquality: update to 1.4.1.
Date: Sat, 21 Sep 2019 14:01:53 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14627@inbox.vuxu.org> (raw)

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

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

https://github.com/bra1nwave/void-packages libpwquality
https://github.com/void-linux/void-packages/pull/14627

libpwquality: update to 1.4.1.
- adopt package

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

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

From 5e71b05dbee09b56ae5051d944480bd1d7a0858e Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Sat, 21 Sep 2019 13:58:53 +0200
Subject: [PATCH] libpwquality: update to 1.4.1. - adopt package

---
 srcpkgs/libpwquality/patches/pythoncross.patch | 12 ------------
 srcpkgs/libpwquality/template                  | 10 ++++++----
 2 files changed, 6 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/libpwquality/patches/pythoncross.patch

diff --git a/srcpkgs/libpwquality/patches/pythoncross.patch b/srcpkgs/libpwquality/patches/pythoncross.patch
deleted file mode 100644
index 5e7ea7bd5d1..00000000000
--- a/srcpkgs/libpwquality/patches/pythoncross.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- python/Makefile.am.orig
-+++ python/Makefile.am
-@@ -11,7 +11,7 @@
- EXTRA_DIST = pwquality.c setup.py
- 
- all-local:
--	CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-lib=.
-+	LDSHARED="${CC} -pthread -shared" CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-lib=.
- 
- install-exec-local:
--	CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py install --prefix=${DESTDIR}${prefix}
-+	LDSHARED="${CC} -pthread -shared" CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py install --prefix=${DESTDIR}${prefix}
diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 9a90dcf3acb..e5a656236d7 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,18 +1,19 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
-version=1.4.0
-revision=2
+version=1.4.1
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel"
 makedepends="cracklib-devel pam-devel python3-devel"
 conf_files="/etc/security/pwquality.conf"
 short_desc="Library for password quality checking and generating random passwords"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/libpwquality/libpwquality"
+changelog="https://raw.githubusercontent.com/libpwquality/libpwquality/master/NEWS"
 distfiles="${homepage}/releases/download/libpwquality-${version}/libpwquality-${version}.tar.bz2"
-checksum=1de6ff046cf2172d265a2cb6f8da439d894f3e4e8157b056c515515232fade6b
+checksum=a97d72b5c56b7e279c6e86dad70c1493ea5796f00a596fb9f3173b96f9bf5e46
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3"
@@ -21,6 +22,7 @@ fi
 
 pre_configure() {
 	autoreconf -fi
+	vsed -i python/Makefile.am -e 's|CFLAGS=.*|LDSHARED="${CC} -pthread -shared" &|g'
 }
 
 libpwquality-devel_package() {

             reply	other threads:[~2019-09-21 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-21 12:01 voidlinux-github [this message]
2019-09-21 12:20 ` [PR PATCH] [Merged]: " voidlinux-github

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-14627@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).