notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: www/cas/Makefile
SVNWeb

Number of commits found: 19

Mon, 14 Jul 2014
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:361812 (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Wed, 2 Jul 2014
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:360228 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
Sun, 18 May 2014
[ 15:36 antoine search for other commits by this committer ] Original commit   Revision:354429
Mark BROKEN: Fails to build

/usr/bin/c++   -Dcas_EXPORTS -Wall -pedantic -Wno-long-long -Winline
-finline-functions -Wno-inline   --param large-function-growth=7000 --param
inline-unit-growth=200 --param max-inline-insns-single=15000  -O3 -funroll-loops
  -O2 -pipe -fno-strict-aliasing -fPIC
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/include -I/usr/local/include
-I/usr/local/include/ctpp2 -I/usr/local/include/apr-1 -I/usr/local/include/db48
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/Apache2
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/util
-I/usr/local/include/apache22 -o CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o -c
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In function
'void CAS::DumpXMPRPCData(const CTPP::CDT&, CTPP::OutputCollector*)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
expected `;' before 'itHash'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:194: error:
'itHash' was not declared in this scope
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In constructor
'CAS::ASXMLRPCClient::ASXMLRPCClient(const std::string&, UINT_32, UINT_32,
UINT_32, const CTPP::CDT&, const std::string&)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
expected `;' before 'itoHeaders'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:304: error:
'itoHeaders' was not declared in this scope
*** [CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o] Error code 1

With hat:	portmgr
Fri, 13 Dec 2013
[ 11:27 bapt search for other commits by this committer ] Original commit   Revision:336335
Remove no-op WITHOUT_NLS
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Mon, 3 Jun 2013
[ 08:41 rm search for other commits by this committer ] Original commit   Revision:319762
- update to 2.8.3
- pass maintainership to submitter because of continuing timeouts
- chase the update in dependend ports

PR:		178717
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	maintainer timeout (17 days)
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 21 Feb 2013
[ 17:46 pawel search for other commits by this committer ] Original commit   Revision:312731
Update to version 3.5.6

PR:		ports/175451
Submitted by:	Alexander Lunkov <lunkov@gmail.com> (maintainer)
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Mon, 1 Oct 2012
[ 18:35 rm search for other commits by this committer ] Original commit   Revision:305138
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
  - textproc/py-pyctpp2
  - www/cas

while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		170610
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:	maintainer timeout (> 1 month)
Sat, 22 Sep 2012
[ 21:15 ohauer search for other commits by this committer ] Original commit   Revision:304723 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
Sat, 18 Aug 2012
[ 14:29 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Fri, 22 Jun 2012
[ 05:09 rm search for other commits by this committer ] Original commit 
- update to 3.5.5

PR:             168849
Submitted by:   Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:    maintainer timeout (2 weeks)
Sun, 1 Jan 2012
[ 16:47 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Sun, 25 Dec 2011
[ 19:25 eadler search for other commits by this committer ] Original commit 
C++ Application Server, version 2

WWW: http://ctpp.havoc.ru/

PR:             ports/162880
Submitted by:   Alexander Lunkov <lunkov@gmail.com>

Number of commits found: 19