summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian PHP Maintainers [Sat, 2 May 2015 08:26:56 +0000 (10:26 +0200)]
php-5.4.9-fixheader
Make generated php_config.h constant across rebuilds.
Gbp-Pq: Name 0024-php-5.4.9-fixheader.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:56 +0000 (10:26 +0200)]
php-5.4.8-ldap_r
Use -lldap_r by default.
Gbp-Pq: Name 0023-php-5.4.8-ldap_r.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:56 +0000 (10:26 +0200)]
php-fpm-do-reload-on-SIGHUP
Gbp-Pq: Name 0022-php-fpm-do-reload-on-SIGHUP.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:56 +0000 (10:26 +0200)]
Use system timezone
Upstream don't want this patch. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730771 for a summary.
This delta is recovered from previous versions of the system timezone patch in
Debian, and appears to have inadvertently been dropped. Author unknown.
To be used in tandem with use_embedded_timezonedb.patch and use_embedded_timezonedb_fixes.patch.
Gbp-Pq: Name 0021-Use-system-timezone.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:56 +0000 (10:26 +0200)]
expose_all_built_and_installed_apis
Gbp-Pq: Name 0020-expose_all_built_and_installed_apis.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:55 +0000 (10:26 +0200)]
php-fpm-m68k
Gbp-Pq: Name 0019-php-fpm-m68k.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:55 +0000 (10:26 +0200)]
php-5.2.4-embed
Gbp-Pq: Name 0018-php-5.2.4-embed.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:55 +0000 (10:26 +0200)]
php-5.3.3-macropen
Gbp-Pq: Name 0017-php-5.3.3-macropen.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
hurd-noptrace
Gbp-Pq: Name 0016-hurd-noptrace.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
temporary-path-fixes-for-multiarch
Gbp-Pq: Name 0015-temporary-path-fixes-for-multiarch.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
lp564920-fix-big-files
Gbp-Pq: Name 0014-lp564920-fix-big-files.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
php-fpm-sysconfdir
Gbp-Pq: Name 0013-php-fpm-sysconfdir.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
fpm-config
Gbp-Pq: Name 0012-fpm-config.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
php-fpm-man-section-and-cleanup
Gbp-Pq: Name 0011-php-fpm-man-section-and-cleanup.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:54 +0000 (10:26 +0200)]
session_save_path
Gbp-Pq: Name 0010-session_save_path.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:53 +0000 (10:26 +0200)]
qdbm-is-usr_include_qdbm
Gbp-Pq: Name 0009-qdbm-is-usr_include_qdbm.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:53 +0000 (10:26 +0200)]
strcmp_null-OnUpdateErrorLog
Gbp-Pq: Name 0008-strcmp_null-OnUpdateErrorLog.patch
Debian PHP Maintainers [Wed, 25 Aug 2021 14:47:17 +0000 (16:47 +0200)]
Add-support-for-use-of-the-system-timezone-database
# License: MIT
# http://opensource.org/licenses/MIT
# License: MIT
# http://opensource.org/licenses/MIT
Add support for use of the system timezone database, rather
than embedding a copy. Discussed upstream but was not desired.
History:
r21: adapt for timelib 2021.03 (in 8.1.0)
r20: adapt for timelib 2020.03 (in 8.0.10RC1)
r19: adapt for timelib 2020.02 (in 8.0.0beta2)
r18: adapt for autotool change in 7.3.3RC1
r17: adapt for timelib 2018.01 (in 7.3.2RC1)
r16: adapt for timelib 2017.06 (in 7.2.3RC1)
r15: adapt for timelib 2017.05beta7 (in 7.2.0RC1)
r14: improve check for valid tz file
r13: adapt for upstream changes to use PHP allocator
r12: adapt for upstream changes for new zic
r11: use canonical names to avoid more case sensitivity issues
round lat/long from zone.tab towards zero per builtin db
r10: make timezone case insensitive
r9: fix another compile error without --with-system-tzdata configured (Michael Heimpold)
r8: fix compile error without --with-system-tzdata configured
r7: improve check for valid timezone id to exclude directories
r6: fix fd leak in r5, fix country code/BC flag use in
timezone_identifiers_list() using system db,
fix use of PECL timezonedb to override system db,
r5: reverts addition of "System/Localtime" fake tzname.
updated for 5.3.0, parses zone.tab to pick up mapping between
timezone name, country code and long/lat coords
r4: added "System/Localtime" tzname which uses /etc/localtime
r3: fix a crash if /usr/share/zoneinfo doesn't exist (Raphael Geissert)
r2: add filesystem trawl to set up name alias index
r1: initial revision
Gbp-Pq: Name 0007-Add-support-for-use-of-the-system-timezone-database.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:52 +0000 (10:26 +0200)]
php-5.4.7-libdb
Gbp-Pq: Name 0006-php-5.4.7-libdb.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:52 +0000 (10:26 +0200)]
php.ini_securitynotes
Gbp-Pq: Name 0005-php.ini_securitynotes.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:51 +0000 (10:26 +0200)]
extension_api
Gbp-Pq: Name 0004-extension_api.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:51 +0000 (10:26 +0200)]
php-5.4.9-phpinfo
Drop "Configure Command" from phpinfo as it doesn't
provide any useful information.
The available extensions are not related to this command.
Gbp-Pq: Name 0003-php-5.4.9-phpinfo.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:51 +0000 (10:26 +0200)]
debian_quirks
Gbp-Pq: Name 0002-debian_quirks.patch
Debian PHP Maintainers [Sat, 2 May 2015 08:26:50 +0000 (10:26 +0200)]
libtool_fixes
Gbp-Pq: Name 0001-libtool_fixes.patch
Ondřej Surý [Fri, 27 Sep 2024 03:52:57 +0000 (05:52 +0200)]
php8.2 (8.2.24-1) unstable; urgency=medium
* New upstream version 8.2.24
+ [CVE-2024-8926]: Bypass of CVE-2024-4577, Parameter Injection
Vulnerability
+ [CVE-2024-8927]: cgi.force_redirect configuration is bypassable due
to the environment variable collision
+ [CVE-2024-8927]: Logs from FPM childrens may be altered
+ [CVE-2024-8925]: Erroneous parsing of multipart form data
[dgit import unpatched php8.2 8.2.24-1]
Ondřej Surý [Fri, 27 Sep 2024 03:52:57 +0000 (05:52 +0200)]
Import php8.2_8.2.24.orig.tar.xz
[dgit import orig php8.2_8.2.24.orig.tar.xz]
Ondřej Surý [Fri, 27 Sep 2024 03:52:57 +0000 (05:52 +0200)]
Import php8.2_8.2.24-1.debian.tar.xz
[dgit import tarball php8.2 8.2.24-1 php8.2_8.2.24-1.debian.tar.xz]