Up to [cvs.NetBSD.org] / pkgsrc / devel / popt / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2, Mon Sep 26 17:40:19 2022 UTC (4 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1
lines
FILE REMOVED
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
Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 15 01:02:42 2020 UTC (2 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
popt: update to 1.18 Replace HOMEPAGE and MASTER_SITE, the old rpm5.org site seems dead & broken Changes from popt 1.16 fix an ugly and ancient security issue with popt failing to drop privileges on alias exec from a SUID/SGID program perform rudimentary sanity checks when reading in popt config files collect accumulated misc fixes (memleaks etc) from distros convert translations to utf-8 encoding convert old postscript documentation to pdf dust off ten years worth of autotools sediment reorganize and clean up the source tree for clarity remove the obnoxious splint annotations from the sources