Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2010 19:30:45 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/apache20 Makefile ports/www/apache20/files patch-pcre.diff
Message-ID:  <201005261930.o4QJUjIr095703@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgollucci    2010-05-26 19:30:45 UTC

  FreeBSD ports repository

  Modified files:
    www/apache20         Makefile 
  Added files:
    www/apache20/files   patch-pcre.diff 
  Log:
  - Partial httpd SVN MFC of r15338
    [http://svn.apache.org/viewvc?view=revision&revision=153384]
    Essentially this internalizes the pcre POSIX API in the ap_ namespace.
    Thus fixing the use of an external pcre library and hence mod_redirect
    and other consumers.
  
  - This includes an MMN bump which means you will need to recompile all your
    modules.  With ports this will happen when you upgrade via portmaster or
    portupgrade.  If you have any modules outside of ports they will need to
    be recompiled too.
  
  - There is a small chance you will need to change some of your custom modules
    to adapt to the ap_regex_t and ap_regmatch_t api changes.
  
  - For security, speed, maintenance, and simplification in the ports/ framework
    this route was chosen instead of reverting the devel/pcre change in 2.0.63_4.
  
  PR:             ports/146604
  Reported by:    Stefan Bethke <stb@lassitu.de>, serveral on ports@, apache@
  With Hat:       apache@
  
  Revision  Changes    Path
  1.291     +1 -2      ports/www/apache20/Makefile
  1.1       +1310 -0   ports/www/apache20/files/patch-pcre.diff (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005261930.o4QJUjIr095703>