public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] popt: Update to version 1.19
Date: Mon, 07 Aug 2023 22:51:05 +0200	[thread overview]
Message-ID: <20230807205110.2664534-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230807205110.2664534-1-adolf.belka@ipfire.org>

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

- Update from version 1.18 to 1.19
- Update of rootfile
- Changelog
    1.19
	    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

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/popt | 2 +-
 lfs/popt                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/popt b/config/rootfiles/common/popt
index bcadabcf0..c93a47691 100644
--- a/config/rootfiles/common/popt
+++ b/config/rootfiles/common/popt
@@ -3,6 +3,6 @@
 #usr/lib/libpopt.la
 usr/lib/libpopt.so
 usr/lib/libpopt.so.0
-usr/lib/libpopt.so.0.0.1
+usr/lib/libpopt.so.0.0.2
 #usr/lib/pkgconfig/popt.pc
 #usr/share/man/man3/popt.3
diff --git a/lfs/popt b/lfs/popt
index 631b6219a..0994246fe 100644
--- a/lfs/popt
+++ b/lfs/popt
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.18
+VER        = 1.19
 
 THISAPP    = popt-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c9c42eb12aa21764cde5e9b4a8b30125b547ae690b4d9d0d40b45bd3c1f7ae0b09d5086a588cf37e7bed71fe770ff840c0fd40ecf4ce5b7c1e874b938b6e0324
+$(DL_FILE)_BLAKE2 = 8f8965e2d339f0413e8d1da421ea7556526f39f089a822063d6fdc35b781a7c7ea84a91d6af3e25902c1f045f564ef956fc69cd4625e6cc008c9e3ca34923a9d
 
 install : $(TARGET)
 
-- 
2.41.0


  reply	other threads:[~2023-08-07 20:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07 20:51 [PATCH] poppler: Update to version 23.08.0 Adolf Belka
2023-08-07 20:51 ` Adolf Belka [this message]
2023-08-07 20:51 ` [PATCH 1/2] qemu: Update to version 8.0.3 Adolf Belka
2023-08-07 20:51 ` [PATCH] qpdf: Update to version 11.5.0 Adolf Belka
2023-08-07 20:51 ` [PATCH] reiserfsprogs: Remove reiserfsprogs as the filesystem was removed in CU167 Adolf Belka
2023-08-08 16:32   ` Michael Tremer
2023-08-08 19:20     ` Adolf Belka
2023-08-11 11:01       ` Michael Tremer
2023-08-07 20:51 ` [PATCH] rpcsvc-proto: Update to version 1.4.4 Adolf Belka
2023-08-07 20:51 ` [PATCH 2/2] qemu-ga: Update to version 8.0.3 Adolf Belka

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=20230807205110.2664534-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.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