Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libpwquality: update to 1.4.1.
@ 2019-09-21 12:01 voidlinux-github
  2019-09-21 12:20 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-21 12:01 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Merged]: libpwquality: update to 1.4.1.
  2019-09-21 12:01 [PR PATCH] libpwquality: update to 1.4.1 voidlinux-github
@ 2019-09-21 12:20 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-21 12:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

libpwquality: update to 1.4.1.
https://github.com/void-linux/void-packages/pull/14627

Description:
- adopt package

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

end of thread, other threads:[~2019-09-21 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-21 12:01 [PR PATCH] libpwquality: update to 1.4.1 voidlinux-github
2019-09-21 12:20 ` [PR PATCH] [Merged]: " voidlinux-github

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).