Subject: CVS commit: pkgsrc/devel/php-libawl
From: Hauke Fath
Date: 2024-07-09 15:55:39
Message id: 20240709135539.3BBBEFC74@cvs.NetBSD.org

Log Message:
Update devel/php-libawl to 0.65

While upstream bumped the version to '0.65', they did not publish a
release tarball, so we need to use the hash.

Upstream's changelog:

2024-03-27 Andrew Ruthven <andrew@etc.gen.nz>
	* Add a request ID to each logline (resolves #27).
2024-02-28 Andrew Ruthven <andrew@etc.gen.nz>
	* Further fixes for PHP 8.1 and 8.2.
2024-01-21 Andrew Ruthven <andrew@etc.gen.nz>
	* Allow a user's password to be a number.
2023-07-02 Athos Ribeiro <athoscribeiro@gmail.com>
	* Add support for phpunit 10.
2023-03-23 Florian Schlichting <fsfs@debian.org>
	* Use array_merge.
2023-03-02 Florian Schlichting <fsfs@debian.org>
	* release awl 0.64
	* add Debian autopkgtests
2022-12-17 Andrew Ruthven <andrew@etc.gen.nz>
	* Fix indent for for line and add some blank lines to
          improve readability
2022-10-22 ruliane <ruliane+github@ruliane.net>
	* Minor fix: prevent warning when argument is not defined
2023-02-04 Andrew Ruthven <andrew@etc.gen.nz>
	* Handle strings to be translated over 4096 characters.
	* Add unique constraints for user_role and tmp_password
2022-12-18 Andrew Ruthven <andrew@etc.gen.nz>
	* Bump the version, so I can check for this in DAViCal
2022-12-16 Andrew Ruthven <andrew@etc.gen.nz>
	* PHP uses . as a string concatenation operator, not +.
	* Support the cas_token approach in PECL 3.0.0
	* Sanity check that we have an array
	* Make it explicit why Memcache isn't working
	* Need to enable the Headers module for Apache2 for tests
2022-12-10 Andrew Ruthven <andrew@etc.gen.nz>
	* Handle when a log line is passed in which contains
          % characters, and no arguments
	* Set a component for logging
	* Guard incase the component isn't provided
	* Ensure that rendered is defined as a property.
	* Ensure that next_prefix is defined as a property.
	* Debian Unstable has PostgreSQL 15 now
	* Ensure that location_line and location_file are
          defined as properties.
2021-08-18 linda.fliss <linda.fliss@iserv.eu>
	* added missing null check to prevent warning on in_array call

Files:
RevisionActionfile
1.20modifypkgsrc/devel/php-libawl/Makefile
1.2modifypkgsrc/devel/php-libawl/Makefile.common
1.19modifypkgsrc/devel/php-libawl/distinfo
1.3modifypkgsrc/devel/php-libawl/patches/patch-Makefile