Commit Graph

43 Commits

Author SHA1 Message Date
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
164f29dae5 /dev/srandom has been removed, just use /dev/random as everywhere else.
Replace gettext module.
2017-11-01 17:07:25 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
brad
b70345e22c Eliminate the use of the malloc.h header and/or replace
with stdlib.h.
2014-11-30 05:41:34 +00:00
benoit
bf6df55f3f Fix a segv problem.
Notice by herjorge1954 at nokiamail dot com, thanks !
2013-05-18 20:00:38 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
53b1da7ff8 In mcrypt, check salt lengths and exit with an error, rather than
overrunning a buffer, if too long. CVE-2012-4409.

Patch from http://seclists.org/oss-sec/2012/q3/396, ok benoit@
2012-09-06 21:56:31 +00:00
jasper
95dde884f1 - fix patch names 2011-07-08 11:19:35 +00:00
sthen
0297a3df78 - remove unnecessary NULL casts
- sync WANTLIB
2011-04-16 21:13:43 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
sthen
5fca3b923f unbreak deps following commit to libmcrypt. noted by landry@
lum@, please check the dependency chain!!
2010-09-02 10:05:48 +00:00
benoit
37a3888611 - update mcrypt to 2.6.8
- regen patches & PLIST
- change maintainer

ok avsm@, ajacoutot@
2009-05-29 20:01:07 +00:00
merdely
1997c75349 Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_*
From Darrin Chandler
2007-09-15 23:29:57 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
espie
444cc3c520 new lib specs 2006-08-03 23:28:11 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
6afd22898c Add WANTLIB markers 2004-12-27 13:28:33 +00:00
espie
8e79e81676 fix LIB_DEPENDS to correctly hunt for libltdl 2004-11-14 13:53:00 +00:00
avsm
bbf533f79b update to mcrypt-2.6.4, now on sourceforge 2004-10-20 18:28:17 +00:00
espie
caf501cd02 new plists.
gnutls depends on lzo.
2004-09-15 18:35:58 +00:00
naddy
a7febe12f3 don't rely on inter-library dependency 2004-08-12 21:56:41 +00:00
xsa
ef57ea61fd new-style MODULES. 2004-08-10 09:26:13 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
pvalchev
db084e84a2 cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures 2003-03-02 21:22:22 +00:00
avsm
f525f112bb update to mcrypt-2.6.3 2003-01-18 22:55:39 +00:00
fgsch
dd26b7b067 zap NEED_VERSION. 2002-12-29 20:31:39 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
brad
db3b6acb30 use gettext module. 2001-10-25 03:04:18 +00:00
avsm
b2c41d2c05 add in a lib depend for libltdl, spotted by heko@iki.fi 2001-07-16 11:17:45 +00:00
avsm
7e1be2dd39 update to mcrypt-2.5.7 2001-06-12 16:05:55 +00:00
avsm
bf76191aee upgrade to mcrypt-2.5.6
contains locale updates
2001-05-10 22:21:21 +00:00
avsm
a646a606df put COMMENT at the top 2001-04-10 00:17:38 +00:00
avsm
e1b305a16e - update LIB_DEPENDS for new libmcrypt
- bump NEED_VERSION
- move COMMENT into Makefile
2001-03-24 01:34:45 +00:00
avsm
6bf1e99ab1 update libmcrypt library depend, spotted by inphobia.bsd@pandora.be 2001-03-06 08:34:02 +00:00
avsm
f770298716 new MASTER_SITES 2001-01-06 11:18:33 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
avsm
91cb19a468 import mcrypt-2.5.5
--

mcrypt is intended to be a replacement of the old unix crypt(1)
under the GNU General Public License. Unix crypt(1) was a popular
file encryption program in unix boxes.

It was based on the Enigma encryption algorithm but it was considerable
trivialized. Since this was not adequate, even for individual privacy
needs, mcrypt was created as a similar program using some modern
block encryption algorithms.

Mcrypt also has a compatibility mode with unix crypt(1) and with
Solaris des(1). It supports all the algorithms and modes found in
libmcrypt and it is very extendable.

At the time writing this, it supports the algorithms: BLOWFISH,
TWOFISH, DES, TripleDES, 3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS,
IDEA, RIJNDAEL, SERPENT, CAST, ARCFOUR and WAKE.

Block algorithms are implemented in modes: CFB, CBC, ECB, OFB (8
bit and n bit, where n is the size of the algorithm's block length).
For a brief description of the algorithms and the modes look at the
mcrypt manpage (this may be out of date).  In mcrypt it is on the
user to decide which algorithm he considers best for encrypting his
data.
2000-11-27 15:56:03 +00:00