Mon Sep 26 17:40:19 2022 UTC ()
popt: update to 1.19.

Changes from popt 1.18

    Clarify license: we are not the X Consortium, use straight MIT license text
    Fix build without glob_pattern_p()
    Fix missing libiconv dependency for static linkage in popt.pc
    Fix segfault regression when NLS is enabled but libintl.h cannot be found (#32 )
    Fix the handling of superfluous args passed with =
    Fix iconv resource leak on errors
    Fix POPT_CONTEXT_KEEP_FIRST handling in poptResetContext()
    Fix '=' getting shown for short options
    Fix memory corruption issues with poptStuffArgs()
    Fix handling of large files in poptReadFile() on 32bit systems
    Fix build without wchar / mbstate_t
    Fix potential memory leak in poptReadConfigFile()
    Fix "Usage" string calculated length
    Fix memory leak regressions in popt 1.18
    Add --enable-werror configure option
    Add CREDITS file
    Improve random number handling
    Various code cleanups, const and type hygiene improvements
    Adjust test-suite expectations for libtool changes
    Various translation updates
    Various documentation improvements
    Various test-suite improvements
    Appease autoconf 2.70
    Update gettext to 1.98.8
    Run CI on fixed Fedora version (36 for now), use stricter compiler settings
    Drop unmaintained CHANGES file from tarballs


(wiz)
diff -r1.49 -r1.50 pkgsrc/devel/popt/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/popt/PLIST
diff -r1.28 -r1.29 pkgsrc/devel/popt/distinfo
diff -r1.1 -r0 pkgsrc/devel/popt/patches/patch-src_poptconfig.c
diff -r1.1 -r0 pkgsrc/devel/popt/patches/patch-tests_testit.sh

cvs diff -r1.49 -r1.50 pkgsrc/devel/popt/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/popt/Makefile 2020/08/15 01:02:42 1.49
+++ pkgsrc/devel/popt/Makefile 2022/09/26 17:40:19 1.50
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.49 2020/08/15 01:02:42 tnn Exp $ 1# $NetBSD: Makefile,v 1.50 2022/09/26 17:40:19 wiz Exp $
2# 
3 2
4DISTNAME= popt-1.18 3DISTNAME= popt-1.19
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/ 5MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/rpm-software-management/popt 8HOMEPAGE= https://github.com/rpm-software-management/popt
10COMMENT= Command line option parsing library 9COMMENT= Command line option parsing library
11# mit license with advertising clause 
12LICENSE= mit 10LICENSE= mit
13 11
14CONFLICTS= ORBit<=0.5.3 12CONFLICTS= ORBit<=0.5.3
15 13
16USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18USE_TOOLS+= gmake 16USE_TOOLS+= gmake
19USE_LIBTOOL= yes 17USE_LIBTOOL= yes
20PKGCONFIG_OVERRIDE= popt.pc 18PKGCONFIG_OVERRIDE= popt.pc
21PKGCONFIG_OVERRIDE_STAGE= post-configure 19PKGCONFIG_OVERRIDE_STAGE= post-configure
22 20
23TEST_TARGET= check 21TEST_TARGET= check
24 22

cvs diff -r1.9 -r1.10 pkgsrc/devel/popt/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/popt/PLIST 2010/06/05 13:26:46 1.9
+++ pkgsrc/devel/popt/PLIST 2022/09/26 17:40:19 1.10
@@ -1,37 +1,41 @@ @@ -1,37 +1,41 @@
1@comment $NetBSD: PLIST,v 1.9 2010/06/05 13:26:46 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.10 2022/09/26 17:40:19 wiz Exp $
2include/popt.h 2include/popt.h
3lib/libpopt.la 3lib/libpopt.la
4lib/pkgconfig/popt.pc 4lib/pkgconfig/popt.pc
5man/man3/popt.3 5man/man3/popt.3
 6share/locale/ca/LC_MESSAGES/popt.mo
6share/locale/cs/LC_MESSAGES/popt.mo 7share/locale/cs/LC_MESSAGES/popt.mo
7share/locale/da/LC_MESSAGES/popt.mo 8share/locale/da/LC_MESSAGES/popt.mo
8share/locale/de/LC_MESSAGES/popt.mo 9share/locale/de/LC_MESSAGES/popt.mo
9share/locale/eo/LC_MESSAGES/popt.mo 10share/locale/eo/LC_MESSAGES/popt.mo
10share/locale/es/LC_MESSAGES/popt.mo 11share/locale/es/LC_MESSAGES/popt.mo
11share/locale/fi/LC_MESSAGES/popt.mo 12share/locale/fi/LC_MESSAGES/popt.mo
12share/locale/fr/LC_MESSAGES/popt.mo 13share/locale/fr/LC_MESSAGES/popt.mo
13share/locale/ga/LC_MESSAGES/popt.mo 14share/locale/ga/LC_MESSAGES/popt.mo
14share/locale/gl/LC_MESSAGES/popt.mo 15share/locale/gl/LC_MESSAGES/popt.mo
15share/locale/hu/LC_MESSAGES/popt.mo 16share/locale/hu/LC_MESSAGES/popt.mo
16share/locale/id/LC_MESSAGES/popt.mo 17share/locale/id/LC_MESSAGES/popt.mo
17share/locale/is/LC_MESSAGES/popt.mo 18share/locale/is/LC_MESSAGES/popt.mo
18share/locale/it/LC_MESSAGES/popt.mo 19share/locale/it/LC_MESSAGES/popt.mo
19share/locale/ja/LC_MESSAGES/popt.mo 20share/locale/ja/LC_MESSAGES/popt.mo
 21share/locale/ka/LC_MESSAGES/popt.mo
20share/locale/ko/LC_MESSAGES/popt.mo 22share/locale/ko/LC_MESSAGES/popt.mo
21share/locale/lv/LC_MESSAGES/popt.mo 23share/locale/lv/LC_MESSAGES/popt.mo
22share/locale/nb/LC_MESSAGES/popt.mo 24share/locale/nb/LC_MESSAGES/popt.mo
23share/locale/nl/LC_MESSAGES/popt.mo 25share/locale/nl/LC_MESSAGES/popt.mo
24share/locale/pl/LC_MESSAGES/popt.mo 26share/locale/pl/LC_MESSAGES/popt.mo
25share/locale/pt/LC_MESSAGES/popt.mo 27share/locale/pt/LC_MESSAGES/popt.mo
 28share/locale/pt_BR/LC_MESSAGES/popt.mo
26share/locale/ro/LC_MESSAGES/popt.mo 29share/locale/ro/LC_MESSAGES/popt.mo
27share/locale/ru/LC_MESSAGES/popt.mo 30share/locale/ru/LC_MESSAGES/popt.mo
 31share/locale/si/LC_MESSAGES/popt.mo
28share/locale/sk/LC_MESSAGES/popt.mo 32share/locale/sk/LC_MESSAGES/popt.mo
29share/locale/sl/LC_MESSAGES/popt.mo 33share/locale/sl/LC_MESSAGES/popt.mo
30share/locale/sv/LC_MESSAGES/popt.mo 34share/locale/sv/LC_MESSAGES/popt.mo
31share/locale/th/LC_MESSAGES/popt.mo 35share/locale/th/LC_MESSAGES/popt.mo
32share/locale/tr/LC_MESSAGES/popt.mo 36share/locale/tr/LC_MESSAGES/popt.mo
33share/locale/uk/LC_MESSAGES/popt.mo 37share/locale/uk/LC_MESSAGES/popt.mo
34share/locale/vi/LC_MESSAGES/popt.mo 38share/locale/vi/LC_MESSAGES/popt.mo
35share/locale/wa/LC_MESSAGES/popt.mo 39share/locale/wa/LC_MESSAGES/popt.mo
36share/locale/zh_CN/LC_MESSAGES/popt.mo 40share/locale/zh_CN/LC_MESSAGES/popt.mo
37share/locale/zh_TW/LC_MESSAGES/popt.mo 41share/locale/zh_TW/LC_MESSAGES/popt.mo

cvs diff -r1.28 -r1.29 pkgsrc/devel/popt/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/popt/distinfo 2021/10/26 10:18:05 1.28
+++ pkgsrc/devel/popt/distinfo 2022/09/26 17:40:19 1.29
@@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
1$NetBSD: distinfo,v 1.28 2021/10/26 10:18:05 nia Exp $ 1$NetBSD: distinfo,v 1.29 2022/09/26 17:40:19 wiz Exp $
2 2
3BLAKE2s (popt-1.18.tar.gz) = 0f39644a50b1023e12efb2b3c58e90f14fd931a21c95687a8ff2d4cbf9cb36a2 3BLAKE2s (popt-1.19.tar.gz) = 1934a5a6bbec2b186f5fdc2ec29b3035ea670685b791d7b4f55861a27c6086cb
4SHA512 (popt-1.18.tar.gz) = 86422e8762adda3d02d46c20ac74ffe389d4f991d552b6fea729f007345b6426cbeb71160284e2deaa2ce44ce754a9e6cf6ccbd64bff9bc2253df40cdc2f79a5 4SHA512 (popt-1.19.tar.gz) = 5d1b6a15337e4cd5991817c1957f97fc4ed98659870017c08f26f754e34add31d639d55ee77ca31f29bb631c0b53368c1893bd96cf76422d257f7997a11f6466
5Size (popt-1.18.tar.gz) = 580569 bytes 5Size (popt-1.19.tar.gz) = 596676 bytes
6SHA1 (patch-src_lookup3.c) = f91cf9edcaa7f27b933829aff91fa4faf9d23129 6SHA1 (patch-src_lookup3.c) = f91cf9edcaa7f27b933829aff91fa4faf9d23129
7SHA1 (patch-src_poptconfig.c) = 238436fe53a60463428e1b254d44a2c3a4eb0e50 
8SHA1 (patch-src_poptint.h) = 9a850dc35df8d256b6a585a8c6237341ce94e1f0 7SHA1 (patch-src_poptint.h) = 9a850dc35df8d256b6a585a8c6237341ce94e1f0
9SHA1 (patch-tests_testit.sh) = 72c55195f41bd47c689023bb74f367162b334b11 

File Deleted: pkgsrc/devel/popt/patches/Attic/patch-src_poptconfig.c

File Deleted: pkgsrc/devel/popt/patches/Attic/patch-tests_testit.sh