From: Marcel Lorenz <lorenz.marcel@web.de>
To: development@lists.ipfire.org
Subject: [PATCH] libidn: update to 1.32
Date: Thu, 18 Feb 2016 16:01:00 +0100 [thread overview]
Message-ID: <1455807660-24039-1-git-send-email-lorenz.marcel@web.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 2961 bytes --]
---
config/rootfiles/common/libidn | 3 ++-
lfs/libidn | 11 +++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn
index c8ee31a..8403cf1 100644
--- a/config/rootfiles/common/libidn
+++ b/config/rootfiles/common/libidn
@@ -10,7 +10,7 @@ usr/bin/idn
#usr/lib/libidn.la
usr/lib/libidn.so
usr/lib/libidn.so.11
-usr/lib/libidn.so.11.5.28
+usr/lib/libidn.so.11.6.15
#usr/lib/pkgconfig/libidn.pc
#usr/share/emacs
#usr/share/emacs/site-lisp
@@ -19,6 +19,7 @@ usr/lib/libidn.so.11.5.28
#usr/share/info/libidn-components.png
#usr/share/info/libidn.info
#usr/share/man/man1/idn.1
+#usr/share/man/man3/idn_free.3
#usr/share/man/man3/idna_strerror.3
#usr/share/man/man3/idna_to_ascii_4i.3
#usr/share/man/man3/idna_to_ascii_4z.3
diff --git a/lfs/libidn b/lfs/libidn
index 7ea2d46..32a3a2e 100644
--- a/lfs/libidn
+++ b/lfs/libidn
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2015 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 0.6.14
+VER = 1.32
THISAPP = libidn-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,6 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
+
###############################################################################
# Top-level Rules
###############################################################################
@@ -40,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 040f012a45feb56168853998bb87ad4d
+$(DL_FILE)_MD5 = 4dd8356ba577287ea7076bfa1554b534
install : $(TARGET)
@@ -50,6 +51,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
+dist:
+ @$(PAK)
+
###############################################################################
# Downloading, checking, md5sum
###############################################################################
@@ -73,6 +77,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
- sed -e 's/include_next/include/g' -i /usr/include/idn-int.h
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
1.9.1
reply other threads:[~2016-02-18 15:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455807660-24039-1-git-send-email-lorenz.marcel@web.de \
--to=lorenz.marcel@web.de \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox