Update of /cvsroot/fink/experimental/gecko2/10.5/main/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15528
Modified Files:
lynx-cur.info
Added Files:
certificates.info lynx-cur.patch
Removed Files:
ca-certificates.info
Log Message:
Renaming ca-certificates to certificates. Updating lynx-cur to 2.8.7dev.11a.
Index: lynx-cur.info
===================================================================
RCS file: /cvsroot/fink/experimental/gecko2/10.5/main/finkinfo/lynx-cur.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lynx-cur.info 29 Sep 2008 07:21:16 -0000 1.3
+++ lynx-cur.info 21 Dec 2008 22:22:38 -0000 1.4
@@ -1,6 +1,6 @@
Package: lynx-cur
Version: 2.8.7dev
-Revision: 10
+Revision: 11a
Description: Text-mode WWW Browser with NLS (devel)
License: GPL
Maintainer: Andreas Gockel <[email protected]>
@@ -8,8 +8,7 @@
libgettext3-shlibs, libiconv, libncursesw5-shlibs, ncurses, bzip2-shlibs
<<
BuildDepends: <<
- gettext-bin, libgettext3-dev, libiconv-dev, libncursesw5, bzip2-dev,
- system-openssl-dev
+ gettext-bin, libgettext3-dev, libiconv-dev, libncursesw5, bzip2-dev
<<
Provides: www-browser
Replaces: lynx-ssl, lynx
@@ -18,15 +17,26 @@
CustomMirror: <<
Primary: http://lynx.isc.org/current/
eur-AT: http://gd.tuwien.ac.at/infosys/browsers/lynx/current/
+ eur-RU: http://ftp.chg.ru/pub/WWW/clients/lynx/current/
+ eur-UK: http://ftp.uk.freesbie.org/sites/lynx.isc.org/current/
+ eur-UK: http://ftp2.uk.freebsd.org/sites/lynx.isc.org/current/
+ eur-IT: http://ftp.uniroma2.it/unix/packages/LYNX/current/
+ eur-ES: http://lynx.site2nd.org/current/
+ eur-PL: http://piotrkosoft.net/pub/mirrors/lynx/current/
+ eur-RU: http://lynx.releasenotes.org/current/
+ eur-UK: http://www.mirrorservice.org/sites/lynx.isc.org/current/
<<
-Source: mirror:custom:lynx%v.%r.tar.bz2
-Source-MD5: 0608d186282e76aaafaf9f28dcca5dbe
+Source: mirror:custom:lynx%v.11.tar.bz2
+Source-MD5: faad3c9eb9879ecf428f2d3a6ba1bc1f
SourceDirectory: lynx2-8-7
+PatchFile: %n.patch
+PatchFile-MD5: 37ebb21b83ae7c6f26a4f5b62b4c4974
ConfigureParams: <<
--enable-nls --disable-full-paths --enable-ipv6 --with-screen=ncursesw\
--enable-widec --enable-locale-charset --enable-gzip-help --enable-nsl-fork\
- --enable-internal-links --with-ssl=%p/lib/system-openssl\
- --mandir=%p/share/man --with-bzlib --with-zlib
+ --enable-default-colors --enable-locale-charset --enable-sessions\
+ --enable-internal-links --with-ssl --mandir=%p/share/man --with-bzlib\
+ --with-zlib
<<
InstallScript: <<
make install-full DESTDIR=%d docdir=%p/share/doc/%n helpdir=%p/share/%n/help
--- NEW FILE: certificates.info ---
Package: certificates
Version: 1.17
Revision: 1
Description: Common CA Certificates PEM files
License: BSD
Maintainer: Andreas Gockel <[email protected]>
Source:
http://cvsweb.allbsd.org/cvsweb.cgi/~checkout~/src/etc/ssl.certs.shar?rev=%v&content-type=text/plain&cvsroot=mirbsd
SourceRename: ssl.certs.shar
Source-md5: a6e2a170565e9b71527273ffb782a052
NoSourceDirectory: true
CompileScript: /bin/sh ssl.certs.shar
InstallScript: <<
/bin/mkdir -p %i/etc/ssl/{private,certs}
/usr/bin/install -m 0444 *.0 %i/etc/ssl/certs/
/bin/cat %i/etc/ssl/certs/*.0 >%i/etc/ssl/cert.pem
<<
DescDetail: <<
This is useful for any openssl applications to verify
SSL connection.
.
Note that certificate authorities whose certificates are included in
this package are not in any way audited for trustworthiness and RFC
3647 compliance, and that full responsibility to assess them rests
with the user.
<<
--- NEW FILE: lynx-cur.patch ---
diff -rauN lynx2.8.7dev.11+/CHANGES lynx2.8.7dev.11a/CHANGES
--- lynx2.8.7dev.11+/CHANGES 2008-12-15 00:24:56.000000000 +0000
+++ lynx2.8.7dev.11a/CHANGES 2008-12-21 21:27:52.000000000 +0000
@@ -1,8 +1,11 @@
--- $LynxId: CHANGES,v 1.325 2008/12/14 20:04:30 tom Exp $
+-- $LynxId: CHANGES,v 1.326 2008/12/15 00:24:56 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================
+ 2008-12-?? (2.8.7dev.12)
+ * correct handling of --with-ssl option when pkg-config is not found -TD
+
2008-12-14 (2.8.7dev.11)
* add support for HTML5 rel=author in link (mailing list comments) -TD
* modify cookie-writing to not write if no cookies were read from the file
diff -rauN lynx2.8.7dev.11+/aclocal.m4 lynx2.8.7dev.11a/aclocal.m4
--- lynx2.8.7dev.11+/aclocal.m4 2008-12-15 00:24:56.000000000 +0000
+++ lynx2.8.7dev.11a/aclocal.m4 2008-12-21 21:28:08.000000000 +0000
@@ -1,4 +1,4 @@
-dnl $LynxId: aclocal.m4,v 1.128 2008/12/12 01:03:21 tom Exp $
+dnl $LynxId: aclocal.m4,v 1.129 2008/12/16 01:20:12 tom Exp $
dnl Macros for auto-configure script.
dnl by T.E.Dickey <[email protected]>
dnl and Jim Spath <[email protected]>
@@ -4409,7 +4402,7 @@
esac
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_SSL version: 14 updated: 2008/12/09 19:45:44
+dnl CF_SSL version: 15 updated: 2008/12/15 20:14:33
dnl ------
dnl Check for ssl library
dnl $1 = [optional] directory in which the library may be found, set by
AC_ARG_WITH
@@ -4465,7 +4458,7 @@
if test "$cf_cv_have_ssl" != yes; then
case $1 in #(vi
- no)
+ yes)
CF_FIND_LINKAGE(CF__SSL_HEAD,
CF__SSL_BODY,
ssl,
diff -rauN lynx2.8.7dev.11+/configure lynx2.8.7dev.11a/configure
--- lynx2.8.7dev.11+/configure 2008-12-15 00:24:56.000000000 +0000
+++ lynx2.8.7dev.11a/configure 2008-12-21 21:27:52.000000000 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in 2.8.7dev.10.
+# From configure.in 2.8.7dev.11.
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.20080325.
#
@@ -11468,7 +11468,7 @@
if test "$cf_cv_have_ssl" != yes; then
case $cf_cv_use_libssl in #(vi
- no)
+ yes)
# If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these
# will be set on completion of the AC_TRY_LINK below.
--- ca-certificates.info DELETED ---
------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs