This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 06ff00a58d2a9e96d06b723c556683982f53bf9a (commit) via e832e6f2c4a63897a7ccba8df24eb29502d3e690 (commit) from 3b39cb04ade75a7d40dffec2e54dd198f8950a0e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 06ff00a58d2a9e96d06b723c556683982f53bf9a Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 9 00:32:10 2011 +0100
elinks: Enhance with more libraries: openssl, zlib, libidn.
Also enables support for bittorrent protocol.
commit e832e6f2c4a63897a7ccba8df24eb29502d3e690 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 8 23:54:56 2011 +0100
wget: Link to openssl and libidn.
This will support SSL connections and international domain names.
-----------------------------------------------------------------------
Summary of changes: pkgs/elinks/elinks.nm | 9 +++++++-- pkgs/wget/wget.nm | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/elinks/elinks.nm b/pkgs/elinks/elinks.nm index e7d018b..de97e8c 100644 --- a/pkgs/elinks/elinks.nm +++ b/pkgs/elinks/elinks.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = elinks PKG_VER = 0.11.7 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUP = Applications/Internet @@ -34,7 +34,8 @@ PKG_URL = http://elinks.or.cz/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Full-Featured Text WWW Browser.
-PKG_BUILD_DEPS+= gdbm-devel +PKG_BUILD_DEPS+= expat-devel gdbm-devel gnutls-devel libidn-devel \ + openssl-devel zlib-devel
define PKG_DESCRIPTION ELinks is an advanced and well-established feature-rich text mode \ @@ -44,3 +45,7 @@ define PKG_DESCRIPTION endef
PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --enable-bittorrent \ + --enable-256-colors diff --git a/pkgs/wget/wget.nm b/pkgs/wget/wget.nm index 3efc006..9e2cf74 100644 --- a/pkgs/wget/wget.nm +++ b/pkgs/wget/wget.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = wget PKG_VER = 1.12 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUP = Applications/Internet @@ -42,7 +42,7 @@ define PKG_DESCRIPTION support, etc. endef
-PKG_BUILD_DEPS+= perl-Pod-Simple perl-Pod-Escapes +PKG_BUILD_DEPS+= libidn-devel openssl-devel perl-Pod-Simple perl-Pod-Escapes
PKG_TARBALL = $(THISAPP).tar.lzma
hooks/post-receive -- IPFire 3.x development tree