pkgsrc-Bugs archive

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

PR/50072 CVS commit: pkgsrc/www



The following reply was made to PR pkg/50072; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50072 CVS commit: pkgsrc/www
Date: Mon, 20 Jul 2015 23:03:24 +0000

 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Mon Jul 20 23:03:24 UTC 2015
 
 Modified Files:
 	pkgsrc/www/links: Makefile.common distinfo options.mk
 	pkgsrc/www/links-gui: Makefile
 	pkgsrc/www/links/patches: patch-ab
 
 Log Message:
 Update www/links{,gui} to links-{,gui-}2.10.
 From Leo Taccari in PR 50072.
 
 pkgsrc changes:
 o Convert all the old links-xz and links-zlib options to lzma and zlib2.
 o Do not include the bzip2, xz and zlib buildlink3.mk files: they are
   handled in www/links/options.mk.
 o Add "svg" option for links-gui (disabled by default) to reflect
   upstream change.
 
 Changes:
 o Fix "Counld not assing boundary" bug when posting a form
   The bug was found by Greg Cook
 o SVG support using the rsvg library
 o Attach to existing links instance instead of creating a new instance
 o Detect image type based on the first few bytes rather than on
   content-type
 o New glyphs taken from Volker's git
 o Fixed a bug on Windows where dns lookup got stuck if we closed the
   primary instance (which resulted in fork) while the lookup was in
   progress
 o Use OpenMP in the image scaler
 o Fixed a bug where the output of font sharpening depended on data read
   from uninitialized memory
 o Preallocate downloaded files on Linux
 o Support libevent and libev
 o Enable SSL SNI, some servers need it
 o Test for RAND_* functions in configure because libressl doesn't have
   them
 o Support keepalive on https connections
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/links/Makefile.common \
     pkgsrc/www/links/distinfo
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/links/options.mk
 cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/links-gui/Makefile
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/links/patches/patch-ab
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index