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 2.x development tree".
The branch, next has been updated via 68053bcc1d80d0422a1933b4394d75d1d426ed03 (commit) via 6329c650dcf31863bdeb904da3c39015d19001de (commit) from 91d3495aa0bb21141b3a9670a90ce9295c45f494 (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 68053bcc1d80d0422a1933b4394d75d1d426ed03 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Feb 12 20:13:59 2013 +0100
curl: Update to 7.29.0.
Security fix for http://curl.haxx.se/docs/adv_20130206.html.
commit 6329c650dcf31863bdeb904da3c39015d19001de Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Feb 12 19:11:35 2013 +0100
Fix typo in Dutch translation.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/curl | 4 +++- langs/nl/install/lang_nl.c | 2 +- lfs/curl | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/curl b/config/rootfiles/common/curl index 2a9e16b..c556751 100644 --- a/config/rootfiles/common/curl +++ b/config/rootfiles/common/curl @@ -16,10 +16,11 @@ usr/bin/curl usr/lib/libcurl.so usr/lib/libcurl.so.3 usr/lib/libcurl.so.4 -usr/lib/libcurl.so.4.2.0 +usr/lib/libcurl.so.4.3.0 #usr/lib/pkgconfig/libcurl.pc #usr/share/man/man1/curl-config.1 #usr/share/man/man1/curl.1 +#usr/share/man/man1/mk-ca-bundle.1 #usr/share/man/man3/curl_easy_cleanup.3 #usr/share/man/man3/curl_easy_duphandle.3 #usr/share/man/man3/curl_easy_escape.3 @@ -57,6 +58,7 @@ usr/lib/libcurl.so.4.2.0 #usr/share/man/man3/curl_multi_socket_action.3 #usr/share/man/man3/curl_multi_strerror.3 #usr/share/man/man3/curl_multi_timeout.3 +#usr/share/man/man3/curl_multi_wait.3 #usr/share/man/man3/curl_share_cleanup.3 #usr/share/man/man3/curl_share_init.3 #usr/share/man/man3/curl_share_setopt.3 diff --git a/langs/nl/install/lang_nl.c b/langs/nl/install/lang_nl.c index 0153ca0..b9a8ec4 100644 --- a/langs/nl/install/lang_nl.c +++ b/langs/nl/install/lang_nl.c @@ -354,7 +354,7 @@ char *nl_tr[] = { /* TR_PHONENUMBER_CANNOT_BE_EMPTY */ "Telefoonnummer mag niet leeg zijn.", /* TR_PREPARE_HARDDISK */ -"Het installatieprogramma zal nu de vaste schijf voorbereiden op %s. Eerst wordt de schijf gepartitioneerd, daarna zullen de bestandssystemen erop worden gezet.\n\nALLE DATA OP DE SCHIJF ZAL WORDEN GEWIST. Wilt u hiermee doorgaan?"", +"Het installatieprogramma zal nu de vaste schijf voorbereiden op %s. Eerst wordt de schijf gepartitioneerd, daarna zullen de bestandssystemen erop worden gezet.\n\nALLE DATA OP DE SCHIJF ZAL WORDEN GEWIST. Wilt u hiermee doorgaan?", /* TR_PRESS_OK_TO_REBOOT */ "Druk Ok om te herstarten.", /* TR_PRIMARY_DNS */ diff --git a/lfs/curl b/lfs/curl index 5b6e3b8..1228f39 100644 --- a/lfs/curl +++ b/lfs/curl @@ -24,7 +24,7 @@
include Config
-VER = 7.24.0 +VER = 7.29.0
THISAPP = curl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b93420f80a2baaa61a0f45214eddc2ba +$(DL_FILE)_MD5 = 4f57d3b4a3963038bd5e04dbff385390
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree