[Lunar-commits] <moonbase> elinks: version bumped to 0.11.4.

Florin Braescu florin at lunar-linux.org
Sat Jun 21 08:18:40 CEST 2008


commit 9c686ad4556e2380cef754388096e176d961a600
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 21 09:18:40 2008 +0300

    elinks: version bumped to 0.11.4.
    
    This release contains mostly bugfixes and translation updates.
    Among the changes are some critical bugfixes including the
    fix for CVE-2007-2027.
---
 web/elinks/BUILD   |    3 ++-
 web/elinks/DEPENDS |   28 ++++++++++++++--------------
 web/elinks/DETAILS |    8 ++++----
 3 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/web/elinks/BUILD b/web/elinks/BUILD
index 3d87f29..82d0cbe 100644
--- a/web/elinks/BUILD
+++ b/web/elinks/BUILD
@@ -1,10 +1,11 @@
 (
+
 # NOTE guile support is incomplete in elinks.  Enable it at your own risk!
   mkdir -p elinks-build  &&
   cd elinks-build        &&
   ../configure --prefix=/usr             \
               --infodir=/usr/share/info  \
-              --mandir=/usr/share/man         \
+              --mandir=/usr/share/man    \
               --sysconfdir=/etc          \
               --without-guile            \
               --enable-256-colors        \
diff --git a/web/elinks/DEPENDS b/web/elinks/DEPENDS
index 4882b3e..e48a39b 100644
--- a/web/elinks/DEPENDS
+++ b/web/elinks/DEPENDS
@@ -1,18 +1,18 @@
-depends  bzip2   &&
-depends  gzip    &&
-depends  zlib    &&
+depends  bzip2
+depends  gzip
+depends  zlib
 
-optional_depends  "openssl"                \
-                  "--with-openssl"         \
-                  "--without-openssl"      \
-                  "encryption for HTTPS"  &&
+optional_depends  "openssl"            \
+                  "--with-openssl"     \
+                  "--without-openssl"  \
+                  "encryption for HTTPS"  
 
-optional_depends  "expat"                  \
-                  "--with-xbel"            \
-                  "--without-xbel"         \
-                  "for XBEL bookmarks"    &&
+optional_depends  "expat"              \
+                  "--with-xbel"        \
+                  "--without-xbel"     \
+                  "for XBEL bookmarks"    
 
-optional_depends  "gpm"                    \
-                  "--with-gpm"             \
-                  "--without-gpm"          \
+optional_depends  "gpm"                \
+                  "--with-gpm"         \
+                  "--without-gpm"      \
                   "for gpm mouse support"
diff --git a/web/elinks/DETAILS b/web/elinks/DETAILS
index e377f1a..39ebf1f 100644
--- a/web/elinks/DETAILS
+++ b/web/elinks/DETAILS
@@ -1,11 +1,11 @@
           MODULE=elinks
-         VERSION=0.11.3
+         VERSION=0.11.4
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://elinks.or.cz/download/
-      SOURCE_VFY=sha1:e4d8b0edd5fa4ec4310662242f0b5cf32864ed11
+      SOURCE_URL=http://elinks.or.cz/download
+      SOURCE_VFY=sha1:
         WEB_SITE=http://elinks.or.cz
          ENTERED=20031110
-         UPDATED=20070416
+         UPDATED=20080621
       MAINTAINER=tchan at lunar-linux.org
            SHORT="Advanced and well-established feature-rich text-mode web browser"
 


More information about the Lunar-commits mailing list