public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libidn: Update to version 1.38
@ 2021-07-26 16:35 Adolf Belka
  2021-07-27 17:31 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-07-26 16:35 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4052 bytes --]

- Update from 1.36 to 1.38
- Update of rootfile
- Changelog
    version 1.38
	build: Fix --disable-tld builds.
        Simplify building of gdoc-generated man/texi outputs.
        Rebuild GTK-DOC HTML/PDF outputs on version number changes.
        doc: Rebuild idn.1 when version number changes.
        build: Fix --disable-tld builds.
        cicd: Add pages.
        doc: Improve GTK-DOC manual.
        cicd: Fix Ubuntu 12.04 builds.
        Improve GTK-DOC manual.
        Fix build errors related to doc/idn--help.texi.
        doc: Fix release process.
        doc: Improve HACKING instructions.
        Bootstrap cache.
    version 1.37
        Use gnulib's bootstrap.
        Drop old unused WERROR_CFLAGS usage.
        Improve URLs.
        Fix links for git and valgrind.
        Fix self check for --disable-tld.
        Sync with TP.
        Doc fixes.
        Don't dist ps/html/pdf.  Drop custom css.
        Improve ./configure summary output.
        Use gnulib langinfo module.
        More ./configure summary output.
        Use AM_GNU_GETTEXT_VERSION to get intl.m4 too.
        Disable some complex gnulib self-tests that add lots of dependencies and fail on mingw.
        Drop second gnulib tests directory since only one is supported.
        Require more recent automake and gtk-doc.
	Fix .gitignore.
        doc: Fix JDK dependency for Fedora.
        Drop warning stuff covered by manywarnings.m4 now.
        Disable VLA from gettext.
        Remove autopoint-generated files that are in gnulib too.
        Update autoconf archive macros.
        Prefer gnulib's M4 files over autopoint.
	Modernize autoconf usage.
        Use AM_GNU_GETTEXT_REQUIRE_VERSION.
	Update gnulib files.
        Modernize configure.ac.
	Require autoconf 2.64 for newer gnulib.
        Avoid including copyright info in idn example.
        Fix manual copyright years.
        Fix syntax-check.
        Update copyright years.
        Improve HACKING.
        Drop obsolete PGP key from AUTHORS.
        Revert last patch, clearly src/ was being built before doc/.
        Build doc/ after src/ so that src/idn exists for help2man of doc/idn.1.
        Fix recommended package installs.
        Drop .gitlab-ci.yml.
        Doc fix.
        Sync with TP.
        Fix typos, inspired by codespell.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/libidn |  5 ++---
 lfs/libidn                     | 11 ++++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn
index 7f00a96ea..c959f6c65 100644
--- a/config/rootfiles/common/libidn
+++ b/config/rootfiles/common/libidn
@@ -6,11 +6,10 @@ usr/bin/idn
 #usr/include/punycode.h
 #usr/include/stringprep.h
 #usr/include/tld.h
-#usr/lib/libidn.a
 #usr/lib/libidn.la
-usr/lib/libidn.so
+#usr/lib/libidn.so
 usr/lib/libidn.so.12
-usr/lib/libidn.so.12.6.1
+usr/lib/libidn.so.12.6.3
 #usr/lib/pkgconfig/libidn.pc
 #usr/share/emacs
 #usr/share/emacs/site-lisp
diff --git a/lfs/libidn b/lfs/libidn
index b8be721a3..4e2a7403c 100644
--- a/lfs/libidn
+++ b/lfs/libidn
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.36
+VER        = 1.38
 
 THISAPP    = libidn-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 813c7b268d1051ca02c3610986126f38
+$(DL_FILE)_MD5 = 718ff3700dd71f830c592ebe97249193
 
 install : $(TARGET)
 
@@ -71,9 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure \
-	--prefix=/usr \
-	--disable-nls \
-	--disable-doc
+	                --prefix=/usr \
+	                --disable-nls \
+	                --disable-doc \
+	                --disable-static
 
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
2.32.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libidn: Update to version 1.38
  2021-07-26 16:35 [PATCH] libidn: Update to version 1.38 Adolf Belka
