1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

8936 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
67b6eb2ad3 - Install openvpn-admin.exe
- grammar improvement for BROKEN.
- make openvpn-admin search for its configuration files in
${PREFIX}/etc/openvpn, and pre-create that directory. It will contain user data
after use, so only @dirrmtry to remove it.
- install openvpn-admin into ${PREFIX}/sbin/, to stick to the original
installation logic, and in the same course also install openvpn-admin.pam
without extension.

PR:		ports/95336
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
Approved by:	maintainer (via private email)
2006-06-17 23:56:56 +00:00
Stefan Walter
674c7805fc Update to 1.1.1.
PR:		99077
Submitted by:	maintainer
Approved by:	arved (mentor)
2006-06-17 15:42:01 +00:00
Remko Lodder
1da779f169 Update the webcalendar entry, use alphabetic sorting, no functional
change of information.
2006-06-17 14:36:33 +00:00
Thierry Thomas
5d748de2a7 Add an entry for Horde's latest XSS vulnerabilities. 2006-06-17 07:11:10 +00:00
Simon L. B. Nielsen
18fafae1ca Add webcalendar -- information disclosure vulnerability.
PR:		ports/98993
Submitted by:	Gregory C. Larkin <glarkin@sourcehosting.net>
2006-06-16 22:38:16 +00:00
Martin Wilke
10591c2463 Obey conventions and change my mail to @FreeBSD.org address
Approved by:	krion (mentor)
2006-06-16 22:17:25 +00:00
Pav Lucistnik
b2fefcb748 - Update to 2.2.1
PR:		ports/98967
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-16 16:44:18 +00:00
Pav Lucistnik
832e10d6de - Update to 0.9.5
- Add dependency on gnutls
- Make libxml dependency optional

PR:		ports/98942
Submitted by:	Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
2006-06-16 16:28:28 +00:00
Pav Lucistnik
0e54122ba5 - Update to 0.6.6
PR:		ports/98902
Submitted by:	VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
2006-06-16 16:02:54 +00:00
Emanuel Haupt
6111f827b1 Update to 1.6.3 2006-06-16 10:45:53 +00:00
Ade Lovett
98f17b9b93 Update to 1.1.1
Submitted by:	author
2006-06-16 01:59:33 +00:00
Erwin Lansing
f1bfe6a36c Update to 0.4
PR:		98958
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-15 15:47:49 +00:00
Remko Lodder
91cc7df2e2 Add FreeBSD-SA-06:17.sendmail to the VuXML database. 2006-06-14 16:30:58 +00:00
Martin Wilke
95c2fddf66 Update to 1.14
PR:		ports/98434
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-06-14 14:51:01 +00:00
Florent Thoumie
6ee2e58e9d Add OpenBSM 1.0a6, the Open Source Basic Security Module (BSM) Audit
Implementation.
2006-06-14 11:51:09 +00:00
Mark Linimon
f27cdd3602 Reset drt@un.bewaff.net due to bounce; pet portlint and mastersites. 2006-06-14 07:09:35 +00:00
Alex Dupre
8d71be1478 Shorten option description to fit in window. 2006-06-13 08:31:20 +00:00
Martin Wilke
425a7ffaa9 Add plist in makefile
Approved by:	krion (mentor)
2006-06-13 06:22:29 +00:00
Alex Dupre
5e6f0ca23a Really grab maintainership. 2006-06-12 21:30:00 +00:00
Alex Dupre
6050f3251d Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.

WWW:	http://www.opensc-project.org/engine_pkcs11/

Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details.
2006-06-12 17:04:13 +00:00
Alex Dupre
acf7714db0 Pam_p11 is a plugable authentication module (pam) package
for using crpytographic tokens such as smart cards and
usb crypto tokens for authentication.

Pam_p11 uses libp11 to access any PKCS#11 module.
It should be compatible with any implementation, but it
is primarely developed using OpenSC.

Pam_p11 implements two authentication modules:
 * pam_p11_openssh authenticates the user using his
   openssh ~/.ssh/authorized_keys file.
 * pam_p11_opensc authenticates the user using
   certificates found in ~/.eid/authorized_certificates.

Pam_p11 is very simple, it has no config file, no options
other than the PKCS#11 module file, does not know about
certificate chains, certificate authorities, revocation
lists or OCSP. Perfect for the small installation with no
frills.

WWW:	http://www.opensc-project.org/pam_p11/
2006-06-12 17:00:25 +00:00
Alex Dupre
a8e121cb3c Libp11 is a library implementing a small layer
on top of PKCS#11 API to make using PKCS#11
implementations easier.

WWW:	http://www.opensc-project.org/libp11/
2006-06-12 16:58:38 +00:00
Alex Dupre
32907f0dac Add support for smart cards.
Approved by:	maintainer
2006-06-12 16:56:35 +00:00
Alex Dupre
ef83e0ea7d Update to 0.11.1 release:
- OPTIONS'ify
- take maintainership

Approved by:	maintainer
2006-06-12 16:55:50 +00:00
Alex Dupre
ef91311262 Update to 0.6.7 release:
- OPTIONS'ify
- convert startup script to rcNG
- take maintainership
- add sample script for hot-plug support

Approved by:	maintainer timeout
2006-06-12 16:53:46 +00:00
Remko Lodder
4fe30c4eeb Bump modification date in the last entry and earn my own pointyhat.
Forgotten by/pointyhat:		remko
2006-06-12 15:41:35 +00:00
Remko Lodder
55e4b96192 Fix the latest entry by using the entity for &, this passes make validate.
Reported by:	Michal Kaps <michal at ionic dot co dot uk>
Pointyhat by:	aaron, (tobez implicit)
2006-06-12 15:26:46 +00:00
Martin Wilke
e886b856e6 Update MASTER_SITES
PR:		ports/97808
Approved by:	krion (mentor)
2006-06-12 14:07:27 +00:00
Martin Wilke
f399631860 Update MASTER_SITES
PR:		ports/97804
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-12 14:04:40 +00:00
Aaron Dalton
c7615f6eb0 - Added multiple dokuwiki vulnerabilities
Approved by:	tobez
2006-06-12 06:22:59 +00:00
Erwin Lansing
6c2493644b Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.

With hat:	portmgr
2006-06-11 21:04:35 +00:00
Erwin Lansing
0ca34eb9ed USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.

With hat:	portmgr
2006-06-11 15:29:01 +00:00
MANTANI Nobutaka
a39b070264 Add an entry for libxine -- buffer overflow vulnerability. 2006-06-11 12:55:21 +00:00
Pav Lucistnik
f8078849c2 - Update to 2.4.5
PR:		ports/98773
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2006-06-10 11:34:06 +00:00
Mark Linimon
4e51e56d01 Reset maintainer:
not permitted to relay through this server. Perhaps you have not logged
  into the pop/imap server in the last 30 minutes or do not have SMTP
  Authentication turned on in your email client.
2006-06-09 22:37:22 +00:00
Pav Lucistnik
8e32407965 - Convert to OPTIONS
- Switch to rc_subr script

PR:		ports/96625
Submitted by:	Peter Thoenen <peter.thoenen@yahoo.com> <eol1@yahoo.com>
2006-06-09 21:54:03 +00:00
Remko Lodder
0fa93d6514 Document FreeBSD-SA-06:15.ypserv and FreeBSD-SA-06:16.smbfs.
Add the proper freebsdsa tag for older entries and bump
their modification date.
2006-06-09 13:32:10 +00:00
Marcus Alves Grando
343c68999e - Update to 0.92
PR:		98103
Submitted by:	maintainer
2006-06-09 13:12:03 +00:00
Cheng-Lung Sung
f2d9d84e35 - Update security/base to 1.2.5, which includes some bugfixes.
PR:		98725
Submitted by:	maintainer (Linh Pham)
2006-06-09 05:54:26 +00:00
Remko Lodder
23df5a0166 Document two freeradius issues, one newer and one older issue:
freeradius -- multiple vulnerabilities
freeradius -- authentication bypass vulnerability
2006-06-08 17:10:56 +00:00
Emanuel Haupt
6e4dd55d45 Mark graphics/fractorama 1.6.7_1 "clean". This port now links against libtiff
from ports.

Approved by:	simon (secteam)
2006-06-08 12:21:35 +00:00
Erwin Lansing
46b5839ebc - Update to 0.05
- pet portlint

PR:		98688
Submitted by:	clsung
Approved by:	gabor (maintainer)
2006-06-08 10:24:26 +00:00
Erwin Lansing
9bf2eb4547 The NTLM (Windows NT LAN Manager) authentication scheme is the
authentication algorithm used by Microsoft.

NTLM authentication scheme is used in DCOM and HTTP environment. It is
used to authenticate DCE RPC packets in DCOM. It is also used to
authenticate HTTP packets to MS Web Proxy or MS Web Server.

Currently, it is the authentication scheme Internet Explorer chooses to
authenticate itself to proxies/web servers that supports NTLM.

WWW: http://search.cpan.org/dist/Authen-NTLM/

PR:		ports/98684
Submitted by:	James Thomason <james@divide.org>
2006-06-08 09:44:48 +00:00
Edwin Groothuis
18c875f396 Add SHA256 checksum 2006-06-07 21:37:01 +00:00
Erwin Lansing
2768293a61 - Update to 2.18 [1]
- Assign to perl@

PR:		98619 [1]
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-06-07 20:29:24 +00:00
Simon L. B. Nielsen
15d863f019 The awstats port has PORTEPOCH bumped, so update the vuxml entry awstats
-- arbitrary command execution vulnerability to reflect that.
2006-06-07 18:51:20 +00:00
Renato Botelho
71ea4d6b61 - Update to 0.9.8
PR:		ports/98589
Submitted by:	maintainer
2006-06-07 15:08:09 +00:00
Renato Botelho
5fd25bccec - Update to 0.9.9
PR:		ports/98585
Submitted by:	maintainer
2006-06-07 15:07:26 +00:00
Munechika SUMIKAWA
08dd8b02fb clean up startup scripts.
PR:		ports/91312
Reported by:	Vivek Khera <vivek@khera.org>
2006-06-07 07:33:35 +00:00
Ion-Mihai Tetcu
2dd0d11c99 Upgrade to 0.37
PR:		ports/98594
Submitted by:	maintainer
Approved by:	lawrance (mentor, implicit)
2006-06-06 17:49:06 +00:00