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: security/pecl-crack/Makefile
SVNWeb

Number of commits found: 27

Thu, 6 Dec 2018
[ 11:22 rene search for other commits by this committer ] Original commit   Revision:486751 (Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
Remove version 7.0 from the IGNORE_WITH_PHP list.
Sun, 2 Dec 2018
[ 17:43 antoine search for other commits by this committer ] Original commit   Revision:486473 (Only the first 10 of 153 ports in this commit are shown above. View all ports for this commit)
Deprecate ports depending on php 5.6
Thu, 11 Oct 2018
[ 09:38 tobik search for other commits by this committer ] Original commit   Revision:481802
security/pecl-crack: Chase cracklib dictionary rename from r408137

This also makes all tests pass.

PR:		213157
Submitted by:	Florian Riehm <mail@friehm.de>
Approved by:	2 year bug anniversary
Mon, 8 Oct 2018
[ 15:08 antoine search for other commits by this committer ] Original commit   Revision:481545 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
Fix some PKGNAME collisions
Sat, 14 Jul 2018
[ 08:37 amdmi3 search for other commits by this committer ] Original commit   Revision:474626
- Switch to new test framework

Approved by:	portmgr blanket
Thu, 14 Dec 2017
[ 13:57 tz search for other commits by this committer ] Original commit   Revision:456296 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Add missing IGNORE_WITH_PHP for various pecl-ports.

After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
Tue, 16 May 2017
[ 13:37 joneum search for other commits by this committer ] Original commit   Revision:441000 (Only the first 10 of 355 ports in this commit are shown above. View all ports for this commit)
-	Update maintainer address

Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
Mon, 10 Apr 2017
[ 15:08 mat search for other commits by this committer ] Original commit   Revision:438175 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Thu, 22 Dec 2016
[ 12:00 wen search for other commits by this committer ] Original commit   Revision:429154 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Pass maintainership to submitter

PR:		215489
Submitted by:	joneum@bsdproject.de
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
Mon, 25 Jul 2016
[ 20:01 rene search for other commits by this committer ] Original commit   Revision:419057 (Only the first 10 of 317 ports in this commit are shown above. View all ports for this commit)
Reset miwi@'s ports, he stepped down from the Ports Team.

With hat:	portmgr-secretary
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 18 Feb 2016
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:409110 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
- Ignore php70
- While here remove old php gruft
Thu, 26 Nov 2015
[ 14:39 miwi search for other commits by this committer ] Original commit   Revision:402450 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
- Take Maintainership

Approved by:	mat (mentor)
Tue, 14 Apr 2015
[ 01:27 mi search for other commits by this committer ] Original commit   Revision:383970
Unbreak and otherwise improve this port:

	* Use standard source of PECL-sources -- the old MASTER_SITE is
	  gone, and good riddance too, because the difference between
	  0.4 and 0.4.1 was an irrelevant one-liner.
	* Patch to use modern PHP ZEND API
	* Patch to actually use cracklib as advertized -- since the
	  port's inception it LIB_DEPENDed on security/cracklib and
	  advertized its use in pkg-descr, lying on both accounts.
	* Throw in a couple of basic usage tests rejecting bad passwords
	  and accepting good ones.

Special thanks to Nathan Neulinger for making the necessary cracklib function
accessible and to cy@ for promptly updating security/cracklib to use
Nathan's latest release.
Tue, 7 Apr 2015
[ 23:34 linimon search for other commits by this committer ] Original commit   Revision:383549
Maintainer's email address bounces.
Sat, 21 Mar 2015
[ 18:40 marino search for other commits by this committer ] Original commit   Revision:381813
php53 and fallout: Deprecate, set removal for 15 APR 2015

The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014.  They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.

The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.

There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.

Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.

PR:		198150
Fri, 5 Sep 2014
[ 20:19 tijl search for other commits by this committer ] Original commit   Revision:367386
security/cracklib:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Convert to USES=python
- Use MAKE_CMD
- Create manpage link in post-install instead of using @exec
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
Thu, 23 Jan 2014
[ 16:00 miwi search for other commits by this committer ] Original commit   Revision:340835 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Stageify
- Take maintainership of a few ports
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 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:
security)
Wed, 12 Jun 2013
[ 13:05 sbz search for other commits by this committer ] Original commit   Revision:320682
- Bump PORTREVISION after cracklib update
- Don't specify ABI version number in LIB_DEPENDS
Sun, 12 Feb 2012
[ 22:26 pgollucci search for other commits by this committer ] Original commit 
- Pregenerate pw_dict since cracklib stopped distributing one
  which dependant ports require at build-time.
- Convert dependant ports to LIB_DEPENDS
- Bump PORTREVISIONs

Reported by:    pav via pointyhat
Fri, 10 Feb 2012
[ 21:30 pgollucci search for other commits by this committer ] Original commit 
- Chase shlib bump for security/cracklib from .1 -> .10

Forgotten by:   myself (pgollucci)
Reported by:    pav via pointyhat
Tue, 14 Nov 2006
[ 12:36 laszlof search for other commits by this committer ] Original commit 
Correct pkg-plist, and add dependency for cracklib.

PR:             ports/105299
Submitted by:   Bill Moran <wmoran@collaborativefusion.com> (maintainer)
Approved by:    flz (mentor)
Tue, 11 Jul 2006
[ 15:41 garga search for other commits by this committer ] Original commit 
This package provides an interface to the cracklib (libcrack) libraries that
come standard on most unix-like distributions. This allows you to check
passwords against dictionaries of words to ensure some minimal level of
password security.

From the cracklib README
CrackLib makes literally hundreds of tests to determine whether you've
chosen a bad password.

* It tries to generate words from your username and gecos entry to tries
to match them against what you've chosen.

* It checks for simplistic patterns.

* It then tries to reverse-engineer your password into a dictionary
word, and searches for it in your dictionary.

- after all that, it's PROBABLY a safe(-ish) password. 8-)

WWW: http://pecl.php.net/package/crack

PR:             ports/94244
Submitted by:   Bill Moran <wmoran at collaborativefusion.com>

Number of commits found: 27