This is an automated email from the ASF dual-hosted git repository.

rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new ecd005d07 BZ 68117: Fix typo and escaping in libtool flag introduced 
in 1.2.49.
ecd005d07 is described below

commit ecd005d0792441c4510dc4c2d9348979ab71ddcc
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Fri Nov 10 11:38:04 2023 +0100

    BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.
---
 native/apache-2.0/Makefile.apxs.in | 2 +-
 native/apache-2.0/Makefile.in      | 2 +-
 xdocs/miscellaneous/changelog.xml  | 9 +++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/native/apache-2.0/Makefile.apxs.in 
b/native/apache-2.0/Makefile.apxs.in
index 36aeada1c..161616502 100644
--- a/native/apache-2.0/Makefile.apxs.in
+++ b/native/apache-2.0/Makefile.apxs.in
@@ -21,7 +21,7 @@ top_builddir=@top_builddir@
 APXS=@APXS@
 APXSCFLAGS=@APXSCFLAGS@
 APXSLDFLAGS=@APXSLDFLAGS@
-JKLDFLAGS=-export-symbols-regex ^jk_module$
+JKLDFLAGS=-export-symbols-regex ^jk_module\$$
 
 COMMON=common
 JK_INCL=-DUSE_APACHE_MD5 -I${top_builddir}/${COMMON} -I ${top_srcdir}/${COMMON}
diff --git a/native/apache-2.0/Makefile.in b/native/apache-2.0/Makefile.in
index e63f5c921..a9327743b 100644
--- a/native/apache-2.0/Makefile.in
+++ b/native/apache-2.0/Makefile.in
@@ -23,7 +23,7 @@ MKDIR=@MKDIR@
 APXSCFLAGS=@APXSCFLAGS@
 APXSCPPFLAGS=@APXSCPPFLAGS@
 APXSLDFLAGS=@APXSLDFLAGS@
-JKLDFLAGS=-export-symbols-regexp ^jk_module$
+JKLDFLAGS=-export-symbols-regex ^jk_module\$$
 
 CC=@CC@
 SHELL=@SHELL@
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 1bcaa5f51..932d768c5 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -51,6 +51,15 @@
   </p>
 </section>
 <section name="Changes between 1.2.49 and 1.2.50">
+  <subsection name="Apache">
+    <changelog>
+      <fix>
+        <bug>68117</bug>: Fix typo in new libtool flag introduced in 1.2.49
+        to reduce symbol visibility. Also improve escaping of it in the 
Makefile.
+        Patch provided by lzs...@freemail.c3.hu. (rjung)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Changes between 1.2.48 and 1.2.49">
   <subsection name="Apache">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to