Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.7_2 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.9.7_1 12 Dec 2022 15:31:26
    |
Dimitry Andric (dim)  |
security/cracklib: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
security/cracklib failed to build with clang 15:
rules.c:346:50: warning: too few arguments in call to 'Debug'
Debug(1, "MatchClass: unknown class %c\n", class);
~~~~~ ^
rules.c:346:45: error: incompatible integer to pointer conversion passing
'char' to parameter of type 'char *'; take the address with & [-Wint-conversion]
Debug(1, "MatchClass: unknown class %c\n", class);
^~~~~
&
This is because cracklib is very old K&R source, and the Debug()
function is not defined with varargs, but an arbitrary amount of char
pointer arguments.
Since the Debug() function does nothing anyway, define it as a varargs
macro instead. This also gets rid of most of the other compilation
warnings.
PR: 268334
Approved by: cy (maintainer)
MFH: 2022Q4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.7_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.7_1 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.7_1 26 Jan 2022 06:14:40
    |
Cy Schubert (cy)  |
security/cracklib: Fix error reading header
Fix incorrectly generated dictionary:
/usr/local/libdata/cracklib/cracklib-words: error reading header
PR: 260320
Submitted by: dr@loopia.rs
Reported by: dr@loopia.rs
MFH: 2022Q1 |
2.9.7 10 Sep 2021 21:17:44
    |
Bernhard Froehlich (decke)  |
security/cracklib: Add CPE information
Approved by: portmgr (blanket) |
2.9.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.9.7 24 Sep 2020 18:14:52
  |
swills  |
security/cracklib: remove references to python slave port
PR: 249761
Approved by: cy (maintainer) |
2.9.7 09 Dec 2019 19:12:16
  |
jkim  |
- Update to 2.9.7. This release fixes CVE-2016-6318. Excerpt from NEWS:
* apply patch to fix CVE-2016-6318 Stack-based buffer overflow when
parsing large GECOS field
* fix a buffer overflow processing long words
* historical research and updates to repository tags to correct history,
and suggestions for new release process (Neustradamus)
- Replace a local patch with an upstream patch.
https://github.com/cracklib/cracklib/commit/a1379d0
- Apply a patch from the upstream to fix build.
https://github.com/cracklib/cracklib/commit/77082c4
- OPTIONize NLS and add pkg-plist to appease portlint.
Approved by: cy (maintainer)
MFH: 2019Q4 |
2.9.6 14 Jun 2018 13:05:44
  |
amdmi3  |
- Remove bogus comment
Reported by: mat |
2.9.6 09 Jun 2018 08:34:28
  |
amdmi3  |
- Fix tests for py-cracklib
- Specify PYTHONPATH
- Specifying correct dictionary path
- Fix configure for py-cracklib by using USES=localbase
- Switch to new test framework
- Whitespace fix
Approved by: portmgr blanket |
2.9.6 22 May 2018 13:14:43
  |
mat  |
Add Python flavors.
Even if those ports do not support more than one Python version, it
makes it easier to depend on them.
Sponsored by: Absolight |
2.9.6 09 Dec 2017 12:21:08
  |
antoine  |
py-cracklib fails to build with python3 |
2.9.6 02 Nov 2017 21:41:47
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
2.9.6 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.9.6 05 Feb 2016 14:02:37
  |
cy  |
Fix Shared object "libcrack.so.2" not found, required by
"cracklib-packer" pre-stage error. |
2.9.6 05 Feb 2016 07:05:12
  |
cy  |
Update 2.9.4 --> 2.9.6
Distfile has been moved from sourceforge to github.
Generate dictionary from github hosted word dictionary file instead of
in port. |
2.9.4 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.9.4 16 Apr 2015 19:07:02
  |
cy  |
Updade 2.9.3 --> 2.9.4 |
2.9.3 12 Apr 2015 00:05:56
  |
cy  |
Update 2.9.2 --> 2.9.3
Submitted by: mi |
2.9.2_1 14 Jan 2015 04:34:38
  |
cy  |
Fix, /usr/local/libdata/cracklib.pwd.gz: No such file or directory
PR: 196384
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
2.9.2 20 Dec 2014 19:37:45
  |
bapt  |
cleanup plist |
2.9.2 20 Oct 2014 04:06:25
  |
cy  |
Update 2.9.0 --> 2.9.2 |
2.9.0_1 05 Sep 2014 20:19:04
  |
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 |
2.9.0 15 Jul 2014 02:26:02
  |
