[apache2] branch master updated (a1f58ee -> abb22eb)

Stefan Fritsch sf at moszumanska.debian.org
Sun Aug 6 16:51:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

sf pushed a change to branch master
in repository apache2.

      from  a1f58ee   Handle openssl transition better
       new  b9c1f72   use 'service apache2' instead of /etc/init.d/apache2 in monit
       new  730ae47   Use 'invoke-rc.d' in logrotate script
       new  172e676   bump Standards-Version
       new  9b1ba43   Use libprotocol-http2-perl and libfcgi-perl in autopkgtest
       new  bbeb1d5   update perl-framework to r1804214
       new  d4e36c6   change some stuff from phony targets to stamp files
       new  5d35c8c   Bump Standards-Version to 4.0.1
       new  abb22eb   Also remove -DBUILD_DATETIME and -fdebug-prefix-map from config_vars.mk

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/apache2.logrotate                           |    4 +-
 debian/apache2.monit                               |    4 +-
 debian/changelog                                   |   14 +
 debian/clean_config_vars                           |    4 +-
 debian/control                                     |    5 +-
 .../Apache-Test/lib/Apache/TestConfig.pm           |    1 +
 .../lib/Apache/TestReportPerl.pm => Misc.pm}       |   43 +-
 debian/perl-framework/README                       |   20 +-
 debian/perl-framework/scripts/fcgi.pl              |   25 +
 debian/perl-framework/scripts/fpm.sh               |    1 +
 debian/perl-framework/scripts/uds-test.pl          |   18 -
 debian/perl-framework/t/apache/http_strict.t       |  179 +--
 debian/perl-framework/t/apache/if_sections.t       |   57 +-
 debian/perl-framework/t/apache/iffile.t            |    2 +-
 debian/perl-framework/t/apache/server_name_port.t  |    2 +-
 debian/perl-framework/t/conf/extra.conf.in         |  121 +-
 debian/perl-framework/t/conf/proxy.conf.in         |   81 ++
 .../t/htdocs/modules/lua/setheaders.lua            |    4 +
 .../modules/negotiation/content-type/test.var      |   26 +
 .../t/htdocs/modules/proxy/fcgi-action/index.php   |    3 +
 .../modules/proxy/fcgi-generic-rewrite/index.php   |    3 +
 .../t/htdocs/modules/proxy/fcgi-generic/index.php  |    3 +
 .../modules/proxy/fcgi-rewrite-path-info/index.php |    3 +
 .../t/htdocs/modules/proxy/fcgi/index.php          |    3 +
 .../t/htdocs/modules/remoteip/index.html           |    1 +
 .../t/htdocs/php/fpm/action/sub2/test.php          |    4 +
 .../t/htdocs/php/fpm/pp/sub1/test.php              |    4 +
 debian/perl-framework/t/htdocs/php/fpm/test.php    |    1 +
 debian/perl-framework/t/htdocs/php/test-fpm.php    |    1 +
 debian/perl-framework/t/modules/brotli.t           |   17 +-
 debian/perl-framework/t/modules/lua.t              |   24 +-
 debian/perl-framework/t/modules/negotiation.t      |   77 +-
 debian/perl-framework/t/modules/proxy.t            |   69 +-
 debian/perl-framework/t/modules/proxy_fcgi.t       |  291 ++++
 debian/perl-framework/t/modules/remoteip.t         |   96 ++
 debian/perl-framework/t/php-fpm/etc/php-fpm.conf   |   19 +
 .../t/php-fpm/etc/php-fpm.d/www.conf               |    7 +
 debian/perl-framework/t/php-fpm/fcgi.pl            |   25 +
 debian/perl-framework/t/security/CVE-2017-7659.t   |   28 +
 debian/rules                                       |   32 +-
 debian/source/include-binaries                     | 1479 ++++++++++++--------
 debian/tests/control                               |    4 +-
 42 files changed, 1980 insertions(+), 825 deletions(-)
 copy debian/perl-framework/{Apache-Test/lib/Apache/TestReportPerl.pm => Misc.pm} (63%)
 create mode 100755 debian/perl-framework/scripts/fcgi.pl
 create mode 100755 debian/perl-framework/scripts/fpm.sh
 delete mode 100755 debian/perl-framework/scripts/uds-test.pl
 create mode 100644 debian/perl-framework/t/htdocs/modules/lua/setheaders.lua
 create mode 100644 debian/perl-framework/t/htdocs/modules/negotiation/content-type/test.var
 create mode 100644 debian/perl-framework/t/htdocs/modules/proxy/fcgi-action/index.php
 create mode 100644 debian/perl-framework/t/htdocs/modules/proxy/fcgi-generic-rewrite/index.php
 create mode 100644 debian/perl-framework/t/htdocs/modules/proxy/fcgi-generic/index.php
 create mode 100644 debian/perl-framework/t/htdocs/modules/proxy/fcgi-rewrite-path-info/index.php
 create mode 100644 debian/perl-framework/t/htdocs/modules/proxy/fcgi/index.php
 create mode 100644 debian/perl-framework/t/htdocs/modules/remoteip/index.html
 create mode 100644 debian/perl-framework/t/htdocs/php/fpm/action/sub2/test.php
 create mode 100644 debian/perl-framework/t/htdocs/php/fpm/pp/sub1/test.php
 create mode 100644 debian/perl-framework/t/htdocs/php/fpm/test.php
 create mode 100644 debian/perl-framework/t/htdocs/php/test-fpm.php
 create mode 100644 debian/perl-framework/t/modules/proxy_fcgi.t
 create mode 100644 debian/perl-framework/t/modules/remoteip.t
 create mode 100644 debian/perl-framework/t/php-fpm/etc/php-fpm.conf
 create mode 100644 debian/perl-framework/t/php-fpm/etc/php-fpm.d/www.conf
 create mode 100755 debian/perl-framework/t/php-fpm/fcgi.pl
 create mode 100644 debian/perl-framework/t/security/CVE-2017-7659.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list