non port: security/pecl-crack/Makefile |
SVNWeb
|
Number of commits found: 27 |
Thu, 6 Dec 2018
|
[ 11:22 rene ] (Only the first 10 of 168 ports in this commit are shown above. )
Remove version 7.0 from the IGNORE_WITH_PHP list.
|
Sun, 2 Dec 2018
|
[ 17:43 antoine ] (Only the first 10 of 153 ports in this commit are shown above. )
Deprecate ports depending on php 5.6
|
Thu, 11 Oct 2018
|
[ 09:38 tobik ]
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 ] (Only the first 10 of 154 ports in this commit are shown above. )
Fix some PKGNAME collisions
|
Sat, 14 Jul 2018
|
[ 08:37 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Thu, 14 Dec 2017
|
[ 13:57 tz ] (Only the first 10 of 82 ports in this commit are shown above. )
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 ] (Only the first 10 of 355 ports in this commit are shown above. )
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755
|
Mon, 10 Apr 2017
|
[ 15:08 mat ] (Only the first 10 of 152 ports in this commit are shown above. )
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 ] (Only the first 10 of 25 ports in this commit are shown above. )
- Pass maintainership to submitter
PR: 215489
Submitted by: joneum@bsdproject.de
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
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 ] (Only the first 10 of 317 ports in this commit are shown above. )
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
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 ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 18 Feb 2016
|
[ 14:47 miwi ] (Only the first 10 of 114 ports in this commit are shown above. )
- Ignore php70
- While here remove old php gruft
|
Thu, 26 Nov 2015
|
[ 14:39 miwi ] (Only the first 10 of 47 ports in this commit are shown above. )
- Take Maintainership
Approved by: mat (mentor)
|
Tue, 14 Apr 2015
|
[ 01:27 mi ]
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 ]
Maintainer's email address bounces.
|
Sat, 21 Mar 2015
|
[ 18:40 marino ]
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 ]
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 ] (Only the first 10 of 280 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Thu, 23 Jan 2014
|
[ 16:00 miwi ] (Only the first 10 of 39 ports in this commit are shown above. )
- Stageify
- Take maintainership of a few ports
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 12 Jun 2013
|
[ 13:05 sbz ]
- Bump PORTREVISION after cracklib update
- Don't specify ABI version number in LIB_DEPENDS
|
Sun, 12 Feb 2012
|
[ 22:26 pgollucci ]
- 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 ]
- 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 ]
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 ]
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 |