cy  |
Fix more plist issues due to gettext. |
2.9.0 13 Jul 2014 22:08:05
  |
marino  |
security/cracklib: USES+= gettext
This unbreaks cracklib in a clean environment. The locale stuff was
added when the port was staged. |
2.9.0 05 Jul 2014 07:10:26
  |
cy  |
Stagify and adopt these orphans. |
2.9.0 04 Jul 2014 12:46:11
  |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
2.9.0 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
2.9.0 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.9.0 11 Jun 2013 00:52:47
  |
sbz  |
- Update to 2.9.0
- Update pkg-descr
- Update WWW
- Remove PYTHON OPTION in security/cracklib and made security/py-cracklib a
python slave port
Reviewed by: crees
Approved by: sbz (myself) |
2.8.22 01 Feb 2013 15:22:08
  |
ak  |
- Add mime-type property for binary files in the ports tree
Approved by: portmgr (bapt) |
2.8.22 18 Dec 2012 13:26:15
  |
sbz  |
- Update to 2.8.22
- Convert to new option framework
- Update MASTER_SITES |
2.8.19 03 Jul 2012 09:27:18
 |
sbz  |
- Update to 2.8.19 |
2.8.18_2 04 Apr 2012 03:16:53
 |
sbz  |
- Add PYTHON KNOB
- Bump PORTREVISION
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
2.8.18_1 29 Mar 2012 09:01:16
 |
pav  |
- Actually bump PORTREVISION for previous commit (pregenerate pw_dict), this
should help with ruby-password builds on pointyhat
With hat: portmgr
Feature safe: yes |
2.8.18 12 Feb 2012 22:26:55
 |
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 |
2.8.18 08 Feb 2012 18:56:48
 |
pgollucci  |
- Update to 2.8.18
- Remove patches sent upstream
PR: ports/163218
Submitted by: scf
Approved by: maintainer timeout (sbz ; 57 days) |
2.7_2 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
2.7_2 18 Mar 2011 10:04:54
 |
sbz  |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
2.7_2 27 Feb 2009 20:45:20
 |
tabthorpe  |
- Pass maintainership to submitter
Submitted by: Sofian Brabez via private email |
2.7_2 15 Aug 2006 01:04:55
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.7_2 05 May 2006 06:05:25
 |
glewis  |
. Make that pre-su-install, and pass the pointy hat. *sigh* |
2.7_2 05 May 2006 04:49:11
 |
glewis  |
. pre-install -> su-pre-install since the pre install step installs files
in ${PREFIX}. |
2.7_2 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
2.7_2 09 Sep 2005 23:31:23
 |
pav  |
- Update WWW |
2.7_2 26 Jan 2005 07:16:12
 |
leeym  |
- reset MAINTAINER
- minor cosmetic fixes
PR: 76682
Submitted by: Andrew J. Korty <ajk at iu.edu> |
2.7_2 25 May 2004 00:27:59
 |
pav  |
- Fix MASTER_SITES
PR: ports/67152
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
2.7_2 18 Mar 2004 02:52:47
 |
trevor  |
Add size data.
Approved by: maintainers |
2.7_2 15 Mar 2004 21:52:56
 |
kris  |
Build a shared library. This fixes the build of dependent ports on amd64,
which cannot link non-PIC lib.a code into a lib.so. Also respect CFLAGS
while I'm here, and bump PORTREVISION.
Reviewed by: maintainer |
2.7_1 22 Feb 2003 16:02:21
 |
leeym  |
change MASTER_SITES and EXTRACT_SUFX
PR: 48536
Submitted by: Andrew J. Korty <ajk@iu.edu> |
2.7_1 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
24 Jun 2001 21:29:39
    |
dd  |
Remove duplicate words where appropriate. |
27 Jan 2001 01:16:16
    |
will  |
(Oops, forgot to include actual cracklib(3) manpage with update): Add new
cracklib(3) manpage; add FascistCheck(3) function header file (actually called
packer.h) and a MLINK to cracklib(3) manpage. Bump PORTREVISION to 1. |
27 Jan 2001 01:15:17
    |
will  |
Add new cracklib(3) manpage; add FascistCheck(3) function header file
(actually called packer.h) and a MLINK to cracklib(3) manpage. Bump
PORTREVISION to 1. |
19 Dec 2000 12:55:34
    |
will  |
Add cracklib 2.7, a library containing a function that can be used in one's
own passwd(8) program to keep users from making guessable passwords by
filtering them out at the source. |