Re: Portfile for php-v8js

2013-03-21 Thread Nicholas O Rawlings
If you would investigate further, that would be amazing. On Mar 21, 2013, at 6:33 PM, Ryan Schmidt wrote: > > On Mar 21, 2013, at 10:26, Nicholas O Rawlings wrote: > >> I'm trying to create a Portfile for the V8js PECL module for PHP (Portfile >> attached). The configure stage is failing be

Re: Feature request: "subscribing" to tickets of specific ports

2013-03-21 Thread Rainer Müller
On 2013-03-20 14:03, Mojca Miklavec wrote: > When someone submits a ticket, the maintainer gets CC-ed (if not by > submitter, by the first one who sees that ticket). That is fine, but > that excludes anyone else who might be interested in following > maintenance of that port. Automatically assigni

Building a universal static libstdc++ library through MacPorts

2013-03-21 Thread Alex Reynolds
I would like to build a set of universal binaries with MacPorts GCC 4.7.2 (universal), which link in a static C++ standard library. I would like to do this to see if this will fix errors my end users are seeing with unlinked objects from the C++ standard library, which are referenced in code c

Re: Portfile for php-v8js

2013-03-21 Thread Ryan Schmidt
On Mar 21, 2013, at 10:26, Nicholas O Rawlings wrote: > I'm trying to create a Portfile for the V8js PECL module for PHP (Portfile > attached). The configure stage is failing because it can't seem to find the > copy of v8.h that was installed by the V8 port (log file attached). The > config

Re: Feature request: "subscribing" to tickets of specific ports

2013-03-21 Thread Ryan Schmidt
On Mar 20, 2013, at 08:03, Mojca Miklavec wrote: > I am interested in a specific subset of ports, some of which have no > maintainer or still have a maintainer but in reality a "port > abandoned" ticket would be in place. I don't want to be a maintainer > for those, but: > - I'm willing to look i

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Ryan Schmidt
On Mar 21, 2013, at 11:53, Bradley Giesbrecht wrote: > Compiling and installing mod_hfs_apple.so from here did not work for me: > http://opensource.apple.com/source/apache_mod_hfs_apple/apache_mod_hfs_apple-11/ > > However, copying Apples mod_hfs_apple.so from a Mac OS X Server does appear > to

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Ryan Schmidt
On Mar 21, 2013, at 11:28, Bradley Giesbrecht wrote: > Won't "[^\.]+" catch any number of non-dot's? "." does not have any special meaning inside a character class so you don't need to escape it. [^.]+ ___ macports-dev mailing list macports-dev@lis

Fwd: Getting a universal static libstdc++ library through MacPorts

2013-03-21 Thread Jeremy Lavergne
This might be a more dev-oriented question on the -users list. Begin forwarded message: > From: Alex Reynolds > Date: March 21, 2013 5:29:08 PM EDT > To: macports-us...@lists.macosforge.org > Cc: Alex Reynolds > Subject: Getting a universal static libstdc++ library through MacPorts > > I publi

Re: [104234] trunk/dports/kde/digikam

2013-03-21 Thread Lawrence Velázquez
On Mar 21, 2013, at 2:00 PM, ebori...@macports.org wrote: > Revision: 104234 > https://trac.macports.org/changeset/104234 > Author: ebori...@macports.org > Date: 2013-03-21 11:00:02 -0700 (Thu, 21 Mar 2013) > Log Message: > --- > digikam: Update to 3.1.0. Addresses failures

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Clemens Lang
On Thu, Mar 21, 2013 at 09:28:32AM -0700, Bradley Giesbrecht wrote: > RewriteCond %{SCRIPT_FILENAME} .+\.php[^\.]+$ [NC,OR] > RewriteCond %{SCRIPT_FILENAME} .+\.ph[^\.]+p$ [NC,OR] > RewriteCond %{SCRIPT_FILENAME} .+\.p[^\.]+hp$ [NC,OR] > RewriteCond %{SCRIPT_FILENAME} .+\.[^\.]+php$ [NC] > RewriteR

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Bradley Giesbrecht
On Mar 21, 2013, at 9:10 AM, Clemens Lang wrote: > On Thu, Mar 21, 2013 at 08:29:38AM -0700, Bradley Giesbrecht wrote: >> If you have mod_rewrite available this appears to work around the problem >> for me: >> ... >> RewriteCond %{SCRIPT_FILENAME} .+\.p.+hp$ [NC] >> RewriteRule ^(.*)$ http://%{H

Re: Trac DOWN!!

2013-03-21 Thread William Siegrist
Trac is back up. -Bill On Mar 21, 2013, at 9:43 AM, Frank Schima wrote: > Hi Bill, > > > is DOWN! > > > Cheers! > Frank > ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Bradley Giesbrecht
On Mar 21, 2013, at 9:10 AM, Clemens Lang wrote: > On Thu, Mar 21, 2013 at 08:29:38AM -0700, Bradley Giesbrecht wrote: >> If you have mod_rewrite available this appears to work around the problem >> for me: >> ... >> RewriteCond %{SCRIPT_FILENAME} .+\.p.+hp$ [NC] >> RewriteRule ^(.*)$ http://%{H

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Clemens Lang
On Thu, Mar 21, 2013 at 08:29:38AM -0700, Bradley Giesbrecht wrote: > If you have mod_rewrite available this appears to work around the problem for > me: > ... > RewriteCond %{SCRIPT_FILENAME} .+\.p.+hp$ [NC] > RewriteRule ^(.*)$ http://%{HTTP_HOST} [L,QSA] > ... Be warned that doing this will on

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-21 Thread Bradley Giesbrecht
On Mar 20, 2013, at 12:34 PM, MacPorts wrote: > #38452: PHP code disclosure vulnerability with apache2 and other web servers > > I am able to reproduce the issue with MacPorts apache2 @2.2.4 and > php55-apache2handler @5.5.0alpha6, and also with lighttpd @1.4.32 and > php55-fcgi @5.5.0alpha6. I h

Portfile for php-v8js

2013-03-21 Thread Nicholas O Rawlings
I'm trying to create a Portfile for the V8js PECL module for PHP (Portfile attached). The configure stage is failing because it can't seem to find the copy of v8.h that was installed by the V8 port (log file attached). The config script seems to be looking for a variable called PHP_V8JS for gu

Re: Feature request: "subscribing" to tickets of specific ports

2013-03-21 Thread Joshua Root
On 2013-3-21 00:03 , Mojca Miklavec wrote: > Ideally I would like to subscribe to email sent to, say, > wxwidg...@port.macports.org or > someportwithoutmaintai...@port.macports.org and if: > - one would have to CC wxwidg...@port.macports.org instead of its maintainer > - cron job of after-commit ho

Re: GSoC 2013: Call for Mentors

2013-03-21 Thread Joshua Root
On 2013-3-21 00:25 , Jeremy Lavergne wrote: >> Note that "A disappearing mentor has not happened to us" is not actually >> true; in 2008 I had to take over a student after the mentor disappeared >> (temporarily), and the student ended up failing the midterm evaluation. >> >> I'm not sure if you wan