Hello community,

here is the log from the commit of package apache2-mod_jk for openSUSE:Factory 
checked in at 2014-06-04 18:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_jk (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_jk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_jk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_jk/apache2-mod_jk.changes    
2013-01-30 09:25:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_jk.new/apache2-mod_jk.changes       
2014-06-04 18:39:48.000000000 +0200
@@ -1,0 +2,28 @@
+Mon Jun  2 13:05:55 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------
+Mon Jun  2 12:56:42 UTC 2014 - [email protected]
+
+- Version bump to 1.2.40:
+ * Fix forwarding of chunked requests, which is broken in version 1.2.39. 
(rjung)
+ * 56352: Fix regression in memory release. (mturk)
+ * Fix status worker display of worker IP address after name or port was 
changed. (rjung)
+ * 56297: Improve key hash function. Copied from APR. (rjung)
+ * 55683: Remove quotes from quoted session cookies. (rjung)
+ * 53542: ISAPI: Fix grammar in 503 error page. (rjung)
+ * 55696: Crash on Mac OS X 10.9 during config parsing. (rjung)
+ * Deprecate nt_service from Tomcat Connectors. (mturk)
+ * 56133: Fix possible crash when a request fails during request body transfer 
to the back end and reply_timeout was set. Patch contributed by Hiroto Shimizu. 
(rjung)
+ * Fix status worker not updating parameters for all members. (mturk)
+ * 55853: HTTPD: Use the correct API for setting Content-Length. Patch 
contributed by areese yahoo-inc.com. (rjung)
+ * Add IPV6 support for connection to webserver. New directive prefer_ipv6 has 
been added to control the hostname resolution and preserve backward 
compatibility. (mturk)
+ * Add --disable-sock-cloexec to configure to disable use of SOCK_CLOEXEC 
(using FD_CLOEXEC + fnctl instead) so built modules will work with Linux 
kernels prior to 2.6.27. (timw)
+ * Clean up config file parsing. Worker names are now restricted to 60 bytes. 
(rjung)
+ * Allow to set a stickyness cookie in case a web framework breaks Tomcat's 
adding of the routing ID to the end of the JSESSIONID cookie. (rjung)
+ * Use max_packet_size also for request body forwarding. (rjung)
+ * Apache 2.4: By default forward logical client address as provided by 
mod_remoteip. When setting JkOptions ForwardPhysicalAddress mod_jk will instead 
forward the physical peer address. (rjung)
+ * Minor documentation improvements. (rjung)  
+
+-------------------------------------------------------------------

Old:
----
  tomcat-connectors-1.2.37-src.tar.gz

New:
----
  tomcat-connectors-1.2.40-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_jk.spec ++++++
--- /var/tmp/diff_new_pack.qZcTOs/_old  2014-06-04 18:39:49.000000000 +0200
+++ /var/tmp/diff_new_pack.qZcTOs/_new  2014-06-04 18:39:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_jk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,38 +16,39 @@
 #
 
 
-Name:           apache2-mod_jk
-BuildRequires:  apache2-devel
-BuildRequires:  java2-devel-packages
-BuildRequires:  pcre-devel
 %define section        free
 %define apache_branch     %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
+%define connectors_root    tomcat-connectors-%{version}-src
+%define apache2_sysconfdir %(%{apxs} -q SYSCONFDIR)
+%define apache2_libexecdir %(%{apxs} -q LIBEXECDIR)
+%define apache2_mmn        %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && 
$MMN)
+%define apache2_cflags     %(%{apxs} -q CFLAGS)
 %if "%{apache_branch}" == "2.4"
   %define apxs %{_bindir}/apxs2
 %else
   %define apxs %{_sbindir}/apxs2
 %endif
-%define       connectors_root                  tomcat-connectors-1.2.37-src
-%define       apache2_sysconfdir        %(%{apxs} -q SYSCONFDIR)
-%define       apache2_libexecdir        %(%{apxs} -q LIBEXECDIR)
-%define       apache2_mmn               %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; 
test -x $MMN && $MMN)
-%define       apache2_cflags            %(%{apxs} -q CFLAGS)
+Name:           apache2-mod_jk
+Version:        1.2.40
+Release:        0
 Summary:        Connectors between Apache and Tomcat Servlet Container
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Frontends
-Version:        1.2.37
-Release:        0
+Url:            http://jakarta.apache.org
+Source0:        
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz
+Source1:        jk.conf
+Source2:        README.SUSE
+BuildRequires:  apache2-devel
+BuildRequires:  java2-devel-packages
+BuildRequires:  pcre-devel
 Requires:       %{apache2_mmn}
 Requires:       apache2
-Provides:       mod_jk = %{version}-%{release}
-Provides:       mod_jk-ap20
+Provides:       mod_jk = %{version}
+Provides:       mod_jk-ap20 = %{version}
 Provides:       mod_jk-ap20:%{_libdir}/apache2/mod_jk.so
+Provides:       tomcat-mod = %{version}
 Obsoletes:      mod_jk-ap20 < %{version}
 Obsoletes:      tomcat-mod  < %{version}
-Url:            http://jakarta.apache.org
-Source0:        
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.37-src.tar.gz
-Source1:        jk.conf
-Source2:        README.SUSE
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,16 +62,18 @@
 
 %build
 # prepare apr
-export APACHE2_CFLAGS="%apache2_cflags"
+export APACHE2_CFLAGS="%{apache2_cflags}"
 cd $RPM_BUILD_DIR/%{connectors_root}/native
-./configure --with-apxs=%{apxs}
+%configure \
+       --with-pic \
+       --with-apxs=%{apxs}
 make %{?_smp_mflags}
 
 %install
 # AJP Connector jk
-install -d -m 755 $RPM_BUILD_ROOT%{apache2_libexecdir}
+install -d -m 755 %{buildroot}%{apache2_libexecdir}
 pushd $RPM_BUILD_DIR/%{connectors_root}
-install -m 755 native/apache-2.0/.libs/mod_jk.so 
$RPM_BUILD_ROOT%{apache2_libexecdir}/
+install -m 755 native/apache-2.0/.libs/mod_jk.so 
%{buildroot}%{apache2_libexecdir}/
 popd
 cp %{SOURCE1} .
 cp %{SOURCE2} .

++++++ tomcat-connectors-1.2.37-src.tar.gz -> 
tomcat-connectors-1.2.40-src.tar.gz ++++++
++++ 29715 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to