./devel/php-libawl, PHP Andrews Web Libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.65, Package name: php74-libawl-0.65, Maintainer: jym

Andrew's Web Libraries are a set of hopefully lightweight libraries for
handling a variety of useful things for web programming, including:

- Session management
- User management
- DB Records
- Simple reporting
- DB Schema Updating
- iCalendar parsing


Required to run:
[converters/php-iconv] [devel/php-gettext]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-07-09 15:55:39 by Hauke Fath | Files touched by this commit (4)
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
   2022-10-19 16:04:24 by Hauke Fath | Files touched by this commit (2)
Log message:
Update devel/php-libawl to 0.63, in lockstep with davical 1.1.11
   2022-06-22 12:19:51 by Nia Alarie | Files touched by this commit (2)
Log message:
php-libawl: Attempt to fix GITLAB_* misuse.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-05-10 14:26:35 by Hauke Fath | Files touched by this commit (2) | Package updated
Log message:
update devel/php-libawl in lockstep with davical update.
   2018-06-22 12:10:55 by Hauke Fath | Files touched by this commit (3)
Log message:
Update devel/php-libawl to v0.59, in lockstep with www/davical.
   2017-12-07 14:12:44 by Hauke Fath | Files touched by this commit (2) | Package updated
Log message:
devel/php-libawl update to 0.58, in lockstep with www/davical

Switch to gmake, because make takes offense at setting a variable with
sed output.