8
0
Commit Graph

28 Commits

Author SHA256 Message Date
Vítězslav Čížek
e116fcde56 Accepting request 320406 from home:Andreas_Schwab:Factory
- Force gnu89 inline semantics
- Disable tests only in QEMU user-space builds
- inline.patch: remove

OBS-URL: https://build.opensuse.org/request/show/320406
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=58
2015-08-04 15:24:48 +00:00
c42f7984e2 Accepting request 319146 from home:vitezslav_cizek:branches:Apache:Modules
Mention patch in changes to get into Factory

OBS-URL: https://build.opensuse.org/request/show/319146
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=56
2015-07-29 06:58:17 +00:00
Vítězslav Čížek
7014709e01 Accepting request 319123 from home:pgajdos:apache2
- updated to 2.0.9: see Changes for details
  * dropped patches:
    - lfs-perl-5.14.patch
    - apache2-mod_perl-2.0.4-tests.diff
    - apache24-mod_authz_host.patch

- turn off inlining for functions which need to be real symbols because they
  are called in a DSO

OBS-URL: https://build.opensuse.org/request/show/319123
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=55
2015-07-28 14:53:31 +00:00
c57f989a60 Accepting request 317131 from home:pgajdos:apache2
require %{apache_suse_maintenance_mmn}

OBS-URL: https://build.opensuse.org/request/show/317131
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=54
2015-07-16 17:01:50 +00:00
Tomáš Chvátal
894caad9f9 Accepting request 259434 from home:pgajdos:apache2
- call spec-cleaner
- use apache rpm macros

OBS-URL: https://build.opensuse.org/request/show/259434
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=52
2014-11-11 11:59:33 +00:00
3a2f51a7b7 Accepting request 250094 from home:jsegitz:branches:Apache:Modules
- adapt test configuration for apache24 to fix build
  * use the new access control mechanisms from apache24
  * added apache24-mod_authz_host.patch