@ 2021-07-27 17:31 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-07-27 17:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4359 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 26 Jul 2021, at 17:35, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 1.36 to 1.38
> - Update of rootfile
> - Changelog
>    version 1.38
> 	build: Fix --disable-tld builds.
>        Simplify building of gdoc-generated man/texi outputs.
>        Rebuild GTK-DOC HTML/PDF outputs on version number changes.
>        doc: Rebuild idn.1 when version number changes.
>        build: Fix --disable-tld builds.
>        cicd: Add pages.
>        doc: Improve GTK-DOC manual.
>        cicd: Fix Ubuntu 12.04 builds.
>        Improve GTK-DOC manual.
>        Fix build errors related to doc/idn--help.texi.
>        doc: Fix release process.
>        doc: Improve HACKING instructions.
>        Bootstrap cache.
>    version 1.37
>        Use gnulib's bootstrap.
>        Drop old unused WERROR_CFLAGS usage.
>        Improve URLs.
>        Fix links for git and valgrind.
>        Fix self check for --disable-tld.
>        Sync with TP.
>        Doc fixes.
>        Don't dist ps/html/pdf.  Drop custom css.
>        Improve ./configure summary output.
>        Use gnulib langinfo module.
>        More ./configure summary output.
>        Use AM_GNU_GETTEXT_VERSION to get intl.m4 too.
>        Disable some complex gnulib self-tests that add lots of dependencies and fail on mingw.
>        Drop second gnulib tests directory since only one is supported.
>        Require more recent automake and gtk-doc.
> 	Fix .gitignore.
>        doc: Fix JDK dependency for Fedora.
>        Drop warning stuff covered by manywarnings.m4 now.
>        Disable VLA from gettext.
>        Remove autopoint-generated files that are in gnulib too.
>        Update autoconf archive macros.
>        Prefer gnulib's M4 files over autopoint.
> 	Modernize autoconf usage.
>        Use AM_GNU_GETTEXT_REQUIRE_VERSION.
> 	Update gnulib files.
>        Modernize configure.ac.
> 	Require autoconf 2.64 for newer gnulib.
>        Avoid including copyright info in idn example.
>        Fix manual copyright years.
>        Fix syntax-check.
>        Update copyright years.
>        Improve HACKING.
>        Drop obsolete PGP key from AUTHORS.
>        Revert last patch, clearly src/ was being built before doc/.
>        Build doc/ after src/ so that src/idn exists for help2man of doc/idn.1.
>        Fix recommended package installs.
>        Drop .gitlab-ci.yml.
>        Doc fix.
>        Sync with TP.
>        Fix typos, inspired by codespell.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libidn |  5 ++---
> lfs/libidn                     | 11 ++++++-----
> 2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn
> index 7f00a96ea..c959f6c65 100644
> --- a/config/rootfiles/common/libidn
> +++ b/config/rootfiles/common/libidn
> @@ -6,11 +6,10 @@ usr/bin/idn
> #usr/include/punycode.h
> #usr/include/stringprep.h
> #usr/include/tld.h
> -#usr/lib/libidn.a
> #usr/lib/libidn.la
> -usr/lib/libidn.so
> +#usr/lib/libidn.so
> usr/lib/libidn.so.12
> -usr/lib/libidn.so.12.6.1
> +usr/lib/libidn.so.12.6.3
> #usr/lib/pkgconfig/libidn.pc
> #usr/share/emacs
> #usr/share/emacs/site-lisp
> diff --git a/lfs/libidn b/lfs/libidn
> index b8be721a3..4e2a7403c 100644
> --- a/lfs/libidn
> +++ b/lfs/libidn
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 1.36
> +VER        = 1.38
> 
> THISAPP    = libidn-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 813c7b268d1051ca02c3610986126f38
> +$(DL_FILE)_MD5 = 718ff3700dd71f830c592ebe97249193
> 
> install : $(TARGET)
> 
> @@ -71,9 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> 	@$(PREBUILD)
> 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> 	cd $(DIR_APP) && ./configure \
> -	--prefix=/usr \
> -	--disable-nls \
> -	--disable-doc
> +	                --prefix=/usr \
> +	                --disable-nls \
> +	                --disable-doc \
> +	                --disable-static
> 
> 	cd $(DIR_APP) && make $(MAKETUNING)
> 	cd $(DIR_APP) && make install
> -- 
> 2.32.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-27 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 16:35 [PATCH] libidn: Update to version 1.38 Adolf Belka
2021-07-27 17:31 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox