FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/pyt...@freebsd.org.html Port| Current version | New version +-+ devel/py-pytest | 3.1.1 | 3.1.2 +-+ devel/py3-pytest| 3.1.1 | 3.1.2 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219905] devel/openssl-devel: change default for NPN support
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219905 Melvyn Sopacua changed: What|Removed |Added CC||freebsd-python@FreeBSD.org, ||m...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219905] devel/openssl-devel: change default for NPN support
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219905 Melvyn Sopacua changed: What|Removed |Added Status|New |Closed Resolution|--- |Works As Intended --- Comment #1 from Melvyn Sopacua --- Actually, discard this. I switched my acronyms. HTTP/2 uses ALPN, so it makes perfect sense to keep this default. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 217703] lang/python36: Remove BROKEN_SSL for openssl-devel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217703 --- Comment #14 from Melvyn Sopacua --- Update, for reference: This is an issue in Python upstream. Python uses #ifdef OPENSSL_NPN_NEGOTIATED to detect support. This is always defined in the OpenSSL 1.1 header (as opposed to OpenSSL 1.0.2 and earlier) and the symbols are guarded by #ifndef OPENSSL_NO_NEXTPROTONEG. The combo yields Python enabling support, but it not being available. This has been wrong from Python since the beginning, since the first commit introducing NPN already defined OPENSSL_NO_NEXTPROTONEG [1], but they've been able to get away with it till now. Of course, a variable saying something is not disabled, is a braindead concept in OpenSSL general source, as you can't detect if it's disabled if it is not born yet (in earlier versions). Working on a patch for upstream. @koobs I assume separate report if I'd like that patch included in the ports tree? [1] https://github.com/openssl/openssl/commit/68b33cc5c7aa1bb98e95bfb4b61c34192a7a50e3 -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219881] devel/py-structlog: Update to 17.2.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219881 Danilo G. Baio changed: What|Removed |Added CC||db...@freebsd.org Assignee|freebsd-ports-bugs@FreeBSD. |db...@freebsd.org |org | --- Comment #2 from Danilo G. Baio --- I'll take it. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219881] devel/py-structlog: Update to 17.2.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219881 Danilo G. Baio changed: What|Removed |Added URL||https://reviews.freebsd.org ||/D11133 Status|Open|In Progress -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219881] devel/py-structlog: Update to 17.2.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219881 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: dbaio Date: Sat Jun 10 18:07:09 UTC 2017 New revision: 443110 URL: https://svnweb.freebsd.org/changeset/ports/443110 Log: devel/py-structlog: Update to 17.2.0 While here: Fix LICENSE Set architecture neutral Changes: http://www.structlog.org/en/stable/changelog.html PR: 219881 Submitted by: Dave Cottlehuber (maintainer) Approved by: garga (mentor) Differential Revision:https://reviews.freebsd.org/D11133 Changes: head/devel/py-structlog/Makefile head/devel/py-structlog/distinfo -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 219881] devel/py-structlog: Update to 17.2.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219881 Danilo G. Baio changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED --- Comment #4 from Danilo G. Baio --- Committed, thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 212950] devel/py-pip: Doesn't build with python3 and docs option enable
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212950 --- Comment #4 from Muhammad Moinur Rahman --- (In reply to Ben Woods from comment #3) Noops the build has not yet been fixed. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"