Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-24 Thread Thomas Mueller
from Vlad K: > On 2017-06-23 23:09, Grzegorz Junka wrote: > > Fine. Considering that maintainers already apply patches to the latest > > quarterly branch. If there were to be OS version branches, it would > > mean that maintainers apart from what they are doing now would > > additionally need to

security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-24 Thread Peter Jeremy
In , libressl-2.5.4 specifies #define OPENSSL_VERSION_NUMBER 0x2000L but doesn't provide an API compatible with OpenSSL. In particular, it's missing (at least) SSL_CTX_set_max_proto_version() and SSL_CTX_set_min_proto_version(), which were added in OpenSSL 1.1.0. This breaks (at least) apache

Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-24 Thread Grzegorz Junka
Fine. Considering that maintainers already apply patches to the latest quarterly branch. If there were to be OS version branches, it would mean that maintainers apart from what they are doing now would additionally need to apply selected patches to those OS version branches? "OS version branche

GNU libffcall 1.13 is released

2017-06-24 Thread Bruno Haible
Hi, GNU libffcall 1.13 is released. You find the download link at the homepage https://www.gnu.org/software/libffcall/ New in 1.13: * The license has been changed from GPLv2 to GPLv2+. * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Ma

Re: GNU libffcall 1.13 is released

2017-06-24 Thread Jov
Hi Bruno, Thanks for your work!I submitted an update PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220250,and add you to the CC list. Jov 2017-06-24 19:27 GMT+08:00 Bruno Haible : > Hi, > > GNU libffcall 1.13 is released. You find the download link at the homepage > https://www.gnu.org/s

Re: security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-24 Thread Adam Weinberger
> On 24 Jun, 2017, at 3:27, Peter Jeremy wrote: > > In , libressl-2.5.4 specifies > #define OPENSSL_VERSION_NUMBER 0x2000L > but doesn't provide an API compatible with OpenSSL. In particular, > it's missing (at least) SSL_CTX_set_max_proto_version() and > SSL_CTX_set_min_proto_version(), wh

Re: security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-24 Thread Walter Schwarzenfeld
There is a working patch: https://bz.apache.org/bugzilla/show_bug.cgi?id=61184 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

clamav-unofficial-sigs

2017-06-24 Thread Carmel NY
The port version of "clamav-unofficial-sigs" is 5.3.2; however a newer version 5.6.2 is available. The port version is quite old. Are there any plans to update the port? -- Carmel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mail

Easytag crashes with SIGABRT - stack overflow

2017-06-24 Thread Bob Eager
Before I submit an actual bug report, I wanted advice as to whether I'm doing something silly! I've been using Easytag for about 3 years now. All has been fine. I recently upgraded from 10.3-RELEASE to 11.0-STABLE. I also updated the ports (built locally). Easytag now crashes as soon as I try to

Re: Easytag crashes with SIGABRT - stack overflow

2017-06-24 Thread Steven Hartland
amd64 or i386? On 24/06/2017 22:15, Bob Eager wrote: Before I submit an actual bug report, I wanted advice as to whether I'm doing something silly! I've been using Easytag for about 3 years now. All has been fine. I recently upgraded from 10.3-RELEASE to 11.0-STABLE. I also updated the ports (

Re: Easytag crashes with SIGABRT - stack overflow

2017-06-24 Thread Bob Eager
Sorry, I always leave something out! i386 On Sat, 24 Jun 2017 22:54:56 +0100 Steven Hartland wrote: > amd64 or i386? > > On 24/06/2017 22:15, Bob Eager wrote: > > Before I submit an actual bug report, I wanted advice as to whether > > I'm doing something silly! > > > > I've been using Easytag

lang/gcc* package builds vs. release/11.0.1/ and the future release/11.1.0 because of vm_ooffset_t and vm_pindex_t changes and how the lang/gcc* work

2017-06-24 Thread Mark Millard
The following is based mostly on an extraction from a private exchange in which a question was asked and my answer was unsettling: incompatibilities within the 11.* family. I would not normally send to re but doing so was explicitly mentioned. Hopefully this example is reasonable for doing that.

pkg(8) fails to upgrade to different branches of software

2017-06-24 Thread Ben Woods
2 [FreeBSD-ports] llvm40: 4.0.1.r1_5 -> 4.0.1 [FreeBSD-ports] libreoffice: 5.3.3_2 -> 5.3.4 [FreeBSD-ports] gutenprint: 5.2.12_1 -> 5.2.12_2 [FreeBSD-ports] freebsd-release-manifests: 20170617 -> 20170624 [FreeBSD-ports] Installed packages to be REI

Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-24 Thread Thomas Mueller
> > I personally can't see the rationale of many OS version branches of ports: > > far too much work. > > I had the thought of something like that for (NetBSD) pkgsrc: a very tall > > order, considering that pkgsrc has been ported to many OSes besides NetBSD. > > Imagine a separate branch of pk