pkgsrc-WIP-changes archive

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

flnews-devel: Update to 0.18pre59



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Tue Oct 20 10:39:35 2020 +0200
Changeset:	45c5918b8bb169678cf7f973f223caeaa4321fd9

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

Log Message:
flnews-devel: Update to 0.18pre59

pkgsrc:
- Makefile: Remove minimum API declaration lower as declared by OpenSSL bl3
  (found by pkglint)

Upstream:
- Search window now works on OpenBSD too
- COCOA_SYS_MENUBAR is now an official option for macOS
  (FLTK must be compiled for Cocoa backend)
- Support for OpenSSL 3.0.0 Alpha7

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

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

diffstat:
 flnews-devel/Makefile     | 12 ++++--------
 flnews-devel/TODO         |  1 +
 flnews-devel/distinfo     |  8 ++++----
 flnews-devel/files/CONFIG | 11 +++++++++++
 4 files changed, 20 insertions(+), 12 deletions(-)

diffs:
diff --git a/flnews-devel/Makefile b/flnews-devel/Makefile
index a91038bc2f..c528e39abb 100644
--- a/flnews-devel/Makefile
+++ b/flnews-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FLNEWS_VERSION=	0.18pre46
+FLNEWS_VERSION=	0.18pre59
 
 DISTNAME=	flnews-${FLNEWS_VERSION}
 CATEGORIES=	news
@@ -41,7 +41,7 @@ SUBST_SED.edit-config+=		-e 's,@XDG@,0,g'
 .else
 SUBST_SED.edit-config+=		-e 's,@XDG@,1,g'
 .endif
-# NetBSD 7 reports X/Open XSI extension as not available using the POSIX
+# NetBSD reports X/Open XSI extension as not available using the POSIX
 # sysconf(_SC_XOPEN_VERSION) call, but has a sufficient implementation
 # => Force using it
 .if ${OPSYS} == "NetBSD"
@@ -49,7 +49,7 @@ SUBST_SED.edit-config+=		-e 's,@FORCE_XSI@,1,g'
 .else
 SUBST_SED.edit-config+=		-e 's,@FORCE_XSI@,0,g'
 .endif
-# NetBSD 7 reports IPv6 as not available using the POSIX sysconf(_SC_IPV6)
+# NetBSD reports IPv6 as not available using the POSIX sysconf(_SC_IPV6)
 # call, but has a sufficient implementation
 # => Force using it if inet6 option of pkgsrc package is selected
 .if ${OPSYS} == "NetBSD" && ${FLNEWS_OPT_DISABLE_IP6} == 0
@@ -80,11 +80,7 @@ BUILD_DEPENDS+=			makedepend-[0-9]*:../../devel/makedepend
 
 BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"
-# OpenSSL 1.1 API is required for signature algorithm negotiation
-# OpenSSL 1.1 API is required for TLSv1.2 FFDHE group check
-# At least OpenSSL 1.1.1 is required for TLSv1.3
-# OpenSSL 3 API is required for FFDHE group negotiation
-BUILDLINK_API_DEPENDS.openssl+=	openssl>=1.0.0
+# OpenSSL 3 API is required for RFC 7919 FFDHE group negotiation
 .include "../../security/openssl/buildlink3.mk"
 # FLTK must be compiled with multithreading support
 # FLTK version 1.4 is supported (should be compiled with pango support)
diff --git a/flnews-devel/TODO b/flnews-devel/TODO
index dabea10527..9a0a4b3f55 100644
--- a/flnews-devel/TODO
+++ b/flnews-devel/TODO
@@ -1 +1,2 @@
 [X] Install desktop file and icons
+[ ] Make COCOA_SYS_MENUBAR an option?
diff --git a/flnews-devel/distinfo b/flnews-devel/distinfo
index 50216b0ae4..f382416352 100644
--- a/flnews-devel/distinfo
+++ b/flnews-devel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (flnews-0.18pre46.tar.bz2) = 91acb43291e00a698803ec4187e8e8bdb70b744a
-RMD160 (flnews-0.18pre46.tar.bz2) = 860077eee22e9caf0031c9165d1c84cbdf918bb6
-SHA512 (flnews-0.18pre46.tar.bz2) = a6f56f7ac2fabc9e207cb0cb22502edee2a25cc17fc40b7bfdcb7716cd991eac1c45fa10a84168f726a5b94b0d64b39253c27d17b779d0ddfe85f0951ced0111
-Size (flnews-0.18pre46.tar.bz2) = 1100520 bytes
+SHA1 (flnews-0.18pre59.tar.bz2) = 22e4a9f69e0228bfe566a8b97befcb08ac894eb3
+RMD160 (flnews-0.18pre59.tar.bz2) = 4cd01ef81a565c923e425e812350fb8463794074
+SHA512 (flnews-0.18pre59.tar.bz2) = abf35a12914392c6414a71260f76868801749d1b7458ec9b498dbb353c5eef67d4cf23255a75c39caf24aa21c17cccf6f6fae4cd579ee09a03968ea8e1fd1713
+Size (flnews-0.18pre59.tar.bz2) = 1100170 bytes
diff --git a/flnews-devel/files/CONFIG b/flnews-devel/files/CONFIG
index 0871c5aa34..543e9b1ee7 100644
--- a/flnews-devel/files/CONFIG
+++ b/flnews-devel/files/CONFIG
@@ -52,6 +52,17 @@ CFG_TLS_CRLS_DISABLE=0
 # Disable XDG support
 # Set this to 0 to install XDG conformant desktop entries and icon themes
 CFG_XDG_DISABLE=@XDG@
+
+# [For Apple macOS only] FLTK library must be compiled to use Cocoa backend
+# Setting this to 1 moves the menu bar to top of desktop
+CFG_COCOA_SYS_MENUBAR=0
+
+# Allow NNTP AUTHINFO USER/PASS client authentication without TLS
+# The default is 0 and requires TLS encryption for authentication
+# You can set this to 1 to use a local stunnel for the encryption
+# !!! Attention: Setting this to 1 may reveal your login data to the public !!!
+# !!!            An external program must encrypt the network connection !!!
+CFG_NNTP_AUTH_UNENCRYPTED=0
 # ==============================================================================
 
 


Home | Main Index | Thread Index | Old Index