Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
various bugfixes and improvements to the documentation and software.
o Detection for new emf exploits added.
o A critical bug fixed in scan-mail.pl.
o Detection of JPG exploits has been added.
o A file descriptor leak has been fixed in f-protd.
o A minor bug in f-protd related to CPU hogging under certain
conditions has been fixed.
o A log level has been added (further information can be found in
the man pages).
o install-f-prot.pl will automatically run check-updates.pl
(Note, if you are manually installing from tar.gz this is
not automated and you will have out of date virus signature
files - in which case, make sure you run check-updates.pl
manually).
|
|
- Added RIPEMD128/256/320, SHA224/384/512, Whirlpool
- Really, this time!
|
|
int arg cause compile to fail because -Werror is specified in compile flags.
Fix was to add appropriate cast in several places.
|
|
(The comment on that dependency says that >=5.6.1 is required because
the software has not been tested with perl<5.6.1, so this dependency
was probably overly conservative anyway...)
|
|
1.8.17nb3).
|
|
${PKG_SYSCONFDIR}/ldap.conf (by default, /usr/pkg/etc/ldap.conf) instead
of hard-coding /etc/ldap.conf. Bump the PKGREVISION.
|
|
install. This prevents Heimdal from building and installing its own
DES library and headers. Bump the PKGREVISION.
|
|
update include:
* The configuration file (shared with nss_ldap.so and sudo) has
been moved to ${PKG_SYSCONFDIR}/ldap.conf. Any secrets file is
found in ${PKG_SYSCONFDIR}/ldap.secret.
* Use the pkg.install framework to copy the config file from the
example directory to the real location.
* Use libtool to build and install the PAM module.
Changes from version 150 include:
* preliminary SASL bind support
* include password policy schema file
* preliminary support for
draft-behera-ldap-password-policy-07.txt
* support for service-based authorization
(based on patch from Manon Goo)
* add ignore_authinfo_unavail flag
* pam_filter works again
* fix from Thorsten Kukuk (SuSE) to handle scope-less
nss_base_passwd configuration
* AD password change fix
* fix from Thorsten Kukuk (SuSE) to handle aborted password changes
* support for multiple service search descriptors from Symas
* support non-experimental password change exop
* patch from Howard Chu to use linker grouping on Solaris
|
|
|
|
libtool: the PAM libraries weren't being built with -DPAM_DYNAMIC, which
made it impossible to dlopen PAM modules.
Bump PKGREVISION.
|
|
to use common option names were possible, so change these instances of
"pam" to "PAM" to match existing usage.
|
|
We're well past those days now.
|
|
|
|
"py" prefix from PKGNAME.
|
|
PKG_OPTIONS.<pkg>+= foo blah
|
|
the author's e-mail address there, since we don't appear to do it for other
packages neither
|
|
The only change is an update of the virus definition files. Change the
DIST_SUBDIR and update distinfo to deal with this.
|
|
the compiler to build shared modules, and so that it builds correctly
across different platforms. Bump the PKGREVISION.
In particular, this should fix problems building this package on
NetBSD/amd64.
|
|
Pointed out in private mail by wiz@ -- thanks!
|
|
Add CONFLICTS with broken gnustep-base-1.10.1.
This closes PR pkg/28112 by Francois Briere, thanks!
|
|
from version 2.1.19 include:
* Fixes to cram plugin to avoid attempting to canonify uninitialized data
(This removes the need for patch-af).
* NTLM portability fixes.
* Avoid potential attack using SASL_PATH when sasl is used in a setuid
environment.
* A trivial number of small bugfixes.
|
|
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
exists in the base system, and remove the distinction between
"native" and the other Berkeley DB packages -- we now refer to
db[1234]. This paves the way for any future databases/db1 package.
* USE_DB185 shouldn't need to be set by any packages -- its correct
value is now automatically determined by bdb.buildlink3.mk depending
on whether we explicitly request db1 or not. By default, if you
include bdb.buildlink3.mk, you want DB-1.85 functionality and
USE_DB185 defaults to "yes", but if you explicitly remove db1 from
the list of acceptable DBs, then USE_DB185 defaults to "no".
* Set BDB_LIBS to the library options needed to link against the DB
library when bdb.buildlink3.mk is included.
* We only add the DB library to the linker command automatically if
we want DB-1.85 functionality; otherwise assume that the package
configure process can figure out how to probe for the correct
headers and libraries.
Edit package Makefiles to nuke redundant settings of USE_DB185.
|
|
yes/no by a package Makefile, depending on whether the configure
process properly detects the additional libraries needed to link
against -lreadline (typically, you need either "-lreadline -ltermcap",
or "-lreadline -lcurses" to properly link against -lreadline). If this
variable is set to "yes", then we automatically expand "-lreadline" into
"-lreadline -l<termcap functions library>". BROKEN_READLINE_DETECTION
defaults to "no".
Set BROKEN_READLINE_DETECTION to "yes" in security/heimdal and remove
the custom logic that did the same work.
|
|
configure script that have_thread_safe_getenv=yes in that case.
|
|
buildlink did not bring in PTH. For example, this made opencdk fail to
build. Fix this by adding mk/pthread.buildlink3.mk to
security/gcrypt/buildlink3.mk
|
|
build of this package fails.
|
|
security/openssl package.
|
|
bash-as-sh (and people allowing bash scripts to be run through sudo). The
user could override commands by functions of her own.
ChangeLog:
549) Bash exported functions and the CDPATH variable are now stripped from
the environment passed to the program to be executed.
|
|
net/p5-Net-XWhois
security/p5-Crypt-RandPasswd
to their respective parent Makefiles.
|
|
This is an implementation of the Automated Password Generator standard,
defined in FIPS Publication 181, "Standard for Automated Password Generator":
http://www.itl.nist.gov/fipspubs/fip181.htm
|
|
|
|
Python interface to cracklib
|
|
|
|
Collection.
The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with. For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.
|
|
|
|
Collection.
The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.
|
|
|
|
support.
|
|
|
|
no PKGREVISION bump as it is still enabled by default.
|
|
match with the libraries installed on the system.
|
|
|
|
|
|
without an unofficial patch yet.
|
|
to build...
|
|
|
|
* No need to use LIBTOOL_OVERRIDE.
* Remove unneeded ${EXAMPLESDIR} (??!!) after bl3.mk includes
* Remove unneeded BUILD_DEPEND, because this pkg uses bl3
Still libradius is broken...
|
|
|
|
establish IPsec security association with other hosts.
This is based on KAME racoon, with some enhancements such as
NAT-Traversal (needs a kernel patch), hybrid authentication,
ISAKMP mode config, RADIUS support, IKE fragmentation and others.
Ipsec-tools' racoon is able to act as a VPN server for the
Cisco VPN client using hybrid authentication.
|