pkgsrc-WIP-changes archive

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

inn: Specify Python versions in correct order (newest first)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Wed Sep 4 16:32:29 2019 +0200
Changeset:	a5db2955d608eda5986ef41bdbef7518562b660f

Modified Files:
	inn/COMMIT_MSG
	inn/Makefile

Log Message:
inn: Specify Python versions in correct order (newest first)

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

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

diffstat:
 inn/COMMIT_MSG | 5 ++---
 inn/Makefile   | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/inn/COMMIT_MSG b/inn/COMMIT_MSG
index 3bcfb874d0..0da319bdfc 100644
--- a/inn/COMMIT_MSG
+++ b/inn/COMMIT_MSG
@@ -10,7 +10,7 @@ Changes in 2.6.3
   suites are not compatible with TLS�1.2, and vice-versa. In order to avoid
   issues where legacy TLS�1.2 cipher suite configuration configured in the
   tlsciphers parameter would inadvertently disable all TLS�1.3 cipher suites,
-  the inn.conf configuration has been separated out. 
+  the inn.conf configuration has been separated out.
 * Fixed a regression since INN�2.6.1 that prevented articles with
   internationalized header fields (that is to say encoded in UTF-8) from being
   posted.
@@ -20,7 +20,7 @@ Changes in 2.6.3
   supported.
   When configuring INN with the --with-python flag, the PYTHON environment
   variable, when set, is used to select the interpreter to embed. Otherwise,
-  it is searched in standard paths. 
+  it is searched in standard paths.
   In case you change the Python interpreter to embed, make sure that the Python
   scripts you use are written in the expected syntax for that version of the
   Python interpreter. Notably, buffer objects have been replaced with memoryview
@@ -34,7 +34,6 @@ Changes in 2.6.3
 * nnrpd now properly logs the hostname of clients whose connection failed owing
   to an issue during the negotiation of a TLS session or high load average.
 
-
 Changes in 2.6.2
 ================
 * A new syntaxchecks parameter has been added in inn.conf. It permits
diff --git a/inn/Makefile b/inn/Makefile
index f9fb4f141a..413135ba5b 100644
--- a/inn/Makefile
+++ b/inn/Makefile
@@ -60,7 +60,7 @@ CONFIGURE_ENV+=		_PATH_SORT=${TOOLS_SORT}
 CONFIGURE_ENV+=		GZIP=${TOOLS_GZIP_CMD}
 USE_TOOLS+=		awk egrep gzip perl:run sed sh sort yacc
 USE_LIBTOOL=		yes
-PYTHON_VERSIONS_ACCEPTED=	27 36 37
+PYTHON_VERSIONS_ACCEPTED=	37 36 27
 
 REPLACE_PERL+=		tests/docs/pod.t
 LDFLAGS.SunOS+=		-lsocket -lnsl


Home | Main Index | Thread Index | Old Index