Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Mark Felder


On Thu, Sep 24, 2015, at 12:07, Mark Felder wrote:
> 
> 
> On Thu, Sep 24, 2015, at 11:52, Bryan Drewery wrote:
> > On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> > > one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> > > 
> > > fix is attached. if attachment gets stripped off of email to list, it's
> > > available at https://nuos.org/security_libssh2.diff . if this link is
> > > broken it's because a fix has been committed to ports tree.
> > > 
> > 
> > devel/libvirt was affected by this too.
> > 
> 
> Thanks for the report and patch Chad. I am testing builds now to
> reproduce and prove the patch works universally.
> 

The patch has been committed. Thanks again!

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
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"


Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Bryan Drewery
On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> 
> fix is attached. if attachment gets stripped off of email to list, it's
> available at https://nuos.org/security_libssh2.diff . if this link is
> broken it's because a fix has been committed to ports tree.
> 

devel/libvirt was affected by this too.


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Mark Felder


On Thu, Sep 24, 2015, at 11:52, Bryan Drewery wrote:
> On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> > one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> > 
> > fix is attached. if attachment gets stripped off of email to list, it's
> > available at https://nuos.org/security_libssh2.diff . if this link is
> > broken it's because a fix has been committed to ports tree.
> > 
> 
> devel/libvirt was affected by this too.
> 

Thanks for the report and patch Chad. I am testing builds now to
reproduce and prove the patch works universally.

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
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"


pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-23 Thread Chad J. Milios

one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.

fix is attached. if attachment gets stripped off of email to list, it's 
available at https://nuos.org/security_libssh2.diff . if this link is 
broken it's because a fix has been committed to ports tree.
Index: Makefile
===
--- Makefile(revision 397608)
+++ Makefile(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=  libssh2
 PORTVERSION=   1.6.0
-PORTREVISION=  0
+PORTREVISION=  1
 PORTEPOCH= 2
 CATEGORIES=security devel
 MASTER_SITES=  http://www.libssh2.org/download/ \
@@ -48,4 +48,8 @@
${WRKSRC}/configure
 .endif
 
+post-build:
+   @${REINPLACE_CMD} -E -e 
'/Requires.private:/{s/[[:<:]]zlib[[:>:]]//;s/,,/,/;s/ ,/ /;s/,$$//;}' \
+   ${WRKSRC}/libssh2.pc
+
 .include 
___
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"