pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flnews-devel: Update to 1.2.0pre6



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Sep 2 17:07:01 2022 +0200
Changeset:	aa405c21f1ea99a1af28eb3887635010370c17e6

Modified Files:
	flnews-devel/Makefile
	flnews-devel/distinfo
	flnews-devel/files/CONFIG

Log Message:
flnews-devel: Update to 1.2.0pre6

New features and improvements:
- INET: Support for user defined TCP connection timeout (suggested by
  yamo'). Option CFG_TCP_CONNECT_TIMEOUT in CONFIG added.
- Build system: The mkconfig script now checks for POSIX.1c-1995
  Thread-Safe Functions (TSF) option too. Usage is forced by default via
  CFG_FORCE_TSF option in CONFIG.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa405c21f1ea99a1af28eb3887635010370c17e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flnews-devel/Makefile     |  2 +-
 flnews-devel/distinfo     |  6 +++---
 flnews-devel/files/CONFIG | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diffs:
diff --git a/flnews-devel/Makefile b/flnews-devel/Makefile
index 1b63c62144..41bba0fd55 100644
--- a/flnews-devel/Makefile
+++ b/flnews-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FLNEWS_VERSION=	1.2.0pre3
+FLNEWS_VERSION=	1.2.0pre6
 
 DISTNAME=	flnews-${FLNEWS_VERSION}
 CATEGORIES=	news
diff --git a/flnews-devel/distinfo b/flnews-devel/distinfo
index ce26553ff6..25d5ab0cb2 100644
--- a/flnews-devel/distinfo
+++ b/flnews-devel/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (flnews-1.2.0pre3.tar.bz2) = 5c0db9efd65cf6f6296cf2b8c5e7e8206e154de548cb46ad5adeed88eb055050
-SHA512 (flnews-1.2.0pre3.tar.bz2) = 7f3c34661313db38c3a9ff8ff5d78d8580a534718b0dd60ca9f433a4ed76d09bc9298127b0a6f2a81eea1ffba2596c92729fd0e47078893866afc9e04c1c9563
-Size (flnews-1.2.0pre3.tar.bz2) = 1196553 bytes
+BLAKE2s (flnews-1.2.0pre6.tar.bz2) = 0493fb5e785494991b60610494c5717de16a6e0e3259ebf452a23807627d33da
+SHA512 (flnews-1.2.0pre6.tar.bz2) = 302c858b97695edd9cb628c7b910c3bde69476786ad7399c39589fc70e68473978bc562944dbbd53aacb5198c67679890a8c24921d8e6ae3d133ac63a8d56075
+Size (flnews-1.2.0pre6.tar.bz2) = 1197374 bytes
diff --git a/flnews-devel/files/CONFIG b/flnews-devel/files/CONFIG
index 29b44a1eaf..3b0a2ab114 100644
--- a/flnews-devel/files/CONFIG
+++ b/flnews-devel/files/CONFIG
@@ -21,6 +21,10 @@ CFG_PREFIX="@PREFIX@"
 # report IPv6 option (IP6) as available
 CFG_IP6_DISABLE=@IP6@
 
+# User defined TCP connection timeout in seconds
+# The value 0 uses the default timeout of the operating system
+CFG_TCP_CONNECT_TIMEOUT=0
+
 # Disable compression
 # Set this to 1 if NNTP COMPRESS extension should never be used, even if the
 # required libraries (currently libz) are installed and usable
@@ -81,6 +85,12 @@ CFG_FORCE_TMR=1
 # to try anyway
 CFG_FORCE_THR=1
 
+# Force usage of POSIX.1c thread-safe functions (TSF) option even if system
+# reports TSF option as not available
+# Set this to 1 if your system report no sufficient TSF extension, but you want
+# to try anyway
+CFG_FORCE_TSF=1
+
 # Force usage of POSIX.2a user portability (UP) utilities even if system reports
 # UP extension as not available
 # Set this to 1 if your system report no sufficient UP extension, but you want


Home | Main Index | Thread Index | Old Index