OBS-URL: https://build.opensuse.org/request/show/250094
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=50
2014-09-18 12:28:23 +00:00
35bedd4ecb Accepting request 250086 from home:jsegitz:branches:Apache:Modules
- Changed access control statements in config file to use 
  mod_authz_host (bnc#897005)

OBS-URL: https://build.opensuse.org/request/show/250086
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=48
2014-09-18 10:38:52 +00:00
Tomáš Chvátal
8fb8a30758 Accepting request 241731 from home:vitezslav_cizek:branches:Apache:Modules
Linux::Pid is required by Apache2-SizeLimit (bnc#888117)
Linux::Pid has been submitted do d:l:p in request 241729

OBS-URL: https://build.opensuse.org/request/show/241731
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=46
2014-08-01 11:08:35 +00:00
Factory Maintainer
45d1864d55 Accepting request 185907 from devel:languages:perl
- add avoid-broken-provides.diff to avoid package providing
  HTTP::Request::Common, which it does not (only for testing)

OBS-URL: https://build.opensuse.org/request/show/185907
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=44
2013-08-07 19:15:30 +00:00
Roman Drahtmueller
44b8f27708 Accepting request 183416 from home:oertel:branches:Apache:Modules
- change testsuite setup to fix build on factory:
  - do not load access_compat_module as it is builtin 
  - do not load unixd_module as it is builtin

OBS-URL: https://build.opensuse.org/request/show/183416
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=42
2013-07-16 13:35:07 +00:00
Roman Drahtmueller
cc4f8f60f7 Accepting request 180817 from openSUSE:Factory:Staging:perl518
- update to version 2.0.8 (http24 branch as used by debian):
  Perl 5.16.3's fix for a rehash-based DoS makes it more difficult to invoke
  the workaround for the old hash collision attack, which breaks mod_perl's
  t/perl/hash_attack.t. Patch from rt.cpan.org #83916 improves the fix
  previously applied as revision 1455340. [Zefram]
  
  On Perl 5.17.6 and above, hash seeding has changed, and HvREHASH has
  disappeared. Patch to update mod_perl accordingly from rt.cpan.org #83921.
  [Zefram]
  
  Restore build with Perl 5.8.1, 5.8.2 etc: take care to use
  $Config{useithreads} rather than $Config{usethreads}, and supply definitions
  of Newx and Newxz as necessary. [Steve Hay]
  
  On Perl 5.17.9, t/apache/read2.t fails because an "uninitialized value"
  warning is generated for the buffer being autovivified. This is because
  the sv_setpvn() that's meant to vivify the buffer doesn't perform set
  magic; the warning is generated by the immediately following SvPV_force().
  Patch to fix this from rt.cpan.org #83922. [Zefram]
  
  Fix t/perl/hash_attack.t to work with Perl 5.14.4, 5.16.3 etc, which
  contain a fix for CVE-2013-1667 (memory exhaustion with arbitrary hash
  keys). This resolves rt.perl.org #116863, from where the patch was taken.
  [Hugo van der Sanden]
  
  use APR::Finfo instead of Perl's stat() in ModPerl::RegistryCooker to
  generate HTTP code 404 even if the requested filename contains newlines
  [Torsten]
- disable patch lfs-perl-5.14.patch as it no longer applies, but
  I can't find out if it's still need for ppc64 or if upstream's

OBS-URL: https://build.opensuse.org/request/show/180817
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=40
2013-06-25 09:08:37 +00:00
Factory Maintainer
56fb98e55d Accepting request 162979 from home:dimstar:branches:Apache:Modules
Update to 2.0.7 svn http24 branch: fix build with apache 2.4 in Factory

OBS-URL: https://build.opensuse.org/request/show/162979
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=38
2013-04-07 12:24:28 +00:00
Ismail Dönmez
b534bd6e03 Accepting request 137825 from home:coolo:branches:openSUSE:Factory
- buildrequire netcfg explicitly

OBS-URL: https://build.opensuse.org/request/show/137825
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=36
2012-10-11 14:47:07 +00:00
Factory Maintainer
4b2e5e1490 Accepting request 123062 from devel:languages:perl
- update to 2.0.6
 +Set the -apxs argument correctly when building from mod_perl.
  [Steve Hay]
 
 +Doc spelling fix
  [Nicholas Bamber]
 +Add Apache-Test 1.34 dependency.
  [Phred]

OBS-URL: https://build.opensuse.org/request/show/123062
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=34
2012-06-01 09:57:01 +00:00
Factory Maintainer
8a2b84eb9e Accepting request 106460 from home:k0da:ppc
- do lfs. Fixes ppc64 build

OBS-URL: https://build.opensuse.org/request/show/106460
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=32
2012-04-05 08:10:16 +00:00
Peter Poeml
671c7ba018 Accepting request 104293 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104293
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=30
2012-02-15 22:41:54 +00:00
Vítězslav Čížek
b47671da0d Accepting request 82765 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82765
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=29
2011-09-19 09:11:02 +00:00
Stephan Kulow
eda10e5115 - avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
FILE_OFFSET_BITS=64 because the conflict isn't real and causes
  the perl structures to be invalid if only the apache flags are used

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=27
2011-05-26 15:22:14 +00:00
Stephan Kulow
18264eadeb Accepting request 70710 from home:coolo:branches:openSUSE:Factory
- update to 2.0.5
 * Prepare modperl for the upcoming perl 5.14
 * Many other fixes over two years, see Changes

OBS-URL: https://build.opensuse.org/request/show/70710
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=25
2011-05-23 13:32:03 +00:00
Vítězslav Čížek
825544925b Accepting request 56409 from home:vitezslav_cizek:branches:Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/56409
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=23
2010-12-27 11:36:41 +00:00
899dee1871 Accepting request 54192 from Apache:Modules
Accepted submit request 54192 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=12
2010-11-30 23:13:42 +00:00
OBS User autobuild
ccce4d0e21 Accepting request 34173 from Apache:Modules
Copy from Apache:Modules/apache2-mod_perl based on submit request 34173 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=8
2010-03-05 15:31:13 +00:00
OBS User unknown
13d8e14b55 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=6 2008-11-06 21:00:06 +00:00
OBS User unknown
9c3537198d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=5 2008-06-30 13:29:48 +00:00
OBS User unknown
7f493bf576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=4 2008-01-15 00:34:41 +00:00
OBS User unknown
cb4f995d2e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=3 2007-06-14 14:27:04 +00:00
OBS User unknown
316c8b5af0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=2 2007-01-23 17:00:17 +00:00
OBS User unknown
5d1d9c72cf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_perl?expand=0&rev=1 2007-01-15 22:51:15 +00:00