summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2002-03-17Mark this package for ruby-1.4 base.taca1-1/+3
Since ruby 1.6.6 and lator have digest/sha1 library.
2002-03-17Add buildlink.mk (which is shamelessly copied from another one).uebayasi1-0/+47
2002-03-17Add GPGME (security/gpgme).uebayasi1-1/+2
2002-03-17Initial import of GPGME 0.3.0.uebayasi6-0/+60
From DESCR: GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
2002-03-15Another target that does the same job as AUTOMAKE_OVERRIDE bites the dust.skrll1-6/+1
2002-03-15Updated p5-Net-SSLeay to 1.13 (provided by Shell Hung in pkg/15604)martti3-10/+10
- eliminated initializing random numbers using /etc/passwd per comments by Matt Messier <matt@@securesw_.com> - tested against openssl-0.9.6c (not in pkg now :-)
2002-03-14Fix compilation on 1.4.2 (sync with patch-ab).wiz2-7/+16
Addresses pkg/15849.
2002-03-14Shorten comment.wiz1-2/+2
2002-03-14regenwiz1-3/+4
2002-03-14Standardize patches.wiz2-55/+36
2002-03-14Disable "bad" assembler (gcc-2.95.3 does not want to compile it).wiz1-0/+13
Closes pkg/15138.
2002-03-14Standardize patch.wiz2-94/+56
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb5-5/+10
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-12Any version of m4 before 1.5.3 has a bug where in certain conditions it'll addjmc2-6/+27
0xff as the last byte of output. Pass the m4 output through tr to strip it.
2002-03-12it seems that LP64 issue (alpha/sparc64) is gone.itojun1-7/+1
2002-03-07If USE_PAM is defined, then libsasl.so is linked against libpam.so, sojlam1-1/+5
include PAM/buildlink.mk to pull it into ${BUILDLINK_DIR}.
2002-03-07Undo my last commit. Tron already added this as patch-ac.david2-15/+1
2002-03-07Manually add patch for new Security issue - local, and possibly remote exploitsdavid2-1/+15
are a concern. http://www.pine.nl/advisories/pine-cert-20020301.txt
2002-03-07Update "openssh" package to version 3.0.2.1nb2. Changes since 3.0.2.1nb1:tron3-3/+17
- Fix security problem described in advisory "PINE-CERT-20020301".
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update security/php4-mcrypt to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-02-24Updated uvscan-dat to 4187 (released 2002-02-20)veego2-5/+5
* new virus definitions
2002-02-18Introduce new framework for handling info files generation and installation.seb6-15/+17
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18Update maintainer informationagc1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll4-13/+13
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Import msu-1.00abs5-1/+25
msu (or mini/mono su) is a simple way to provide passwordless access to accounts specified in a config file. Useful for shared accounts and suchlike. Its more a convenient way to _reduce_ security, than increase it, but as its related to account authorisation it goes into security...
2002-02-12Updated uvscan-dat to 4185 (released 2002-02-06)martti2-5/+5
* new virus definitions
2002-02-11Provide a better rule for platforms to build this on. Basically only 1.5Bjmc1-5/+5
or greater unless it's x86. (All due to exposure of struct pmap on pre 1.5B systems from vm/vm.h inclusion).
2002-02-07Update ruby-openssl package to 0.1.1. Changes from 0.0.9 is below.taca3-7/+7
$Id: ChangeLog,v 1.28 2002/02/06 13:36:15 majkl Exp $ 'OpenSSL for Ruby' project Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> All rights reserved. $Log: ChangeLog,v $ Revision 1.28 2002/02/06 13:36:15 majkl * Dropped Random class * Added Random module * Added egd interface to Random module Revision 1.27 2002/01/16 14:49:52 majkl * really fixed strptime.c (silly me, thanks Hynek) Revision 1.26 2002/01/16 13:52:24 majkl * fixed missing/strptime.c (Hynek) * more strict format for UTC time (ossl.c - 'Z' in the end) Revision 1.25 2002/01/16 12:12:50 majkl * selfdipatch BN implementation (test only) * removed strncasecmp (for WIN32 made alias to _strnicmp) * fixed missing/strptime.c (Hynek Rostinsky) Revision 1.24 2002/01/12 11:49:17 majkl * fixed callbacks in ossl_(ssl|x509store).c * added method X509::Store#verify_status= Revision 1.23 2002/01/10 19:32:23 majkl * fixed and improved verify_callbacks in ossl_(ssl|x509store).c * enhanced ossl_x509store.rb examples Revision 1.22 2002/01/10 17:33:16 majkl * OpenSSL::Cipher::BITx constant == x (so BIT40 = 40,...) Revision 1.21 2002/01/10 13:46:09 majkl * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*) * added AES cipher when compiled under OpenSSL-SNAPSHOT * added warnings if the OpenSSL is compiled without some feature * handle NO_RSA, NO_DSA in openssl.rb * incremented version in ossl_version.h Revision 1.20 2002/01/10 00:44:17 majkl * OpenSSL 0.9.6c support (BN) * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change Revision 1.19 2002/01/06 16:18:32 majkl * ossl-0.1.0 released Revision 1.18 2002/01/06 16:10:37 majkl * BN is (somewhat) full imp. now * Config reworked (get_value, get_section) Revision 1.17 2002/01/04 11:27:45 majkl * API doc in README (but still not completed) * missing str(ncasecmp|strptime).c files moved to missing/ * ifdef NO_* handled Revision 1.16 2002/01/04 11:22:55 majkl * SelfDispatching used for X509:: Name, Extension, Attribute def XXX.new(arg) XXX.send("new_from_#{arg.type.name.downcase}", arg) end * RSA,DSA - 'new_from_pem', 'generate' singleton methods defined 'new' - implemented in Ruby space Revision 1.15 2002/01/04 11:12:45 majkl * Further checking (Check_SafeStr, memory leaks) Revision 1.14 2001/12/21 20:10:24 majkl *** empty log message *** Revision 1.13 2001/12/21 20:10:12 majkl * Memory checking Revision 1.12 2001/12/21 19:21:35 gotoyuzo * fixed unusual usage of ## preprocessing token sequence. Revision 1.11 2001/12/13 18:08:58 majkl * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>) * simplify ossl_digest sources Revision 1.10 2001/11/29 13:17:24 majkl * Make work under MS Windows (strptime added) + doc in README Revision 1.9 2001/11/26 11:48:36 majkl * Just forgot to add stuff to changelog... 2001/11/21 majkl * BN added (only proof of concept) * indent changed * rand.h to ossl.h added Revision 1.8 2001/11/21 09:37:03 gotoyuzo * buffering.rb went under ``openssl'' directory. Revision 1.7 2001/11/20 19:39:37 majkl * HMAC added * Config came back * API changed in PKCS7 (param. order) * API changed in Cipher (can't add data in .new) * indentation changed (only half of files, 2nd half to do) * some API doc added to README Revision 1.6 2001/11/19 12:44:57 majkl * added X509::Certificate .to_der
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-12/+12
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-06Make sure this package installs properly. Pointed out in mail byagc1-2/+2
Toru TAKAMIZU <ttaka@ma1.seikyou.ne.jp>
2002-02-05/bin/mkdir -> ${MKDIR}.skrll2-6/+6
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam2-6/+6
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Bump the package version number to 1.2.27nb2 since the config file locationjlam1-2/+2
changed.
2002-02-05Bump package version to 3.0.2.1nb1 since the config file location changed.jlam1-1/+2
2002-02-05* SSH_CONF_DIR has been obsoleted. Use PKG_SYSCONFDIR instead.jlam15-397/+253
* Build properly on systems that don't have /dev/urandom by testing for the presence of /dev/urandom, instead of just testing for Solaris. * Add disabled code to handle PAM (not quite working yet with security/PAM). * Make the sshd rc.d script more /etc/rc.subr-friendly. * Minimize amount of diffs from pristine OpenSSH sources.
2002-02-05SSH_CONF_DIR has been deprecated. Use PKG_SYSCONFDIR instead.jlam1-4/+3
2002-02-03Updated isakmpd to 20020203.martti2-5/+5
Changes: * bug fixes
2002-01-31Remove the dbinit command as it's not needed by the pwcheck daemon.jlam1-36/+1
pwcheck only checks against the /etc/passwd database. Users that need CRAM-MD5 or SCRAM-MD5 authentication can initialize the sasldb and add themselves in the process by running saslpasswd.
2002-01-31* Create the link /usr/lib/sasl -> ${PREFIX}/lib/sasl as it's where SASL-jlam4-8/+22
aware applications look for authentication mechanisms by default. * Warn package admin if ${PREFIX}/lib/sasl is non-empty after deinstallation, as it may contain service config files. * Purge use of PKGDIR.
2002-01-31Make "dbinit" work even if not installed in /etc/rc.d.jlam1-2/+4
2002-01-31Add USE_PAM to the BUILD_DEFS if it is defined.jlam1-2/+3
2002-01-30Don't override CONFIGURE_ARGS but append it.taca1-2/+2
P.S. Update information of rats to 1.3 was reported to tech-pkg-ja@jp.netbsd.org from "Shell, Hin-lik Hung" <shell@shellhung.org>.
2002-01-29Note addition of pam-smbpass.jlam1-1/+2
2002-01-29Initial import of security/pam-smbpass:jlam6-0/+118
pam_smbpass is a PAM module to authenticate against a local smbpassd (Samba password) user database, and can be used on conforming systems to keep the smbpasswd database in sync with the UNIX password file.
2002-01-29"This should just be -fPIC" from someone who knows more than I do.jlam1-2/+2
Thanks, Nick =)
2002-01-29Ensure that the shared libraries are built with -fpic -fPIC.jlam1-1/+2
2002-01-29Readd RCS ID.jlam1-0/+1
2002-01-29Update security/PAM to 0.75. Note that this release contains backwardlyjlam38-595/+515
incompatible changes to libpam.so; prior versions were buggy so upgrading is highly recommended. Pkgsrc changes from version 0.72 include: * Honor ${PKG_SYSCONFDIR}: the config files are now found in /etc/pam.conf and /etc/pam/*.conf, or in the appropriate ${PKG_SYSCONFBASE} directory. * Convert to use the general INSTALL/DEINSTALL scripts. Changes from version 0.72 include: * bug fixes to almost every PAM module * pam_pwdb replaced with pam_unix * fixed a small security hole (more of a user confusion issue) with the unix and pwdb password helper binaries. * improved handling of the setcred/close_session and update chauthtok stack. *Warning* This is a backwardly incompatible change, but 'more sane' than before. (Bug 129775 - agmorgan) * added support for '/' symbols in pam_time and pam_group config files (support for modern terminal devices). Fixed infinite loop problem with '\\[^\n]' in these files. * added accessconf=<filename> feature to pam_access
2002-01-29add py-cryptkit and py-gnupgdrochner1-1/+3