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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/mysql-udf-preg/Makefile
SVNWeb

Number of commits found: 9

Fri, 7 Feb 2014
[ 18:50 bapt search for other commits by this committer ] Original commit   Revision:343287 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Deprecate ports unmaintained for which distillator is not able to find public
distfiles

Reported by:	distilator
Tue, 31 Dec 2013
[ 12:47 antoine search for other commits by this committer ] Original commit   Revision:338286
Stage support, uses gmake
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Sun, 18 Aug 2013
[ 13:31 bdrewery search for other commits by this committer ] Original commit   Revision:324913
- Reset pgollucci's ports

With hat:	portmgr
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
Tue, 24 Jul 2012
[ 20:23 cs search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Tue, 17 Jan 2012
[ 04:48 pgollucci search for other commits by this committer ] Original commit 
- s/plugins/plugin/g so that its where mysqld expects them
- Bump PORTREVISION

PR:             ports/163609
Submitted by:   pawel
Fri, 28 Oct 2011
[ 02:09 pgollucci search for other commits by this committer ] Original commit 
lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that
provide access to the PCRE (perl compatible-regular-expressions) library
for pattern matching. The PCRE library is a set of functions that
implement regular expression pattern matching using the same syntax and
semantics as Perl 5. This syntax can often handle more complex expressions
and capturing than standard regular expression implementations. For more
information about PCRE, please see: http://www.pcre.org/

lib_mysqludf_preg is a useful performance optimization for those
applications that are already performing these regular expression
matches in a high level language (ie. PHP) on the client side.
It is also helpful when there is a need to capture a parenthesized
subexpression from a regular expression, or simply as a slight
performance boost over the builtin RLIKE/REGEXP functions.

WWW: http://www.mysqludf.org/lib_mysqludf_preg/index.php

Number of commits found: 9