./devel/php-shmop, PHP extension for simple SysV shared memory operations

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


Branch: pkgsrc-2010Q4, Version: 5.2.17nb1, Package name: php5-shmop-5.2.17nb1, Maintainer: jdolecek

PHP is a programming language designed to be embedded into web pages.

Shmop is an easy to use set of functions that allows PHP to read,
write, create and delete Unix SysV-style shared memory segments.

While developing a search deamon we needed a php based front end
to communicate the deamon via SHM. PHP already had a shared memory
extention (sysvshm) written by Christian Cartus <cartus@atrior.de>,
unfortunatly this extention was designed with PHP only in mind and
offers high level features which are extremly bothersome for basic
SHM we had in mind. After spending a day trying to reverse engineer
and figure out the format of sysvshm we decided that it would be
much easier to add our own extention to php for simple SHM operations,
we were right :)).


Required to run:
[lang/php5]

Required to build:
[devel/libtool-base] [devel/autoconf] [devel/automake]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2011-03-22 07:22:18 by Steven Drake | Files touched by this commit (3)
Log message:
Pullup ticket #3394 - requested by taca
security fix for devel/php-shmop

Revisions pulled up:
- devel/php-shmop/Makefile                                      1.10
- lang/php5/distinfo                                            1.88
- lang/php5/patches/patch-ext_shmop_shmop.c                     1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Mar 21 16:08:29 UTC 2011

   Modified Files:
   	pkgsrc/devel/php-shmop: Makefile
   	pkgsrc/lang/php5: distinfo
   Added Files:
   	pkgsrc/lang/php5/patches: patch-ext_shmop_shmop.c

   Log message:
   Add a patch to fix bug #54193 (Integer overflow in shmop_read()) referring
   r309018 from PHPs' repository.  (CVE-2011-1092)

   Bump PKGREVISION of devel/php-shmop.