Next | Query returned 70 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2019-01-14 14:13:08 by Takahiro Kambe | Files touched by this commit (31) | Package removed
Log message:
lang/php70: remove php70 package

Remove php70 package since PHP 7.0 has been EOL.
   2018-12-15 17:58:13 by Takahiro Kambe | Files touched by this commit (2)
Log message:
lang/php70: remove unused patch

sqlite3 support moved todatabases/php-sqlite3 and it dose not use in-tree
sqlite3.  So, this patch is not required any more.
   2018-12-09 13:20:45 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Bump PKGREVISION for separation of php-sqlite3 package from
lang/php?? base packages.
   2018-12-09 13:14:36 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: remove sqlite3 library

Remove sqlite3 library extension and make it separate package to prevent
dependency to databases/sqlite3 pacakge.
   2018-12-07 18:13:58 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/php70: update to 7.0.33

06 Dec 2018 PHP 7.0.33

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)
   2018-12-07 17:04:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
lang/php7?: revert previous commit

Revert previous commit and unbreak lang/php7{0,1,2}.

sqlite3 problem would be another way, after update current PHP versions.
   2018-12-07 02:54:53 by Emmanuel Dreyfus | Files touched by this commit (3)
Log message:
Link PHP with shared libsqlite3 isntead of built-in

We used to build PHP with its built-in, statically linked libsqlite3. When
used in an executable with dynamically looaded modules such as Apache, some
module may load a shared libsqlite3, which has the same symbols as PHP's
built-in libsqlite3. This causes unreliable cross-version calls and is
source of crashes.

The fix is to disable PHP's built-in libslite3 and always use an external,
shared libsqlite3.
   2018-11-14 22:26:54 by Mark Davies | Files touched by this commit (7)
Log message:
php-gd: use pkg-config rather than freetype-config to test for freetype2
   2018-09-13 17:46:38 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/php70: Update to 7.0.32

13 Sep 2018 PHP 7.0.32

- Apache2
  . Fixed bug #76582 (XSS due to the header Transfer-Encoding: chunked). (Stas)
   2018-07-31 03:17:56 by Maya Rashish | Files touched by this commit (6)
Log message:
move --disable-gcc-global-regs to Makefile.php.
Seems to make a previously segfaulting netbsd-8/i386's build not segfault.
ap-php runs PHP's configure and builds some of its code, so it needs the
same flag.

Now we can stop requiring an arbitrary GCC version. The test case in the
GCC bugzilla fails on all GCC versions I tested, but magically some
versions of GCC manage to build a working PHP.

Next | Query returned 70 messages, browsing 1 to 10 | Previous