summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25Bump PKGREVISION due to the update of libgcrypt.minskim5-8/+10
2004-02-25Update libgcrypt to 1.1.92.minskim4-16/+16
Changes since 1.1.90: - Included a limited implementation of RFC2268. - Changed API of the gcry_ac_ functions. - Code cleanups and minor bug fixes. - Interface changes: GCRY_CIPHER_RFC2268_40 NEW. gcry_ac_data_set CHANGED: New argument FLAGS. gcry_ac_data_get_name CHANGED: New argument FLAGS. gcry_ac_data_get_index CHANGED: New argument FLAGS. cry_ac_key_pair_generate CHANGED: New and reordered arguments. gcry_ac_key_test CHANGED: New argument HANDLE. gcry_ac_key_get_nbits CHANGED: New argument HANDLE. gcry_ac_key_get_grip CHANGED: New argument HANDLE. gcry_ac_data_search REMOVED. gcry_ac_data_add REMOVED. GCRY_AC_DATA_FLAG_NO_BLINDING REMOVED. GCRY_AC_FLAG_NO_BLINDING NEW: Replaces above.
2004-02-25Not used any more.minskim1-24/+0
2004-02-25Enable pkgviews installation. While here, update the MAINTAINER emailminskim1-2/+4
address.
2004-02-25Respect CFLAGS and LDFLAGS. Fixes the case where the preferredschmonz3-9/+14
OpenSSL is in ${LOCALBASE} (e.g., PREFER_PKGSRC=openssl), as found in Krister's bulk build. From jlam.
2004-02-25Initial import of Crypt::CAST5_PP.heinz4-0/+27
This is a pure Perl implementation of the CAST5 block cipher.
2004-02-24Adapted to buildlink3.heinz1-6/+9
Taking maintainership. Needs Math-Pari>=2.001804 and Crypt-Random>=0.33 according to Makefile.PL.
2004-02-24Added HOMEPAGE and adapted to buildlink3.heinz1-3/+5
2004-02-24Updated to version 1.50.heinz3-13/+33
Taking maintainership. Adapted to buildlink3. Shut up warnings during test with patch-aa. Updated version requirements according to Makefile.PL. Changes sinces 1.47 =================== * In ::Key::generate() calls to ::Key::Private::write() and ::Key::Public::write() have been fixed. Thanks to Lars Rehe <rehe@mail.desy.de> for pointing out this bug. * Fixed some documentation typos. * POD documentation for ::Key::[Private|Public].
2004-02-24Added HOMEPAGE and adapted to buildlink3.heinz1-2/+5
2004-02-24Taking maintainership.heinz1-4/+7
Adapted to buildlink3.
2004-02-24this package doesn't use a compiler, so USE_LANGUAGES= # emptygrant1-1/+2
2004-02-23MASTER_SITES and HOMEPAGE are the same URL.schmonz1-2/+2
2004-02-23Let the rc.d script start kdc detached, as is the default forwiz2-2/+4
the in-tree kdc. From Jukka Salmi in PR 24489, ok'd by lukem@. Bump PKGREVISION to 1.
2004-02-23This package uses X11 includes/libraries, so USE_X11 must be "yes" forkristerw1-1/+2
it to build.
2004-02-23bl3ify and use zlib's buildlink3 instead of using DEPENDS.xtraeme1-2/+3
2004-02-22Updated to version 0.50.heinz2-11/+14
Taking maintainership. Adapted to buildlink3. Changes sinces 0.49 =================== * Patch by Dave Paris to fix a limit problem in trialdiv().
2004-02-22Updated to version 1.13.heinz2-11/+14
Taking maintainership. Adapted to buildlink3. Changes sinces 1.11 =================== * Changed the die() message at provider contruction to include the name of the provider. * Updated documentation.
2004-02-22bl3ifyjlam3-5/+10
2004-02-22Updated to version 1.02.heinz4-28/+14
Taking maintainership. Adapted to buildlink3. Changes sinces 1.01 =================== Patch-ab has been incorparated into the distribution.
2004-02-22Updated to version 2.08heinz2-8/+13
Taking maintainership. Needs p5-Crypt-Rijndael for running the tests. Adapted to buildlink3. Changes sinces 2.02 =================== -Bug fix from Chris Laas to fix custom padding -Bug fixes from Stephen Waters to fix space padding -Lots of regression tests from Stephen Waters -Makes zero-and-one padding compatible with Crypt::Rijndael::MODE_CBC. -Lots of improvements to padding mechanisms from Stephen Waters -Patch from Andy Turner <turner@mikomi.org> to allow backward compatibility with old versions when key length exceeded max.
2004-02-22configure looks for and finds -ltermcap too late in the process for it tomarkd4-2/+63
be linked in when testing -lreadline usability so that test fails on Solaris - so pass that lib into configure at the start via the environment. Also allow optional use of db4 rather that db.
2004-02-22Since this package provides a static-only library, specify only aschmonz4-12/+10
build-time dependency in buildlink3.mk. Also, buildlink3 and the new compiler framework obviate the need for fooling around with ${CC}. From jlam.
2004-02-22Add and enable libtcpa.schmonz1-1/+2
2004-02-22Initial import of libtcpa-1.1b, a library and example programs forschmonz9-0/+148
the TCPA chip described in IBM Global Security Analysis Lab's article "Take Control of TCPA" in the August 2003 issue of Linux Journal. For this package to be useful, you need a computer with a TCPA chip, and support for the chip in your kernel. An unofficial NetBSD TCPA driver and instructions can be found here: http://www.citi.umich.edu/u/rwash/projects/trusted/netbsd.html I don't have a TCPA chip with which to verify the functionality of this package. Thanks to Soren Jacobsen for bringing me up to speed on modern pkgsrc conventions, and to Rick Wash for his recent presentation at my local ACM chapter on TCPA and "Trusted Computing".
2004-02-21replace inappropriate use of _OPSYS_RPATH_NAME with RPATH_FLAG andgrant3-13/+12
make sure that this argument precedes -lX11.
2004-02-21Depend on zlib if we are using IRIX. Reported by Georg Schwarz inxtraeme1-2/+2
PR pkg/24423.
2004-02-21Force manual pages installation, because some systems like IRIX willxtraeme1-1/+2
install them like preformatted manual pages (cat). Reported by Georg Schwarz in PR pkg/24428.
2004-02-20bl3ify and use pkgsrc intltool.jmmv1-9/+12
2004-02-19If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>,jlam1-1/+2
so include cyrus-sasl2/buildlink3.mk to get it.
2004-02-19Add and enable py-OpenSSL.minskim1-1/+2
2004-02-19Import py-OpenSSL from pkgsrc-wip. Packaged by mjasm at users dotminskim4-0/+38
sourceforge dot net, cleaned by cjep@, and modified by me. pyOpenSSL is a Python module that is a rather think wrapper around (a subset of) the OpenSSL library. A lot of the object methods do nothing more than call a corresponding function in the OpenSSL library.
2004-02-18Convert to buildlink3.heinz2-7/+9
Update to version 0.21. Changes since 0.19: 0.21 Sun Feb 15 2004 21:13:45 - Include t/format.t in the MANIFEST file, so that it is actually included in the distribution. 0.20 Sun Feb 15 2004 15:21:40 - Finally add support for the public key format produced by "openssl rsa -pubout". - Add comment in readme about locating kerberos files on redhat systems
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam3-48/+54
environment overrides all other settings.
2004-02-17Add and enable chkrootkit.minskim1-1/+2
2004-02-17Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli andminskim5-0/+88
modified by me. chkrootkit is a tool to locally check for signs of a rootkit. It contains: * chkrootkit: a shell script that checks system binaries for rootkit modification. * ifpromisc.c: checks if the network interface is in promiscuous mode. * chklastlog.c: checks for lastlog deletions. * chkwtmp.c: checks for wtmp deletions. * check_wtmpx.c: checks for wtmpx deletions. (Solaris only) * chkproc.c: checks for signs of LKM trojans. * chkdirs.c: checks for signs of LKM trojans. * strings.c: quick and dirty strings replacement.
2004-02-17Don't use sysctl to determine the machine arch when ${MACHINE_ARCH} alreadyjlam3-5/+6
has the correct value. Fixes build on NetBSD-1.5.3/sparc, which doesn't understand "sysctl hw.machine_arch", reported in PR 24448.
2004-02-17We no longer need to set GNU_MISSING_OVERRIDE after the changes in revisionjlam1-3/+1
1.27 of tools.mk to hide the auto* tools between pre-configure and do-configure.
2004-02-17Update gpgme to 0.3.16.chris3-12/+7
Only minor changes since last release: 2003-11-19 Werner Koch <wk@gnupg.org> Released 0.3.16. * configure.ac: Bump LT revision to C9/A3/R7. 2003-11-18 Werner Koch <wk@gnupg.org> * configure.ac: Check for timegm.
2004-02-16Updated stunnel to 4.05martti5-23/+25
* New feature sponsored by SURFnet http://www.surfnet.nl/ - Support for CIFS aka SMB protocol SSL negotiation. * New features - CRL support with new CApath and CAfile global options. - New 'taskbar' option on WIN32 (thx to Ken Mattsen <ken.Mattsen@roxio.com>). - New -fd command line parameter to read configuration from a specified file descriptor instead of a file. - accept is reported as error with [section] defined (in stunnel 4.04 it was silently ignored causing problems for lusers that did not read the fine manual). - Use fcntl() instead of ioctlsocket() to set socket nonblocking when it is supported. - Basic support for hardware engines with OpenSSL >= 0.9.7. - French manual by Bernard Choppy <choppy@imaginet.fr>. - Thread stack size reduced to 64KB for maximum scalability. - Added optional code to debug thread stack usage. - Support for nsr-tandem-nsk (thx to Tom Bates <tom.bates@hp.com>). * Bugfixes - TCP wrappers code moved to CRIT_NTOA critical section since it uses static inet_ntoa() result buffer. - SSL_ERROR_SYSCALL handling problems fixed. - added code to retry nonblocking SSL_shutdown() calls. - Use FD_SETSIZE instead of 16 file descriptors in inetd mode. - fdscanf groks lowercase protocol negotiation commands. - WIN32 taskbar GDI objects leak fixed. - Libwrap detection bug in ./configure script fixed. - grp.h header detection fixed for NetBSD and possibly other systems. - Some other minor updates.
2004-02-14USE_GNU_TOOLS should be appended to with +=grant1-2/+2
2004-02-14bl3ifyminskim2-3/+23
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv2-4/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam17-46/+23
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14USE_GMAKE=yes -> USE_GNU_TOOLS=makeuebayasi1-2/+2
2004-02-14This package needs python>=2.3.minskim1-2/+2
2004-02-14Add a note to cyrus-sasl2/Makefile.common about which package Makefilesjlam3-5/+11
include it. This is a reminder to anyone who updates cyrus-sasl2 to also touch the other packages. Update the cy2-*/PLIST files to have the correct module version numbers.
2004-02-14Update to 1.24:wiz2-5/+5
2003-10-29 David A. Wheeler * Fixed an incredibly obscure parsing error that caused some false positives. If a constant C string, after the closing double-quote, is followed by a \ and newline (instead of a comma), the string might not be recognized as a constant string (thus triggering warnings about non-constant values in some cases). This kind of formatting is quite ugly and rare. My thanks to Sascha Nitsch (sascha, at spsn.ath.cx) for pointing this bug out and giving me a test case to work with. * Added a warning for readlink. The implementation and warning are mine, but the idea of warning about readlink came from Stefan Kost (kost, at imn.htwk-leipzig.de). Thanks!! 2003-09-27 David A. Wheeler * Released version 1.23. Minor bugfixes. 2003-09-27 David A. Wheeler * Fixed subtle bug - in some circumstances single character constants wouldn't be parsed correctly. My thanks to Scott Renfro <scottdonotspam, at renfro.org> for notifying me about this bug. Scott Renfro also sent me a patch; I didn't use it (the patch didn't handle other cases), but I'm grateful since it illustrated the problem. * Fixed documentation bug in man page. The option "--minlevel=X" must be preceded by two dashes, as are all GNU-style long options. The man page accidentally only had one dash in the summary (it was correct elsewhere); it now correctly shows both dashes. * Modified man page to list filename extensions that are interpreted as C/C++. * Removed index.html from distribution - it's really only for the website.
2004-02-14CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for thesejlam1-3/+1
definitions here.
2004-02-14Remove unused patch.jlam1-198/+0