Commit graph

8254 commits

Author SHA1 Message Date
Erwin Lansing
c458b72e33 This package is used to encrypt and decrypt passwords generated by IMail.
See: http://www.ipswitch.com/products/imail_server/

WWW: http://search.cpan.org/dist/Crypt-Imail

PR:		ports/90686
Submitted by:	Gabor Kovesdan
2005-12-20 15:51:51 +00:00
Erwin Lansing
6e9eb278e0 Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
symmetrical block cipher with a 256-bit key from the former Soviet
Union. Please read the Pod documentation contained in the module
itself for additional information, including the rationale behind
the writing of this module.

WWW: http://search.cpan.org/dist/Crypt-GOST_PP

PR:		ports/90685
Submitted by:	Gabor Kovesdan
2005-12-20 15:51:00 +00:00
Erwin Lansing
7a9dfa805e GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit
key developed in the former Soviet Union. Some information on it
is available at http://vipul.net/gost/ .
This module implements GOST encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides
an interface that is backwards- compatible with Crypt::GOST 0.41,
but its use in new code is discouraged.

WWW: http://search.cpan.org/dist/Crypt-GOST

PR:		ports/90684
Submitted by:	Gabor Kovesdan
2005-12-20 15:50:08 +00:00
Marius Strobl
4bd343b7ae Re-add file forgotten in update to 1.1.2-1.
Approved by:	netchild
2005-12-20 14:52:25 +00:00
Erwin Lansing
90136fe774 The Data Encryption Standard (DES), also known as Data
Encryption Algorithm (DEA) is a semi-strong encryption and
decryption algorithm.
The module is 100 % compatible to Crypt::DES but is implemented
entirely in Perl. That means that you do not need a C compiler
to build and install this extension.

WWW: http://search.cpan.org/dist/Crypt-DES_PP

PR:		ports/90682
Submitted by:	Gabor Kovesdan
2005-12-20 14:49:19 +00:00
Erwin Lansing
f394b93f7b The Chimera key exchange protocol generates a shared key between two parties.
The protocol was shown to be INSECURE. This module is therefore released for
purely academic curiosity.

WWW: http://search.cpan.org/dist/Crypt-Chimera

PR:		ports/90681
Submitted by:	Gabor Kovesdan
2005-12-20 14:42:58 +00:00
Marius Strobl
ad566a682b - Update to 1.1.2-1 in order to fix fetching. [1]
According to the changelog beside a OpenBSD-specific fix the only relevant
  change since 1.1.1-9 was:
  o The log file (syslog too) shows the file name (argv[0]) in its logs.

- No longer override FETCH_CMD so the distfiles survey keeps track of this
  port again. Overriding FETCH_CMD became redundant when the name of the
  distfile was changed to be a versioned one.

Prodded by:	stephen <vk3heg@iinet.net.au> [1]
Approved by:	netchild
2005-12-20 14:26:11 +00:00
Edwin Groothuis
45e3e7a3a4 [maintainer update]: security/samba-vscan fix atoll problem on 4.X
- Fix atoll problem with FreeBSD 4.X.

PR:		ports/90645
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-20 12:35:18 +00:00
James E. Housley
e01195ae89 Update to DAT 4653 2005-12-19 20:07:43 +00:00
Simon Barner
b218a8d221 Document fetchmail vulnerability:
http://fetchmail.berlios.de/fetchmail-SA-2005-03.txt (CVE-2005-4348)

Reviewed by:	secteam (simon@)
2005-12-19 15:14:33 +00:00
Sergei Kolobov
8e09579173 - Chase libpreludedb shlib version bump
- Bump PORTREVISION
2005-12-19 10:25:19 +00:00
Sergei Kolobov
f9bb5ed1c1 - Update to 0.9.2 2005-12-19 10:24:14 +00:00
Andrey Slusar
ffea7eb5e0 Added p5-Crypto-MySQL, perl extension to compare MySQL passwords without libmysqlclient.
PR:		ports/90590
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu>
Approved by:	sem(mentor)
2005-12-19 09:51:04 +00:00
Andrey Slusar
49f1cb6139 Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR:             ports/90589
Submitted by:   Gabor Kovesdan <gkovesdan@t-hosting.hu>
Approved by:    sem(mentor)
2005-12-19 09:35:13 +00:00
Clement Laforet
65c39bb10f - Update to 0.47
- SECURITY: fix for buffer allocation error in server code, could potentially
  allow authenticated users to gain elevated privileges.

PR:		ports/90531
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2005-12-19 09:20:32 +00:00
Andrey Slusar
ecdd1f15e2 Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR:		ports/90589
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu>
Approved by:	sem(mentor)
2005-12-19 09:16:46 +00:00
Erwin Lansing
f17e6a49e1 Rabbit is a new stream cipher based on the properties of counter assisted
stream ciphers, invented by Martin Boesgaard, Mette Vesterager,
Thomas Pedersen, Jesper Christiansen, and Ove Scavenius of Cryptico A/S.

WWW: http://search.cpan.org/dist/Crypt-Rabbit

PR:		ports/90615
Submitted by:	Gabor Kovesdan
2005-12-18 22:13:44 +00:00
Erwin Lansing
4d58b3abc6 Sometimes it's necessary to protect some certain data against plain reading
or you intend to send information through the Internet. Another reason might
be to assure users cannot modify their previously entered data in a follow-up
step of a long Web transaction where you don't want to deal with server-side
session data. The goal of Crypt::Lite was to have a pretty simple way to
encrypt and decrypt data without the need to install and compile huge
packages with lots of dependencies.
Crypt::Lite generates every time a different encrypted hash when you
re-encrypt the same data with the same secret string. Nevertheless you
are able to make double or tripple-encryption with any data to increase
the security. Decryption works also on hashes that have been encrypted
on a foreign host (try this with an unpatched IDEA installation ;-).

WWW: http://search.cpan.org/dist/Crypt-Lite

PR:		ports/90614
Submitted by:	Gabor Kovesdan
2005-12-18 22:06:01 +00:00
Erwin Lansing
429feed8fc Generic Counter Mode implementation in pure Perl. The Counter Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports
the add method.

WWW: http://search.cpan.org/dist/Crypt-Ctr

PR:		ports/90613
Submitted by:	Gabor Kovesdan
2005-12-18 21:59:47 +00:00
Erwin Lansing
23be9d08e9 Crypt::Caesar - Decrypt rot-N strings
WWW: http://search.cpan.org/dist/Caesar

PR:		ports/90612
Submitted by:	Gabor Kovesdan
2005-12-18 21:56:07 +00:00
Erwin Lansing
3a682b1c6d Generic CFB implementation in pure Perl. The Cipher Feedback Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports the
add method.

WWW: http://search.cpan.org/dist/Crypt-CFB

PR:		ports/90611
Submitted by:	Gabor Kovesdan
2005-12-18 21:55:15 +00:00
Erwin Lansing
9c4705836e This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.

WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish

PR:		ports/90610
Submitted by:	Gabor Kovesdan
2005-12-18 21:53:18 +00:00
Vanilla I. Shu
0a3fde80af Add sshit 0.5, checks for SSH/FTP bruteforce and blocks given IPs.
PR:		ports/90603
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
2005-12-18 16:03:28 +00:00
Pav Lucistnik
e5eaf1bdf0 - Remove etc/sudoers on deinstall if user haven't modified it
PR:		ports/69288 (based on)
Approved by:	maintainer timeout (mharo; year and a half)
2005-12-17 22:12:41 +00:00
Erwin Lansing
ca806cdbd7 Digest::Pearson is an implementation of Peter K. Pearson's hash algorithm
presented in "Fast Hashing of Variable Length Text Strings" - ACM 1990. This
hashing technique yields good distribution of hashed results for variable
length input strings on the range 0-255, and thus, it is well suited for
data load balancing.
The implementation is in C, so it is fast. If you prefer a pure Perl version
and can tolerate slower speed, you might want to consider
Digest::Pearson::PurePerl instead.

WWW: http://search.cpan.org/dist/Digest-MD5-Pearson

PR:		ports/90578
Submitted by:	Gabor Kovesdan
2005-12-17 21:50:56 +00:00
Erwin Lansing
7851a6d375 Digest::ManberHash - a Perl package to calculate Manber Hashes
WWW: http://search.cpan.org/dist/Digest-ManberHash

PR:		ports/90577
Submitted by:	Gabor Kovesdan
2005-12-17 21:46:44 +00:00
Erwin Lansing
0e5ac9c4a8 MD5 sums (see RFC 1321 - The MD5 Message-Digest Algorithm) are used as a
one-way hash of data. Due to the nature of the formula used, it is impossible
to reverse it.
This module provides functions to search several online MD5 hashes database and
return the results (or return undefined if no match found).

WWW: http://search.cpan.org/dist/Digest-MD5-Reverse

PR:		ports/90576
Submitted by:	Gabor Kovesdan
2005-12-17 21:45:20 +00:00
Erwin Lansing
b54f7fcc07 Get MD5 sums for files of a given path or content of a given url.
WWW: http://search.cpan.org/dist/Digest-MD5-File

PR:		ports/90567
Submitted by:	Gabor Kovesdan
2005-12-17 16:22:16 +00:00
Erwin Lansing
f42c6cee20 The Digest::JHash module allows you to use the fast JHash hashing algorithm
developed by Bob Jenkins from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 32-bit
"message digest" of the input in the form of an unsigned long integer.
See http://burtleburtle.net/bob/hash/doobs.html for more information.

WWW: http://search.cpan.org/dist/Digest-JHash

PR:		ports/90564
Submitted by:	Gabor Kovesdan
2005-12-17 16:16:24 +00:00
Erwin Lansing
1c85e87a77 Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo
hashing algorithm which allows variable length input strings to be quickly
hashed into unsigned integer values. For more information about this hash,
please visit http://www.isthe.com/chongo/tech/comp/fnv/.

WWW: http://search.cpan.org/dist/Digest-FNV

PR:		ports/90563
Submitted by:	Gabor Kovesdan
2005-12-17 16:15:29 +00:00
Erwin Lansing
a1b6ae659b Digest::Elf provides an XS based implementation of the ElfHash algorithm.
ElfHash generates resonably 32 bit integer value from a string in a
reasonably short period of time.

WWW: http://search.cpan.org/dist/Digest-Elf

PR:		ports/90561
Submitted by:	Gabor Kovesdan
2005-12-17 16:02:09 +00:00
Erwin Lansing
a9fd566668 This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).
Unlike HMAC, which reuses an existing one-way hash function, such as
MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to
produce a secure message authentication code (MAC).

WWW: http://search.cpan.org/dist/Digest-EMAC

PR:		ports/90560
Submitted by:	Gabor Kovesdan
2005-12-17 16:00:52 +00:00
Erwin Lansing
a1072b7f96 This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).
Unlike HMAC, which reuses an existing one-way hash function, such as
MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to
produce a secure message authentication code (MAC).

WWW: http://search.cpan.org/dist/Digest-DMAC

PR:		ports/90550
Submitted by:	Gabor Kovesdan
2005-12-17 15:22:03 +00:00
Erwin Lansing
8f158d4ab3 Digest::DJB is an implementation of D. J. Bernstein's hash which returns a
32-bit unsigned value for any variable-length input string. An equivalent pure
Perl version is also available: Digest::DJB::PurePerl.

WWW: http://search.cpan.org/dist/Digest-DJB

PR:		ports/90549
Submitted by:	Gabor Kovesdan
2005-12-17 14:50:31 +00:00
Erwin Lansing
949a62cf04 This module implements the hashcash hash (or digest, although it's not
clearly a digest). For all your information needs please
visit http://www.hashcash.org.

WWW: http://search.cpan.org/dist/Digest-Hashcash

PR:		ports/90548
Submitted by:	Gabor Kovesdan
2005-12-17 14:44:25 +00:00
Erwin Lansing
6900e1d6f7 This module provides a perl implementation to generate 32 bits CRC digests for
buffers and files.

WWW: http://search.cpan.org/dist/Digest-Crc32

PR:		ports/90547
Submitted by:	Gabor Kovesdan
2005-12-17 14:16:08 +00:00
Erwin Lansing
3790a4a1ac The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.

WWW: http://search.cpan.org/dist/Digest-CRC

PR:		ports/90546
Submitted by:	Gabor Kovesdan
2005-12-17 14:06:58 +00:00
Erwin Lansing
d58838243c The Digest::Adler32 module implements the Adler-32 checksum as specified
in RFC 1950. The interface provided by this module is specified in Digest,
but no functional interface is provided.

WWW: http://search.cpan.org/dist/Digest-Adler32

PR:		ports/90545
Submitted by:	Gabor Kovesdan
2005-12-17 13:53:18 +00:00
Norikatsu Shigemura
d4621214f0 Fix install directory, and substitute original files.
Discussed with:	ume
2005-12-17 13:41:32 +00:00
Erwin Lansing
918a2b3ca2 Digest::SV1 - Cryptosleazically strong message digest format
WWW: http://search.cpan.org/dist/Digest-SV1

PR:		ports/90539
Submitted by:	Gabor Kovesdan
2005-12-17 12:09:13 +00:00
Erwin Lansing
94f64aa37c A perl module that implements the tiger hash, which is believed to be secure
and runs quickly on 64-bit processors.

WWW: http://search.cpan.org/dist/Digest-Tiger

PR:		ports/90537
Submitted by:	Gabor Kovesdan
2005-12-17 11:54:10 +00:00
Erwin Lansing
bf5342d0cb Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function
developed by Paulo S. L. M. Barreto and Vincent Rijmen.

WWW: http://search.cpan.org/dist/Digest-Whirlpool

PR:		ports/90536
Submitted by:	Gabor Kovesdan
2005-12-17 11:21:52 +00:00
Erwin Lansing
532ec61cb2 Haval is a variable-length, variable-round one-way hash function designed by
Yuliang Zheng, Josef Pieprzyk, and Jennifer Seberry. The number of rounds can
be 3, 4, or 5, while the hash length can be 128, 160, 192, 224, or 256 bits.
Thus, there are a total of 15 different outputs. For better security, however,
this module implements the 5-round, 256-bit output.

WWW: http://search.cpan.org/dist/Digest-Haval256

PR:		ports/90534
Submitted by:	Gabor Kovesdan
2005-12-17 10:30:12 +00:00
Emanuel Haupt
62ebcfd1d4 Add, security/fiked, a fake IKE PSK+XAUTH daemon based on VPNC.
This is a fake IKE daemon supporting just enough of the standards and Cisco
extensions to attack commonly found insecure Cisco PSK+XAUTH VPN setups.

If you know the pre-shared key, also known as shared secret or group password,
you can impersonate the VPN gateway in IKE phase 1, and learn XAUTH user
credentials in phase 2.

PR:		90372
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2005-12-16 20:15:06 +00:00
James E. Housley
00a21db4c6 Update to DAT 4652 2005-12-16 17:09:39 +00:00
Jun Kuriyama
8996de3bbe Add SHA256.
PR:		ports/90105
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-16 02:16:59 +00:00
Jun Kuriyama
1b09038d56 Fix the problem in --batch mode.
Obtained from:	http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/g10/keygen.c?rev=3853&r1=3852&r2=3853
PR:		ports/90105
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-16 02:16:11 +00:00
James E. Housley
882a2522de Update to DAT 4651 2005-12-15 22:53:33 +00:00
Aaron Dalton
e6722e8d1a Updated from v1.50 to v1.57
Approved by: tobez, maintainer timeout
2005-12-15 20:45:08 +00:00
Remko Lodder
77eaeee548 Document the following mantis vulnerabilities:
o "t_core_path" file inclusion vulnerability
o "view_filters_page.php" cross-site scripting vulnerability
2005-12-14 21:51:50 +00:00
James E. Housley
b8af19fea8 Update to DAT 4650 2005-12-14 17:20:26 +00:00
Renato Botelho
122b9a7bdb - Un-BREAK by using version-ed file-name for DISTFILES
- Add MASTER_SITES mirrors
- Use USE_PERL and reinplace hardcoded path for perl
- OPTIONally run-depend on security/p5-Net-SSLeay and security/nmap
- Install config.txt as nikto.conf (and replace references to config.txt in
  all appropriate places)
- Use INSTALL_DATA for plugins
- Bump PORTREVISION
- Pass maintainership to submitter
- Make some changes to preserve nikto.conf when it's changed and install
  nikto.conf.sample [1]

PR:		90344
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Reviewed by:	garga [1]
2005-12-14 10:06:32 +00:00
Simon Barner
bb073fdaa7 Update nmap and nmapfe to 3.95.
Notable upstream changes:

 * new help/usage screen and man page
 * new man page currently only available in en, pt_PT and pt_BR
 * nmapfe is now a shiny GTK2 application

Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
PR:		ports/90371
2005-12-14 08:46:55 +00:00
Mario Sergio Fujikawa Ferreira
4687f9c86d Update to 1.5.5
Approved by:	maintainer
2005-12-14 03:53:35 +00:00
Marcus Alves Grando
9928ea2ce1 Update to 1.3
Add SHA256

PR:		90332
Submitted by:	maintainer
2005-12-13 20:13:17 +00:00
Marcus Alves Grando
f830909ab5 Update to 0.6.4
PR:		90326
Submitted by:	maintainer
2005-12-13 20:04:01 +00:00
James E. Housley
984e23f82b Update to DAT 4649 2005-12-13 19:02:43 +00:00
Bill Fenner
ea5425e745 Fix fetch from main SF mirrors and include additional ones too by
just using MASTER_SITE_SOURCEFORGE_EXTENDED.
2005-12-13 00:42:13 +00:00
Edwin Groothuis
0d4608e879 security/tor-devel
Update to 0.1.1.10

PR:		ports/90313
Submitted by:	Peter Thoenen <eol1@yahoo.com> <eol1@yahoo.com>
2005-12-12 23:24:37 +00:00
Bruce M Simpson
5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00
James E. Housley
d5868f6b4d Update to DAT 4648 2005-12-12 17:15:38 +00:00
Simon Barner
fd7e0f8f8e Add symbion-sslproxy 1.0.5, an SSL proxy for securing unsecure
connections.

PR:		ports/90216
Submitted by:	Gabor Kovesdan
2005-12-12 09:50:37 +00:00
Alex Dupre
faa5c6ed29 Remove borked plist, let it autogenerate by bsd.pear.mk. 2005-12-12 09:12:41 +00:00
Thierry Thomas
ebe3cc4d05 - Add entries for several XSS vulnerabilities in Horde, Kronolith, Nag
Turba and Mnemo;

- Fix a typo in the previous Horde entry.
2005-12-11 21:41:22 +00:00
Simon L. B. Nielsen
11e3a1f879 Force C locale during build, since the isakmpd build system is not
locale safe.

This should fix the build for locales like German and Hungarian where
the tr(1) misuse "tr '[a-z]' '[A-Z]'" does not work.

Add SHA256 checksum when I'm modifying the port anyway.

Reported by:	Harald Schmalzbauer, Zahemszky Gabor
Should have been fixed long ago by:	simon
2005-12-11 18:08:07 +00:00
Sam Lawrance
6fdf473cae Submitter takes maintainership.
PR:		ports/90154
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-12-10 23:41:23 +00:00
Pav Lucistnik
b8b5801d9a - Update to 1.8
PR:		ports/90138
Submitted by:	Jonathan <onatan@gmail.com> (maintainer)
2005-12-10 19:12:42 +00:00
Aaron Dalton
6eef020c81 - Updated from v2.03 to v2.05
- Updated maintainership from ports@ to perl@
- Added dependency on Perl >= 5.6 since it is required by a dependency

Approved by: tobez
2005-12-09 20:16:33 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
James E. Housley
4727ccc5a8 Update to 4647 2005-12-09 17:28:30 +00:00
Oliver Lehmann
e16cc343a4 update to 0.58 2005-12-09 15:09:12 +00:00
Marcus Alves Grando
03872f0906 Add curl -- URL buffer overflow vulnerability
Reviewed by:	simon
2005-12-09 12:24:21 +00:00
Tim Bishop
6ef3268032 - Update to 1.583
PR:		90120
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
Approved by:	clement (mentor)
2005-12-09 12:05:32 +00:00
Sam Lawrance
1cde264552 - Create /var/amavis/var directory at install time [1]
- Install the amavisd-release script [2]
- Drop maintainership [3]

PR:		ports/89723 [1], ports/90047 [2]
Submitted by:	Mipam <root@relay3.ordina.nl> [1],
		Dave Smith <david.smith@omnieng.co.uk> [2],
		Blaz Zupan <blaz@si.FreeBSD.org> (maintainer, by private
		email) [3]
2005-12-09 00:10:26 +00:00
Marcus Alves Grando
4bcaccddbe Add phpmyadmin -- register_globals emulation "import_blacklist" manipulation
Add phpmyadmin -- XSS vulnerabilities
2005-12-07 21:59:01 +00:00
James E. Housley
4408499fb0 Update to DAT 4645 2005-12-07 19:10:20 +00:00
Marcus Alves Grando
feadf43eb5 Add ffmpeg -- libavcodec buffer overflow vulnerability
Reviewed by:	simon
2005-12-07 11:53:07 +00:00
Marcus Alves Grando
a5c05ad2ac Add trac -- search module SQL injection vulnerability
Reviewed by:	simon
2005-12-07 11:34:33 +00:00
Tim Bishop
21b002e8f8 - Add SHA256 checksum
PR:		90054
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by:	clement (mentor)
2005-12-07 09:52:33 +00:00
James E. Housley
30afdbd4b0 Udate to DAT 4644 2005-12-06 17:12:00 +00:00
Sergey Skvortsov
bdc4de3a8c Update to 1.14
Changes:	http://search.cpan.org/src/GAAS/Digest-1.14/Changes
2005-12-06 16:21:38 +00:00
Edwin Groothuis
1b6eb4d100 Remove install-info from the Makefile. 2005-12-06 03:02:22 +00:00
Marcus Alves Grando
f18a8cc963 Update to 0.35
Add SHA256

PR:		89984
Submitted by:	maintainer
2005-12-05 18:11:01 +00:00
Emanuel Haupt
0ef340877c - add patch to fix breakage caused by recent libnet changes
- bump portrevision
- pass maintainership to submitter

PR:		89951
Submitted by:	Jonathan <onatan@gmail.com>
2005-12-05 12:36:15 +00:00
Edwin Groothuis
fd3176ded7 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-05 02:34:07 +00:00
Anton Berezin
67a6044296 Update to 0.13. 2005-12-04 15:43:03 +00:00
Edwin Groothuis
f2f1754b99 Add INFO macro 2005-12-04 10:58:19 +00:00
Tim Bishop
8a01222cd6 - Update to 1.08
PR:		89861
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by:	clement (mentor)
2005-12-03 19:30:14 +00:00
James E. Housley
4f14c8b08e Update to DAT 4642 2005-12-02 17:37:04 +00:00
Roman Bogorodskiy
f3b49178a4 I disabled building of static libs but forgot to remove them from the
pkg-plist. Remove it now to fix package build.

Reported by:	pointyhat via kris
2005-12-02 12:12:35 +00:00
Sam Lawrance
12df895f92 - Change the location of racoon configuration files to /usr/local/etc/racoon,
bringing it in line with the old security/racoon port and the handbook [1]
- Make use of USE_RC_SUBR instead of home-grown substitution and install
- Prevent installation of some intermediate sample configuration files

PR:		ports/89273 [1]
Submitted by:	Angelo Turetta <aturetta@bestunion.it> [1]
Approved by:	VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
2005-12-02 11:28:06 +00:00
James E. Housley
15cdf87cac Update to DAT 4641 2005-12-02 02:15:27 +00:00
Florent Thoumie
04b2cdc5eb - Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by:	pointyhat via kris
2005-12-02 00:03:14 +00:00
Tim Bishop
6967011c05 - Update to 4.6.3
Approved by:	clement (mentor)
2005-12-01 21:00:29 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Marcus Alves Grando
662164b1da Add drupal -- multiple vulnerabilities
Reviewed by:	simon
2005-12-01 16:08:47 +00:00
James E. Housley
8a2f007953 Update to DAT 4640 2005-12-01 12:43:47 +00:00
Simon L. B. Nielsen
0e1765d248 Document opera -- multiple vulnerabilities. 2005-11-30 20:55:36 +00:00
Simon L. B. Nielsen
43403b4c69 Document opera -- command line URL shell command injection. 2005-11-30 20:35:51 +00:00
Renato Botelho
53fbbc411f - Fix error of chown directory of configuration files.
PR:		ports/89757
Submitted by:	maintainer
2005-11-30 14:31:02 +00:00
Emanuel Haupt
6229fea156 Add SHA256 hashes to my ports 2005-11-30 14:01:14 +00:00
Marcus Alves Grando
8d8572161c Add entry to www/mambo
Reviewed by:	simon
2005-11-30 13:41:53 +00:00
Renato Botelho
49c0c3c18b - Remove bzip2 from list of dependencies,
it has been part of base system since 4.4

PR:		88987
Submitted by:	edwin
Approved by:	maintainer timeout (16 days)
2005-11-30 11:57:31 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00
James E. Housley
4804d85ae9 Update to DAT 4639 2005-11-29 18:20:06 +00:00
Roman Bogorodskiy
b325742c32 Fix distinfo.
Reported by:	pointyhat via kris
2005-11-29 14:24:47 +00:00
Edwin Groothuis
73608e088f Update Port
Update port: Fixup portl URLs and links.

PR:		ports/89706
Submitted by:	snortsms@servangle.dyndns.org
2005-11-29 11:40:42 +00:00
Edwin Groothuis
7cdda6bf5d Fix maintainer
Submitted by:   SnortSMS <snortsms@servangle.dnydns.org>
2005-11-29 11:38:33 +00:00
Simon L. B. Nielsen
4bfdd6f32b Backup rev 1.9 which should not have been committed since it was just my
local hack.

Note to self: Do not commit before having at least two cups of coffee.

Pointy hat to:	simon
2005-11-29 08:46:13 +00:00
Simon L. B. Nielsen
f7f50cf4a0 Mark flyspar 0.9.8 as fixed wrt. "flyspray -- cross-site scripting
vulnerabilities" since our port version of 0.9.8 includes update1 which
fixes the issue.

Reported by:	Volodymyr Kostyrko via pav
2005-11-29 08:41:51 +00:00
Volker Stolz
9642533200 Use LIB_DEPENDS instead of bogus BUILD_DEPENDS
Approved by: dd (maintainer)
2005-11-29 08:16:58 +00:00
James E. Housley
80d1bff66e Udate to DAT 4638 2005-11-28 21:01:48 +00:00
Mario Sergio Fujikawa Ferreira
949b8e35ff Update MASTER_SITES 2005-11-28 18:20:23 +00:00
Sergei Kolobov
80efc3d166 - Update to 0.9.1 (unbreak)
Prompted by:	edwin's script
2005-11-28 16:39:58 +00:00
Sergei Kolobov
5ea8699631 - Update to 0.9.1
- Move log metadata dir from ${PREFIX}/etc/prelude-lml/metadata to
  /var/spool/prelude-lml (upstream changed to ${PREFIX}/var/lib/prelude-lml,
  use slightly modified location to better adhere to hier(7))

Prompted by:	edwin's script
2005-11-28 16:37:30 +00:00
Sergei Kolobov
9de7244c62 - Update to 0.9.1
Thanks to:	edwin's script
2005-11-28 16:34:13 +00:00
Marcus Alves Grando
1213510c44 Change topic zope28 to zope (www/zope affected too)
Add <cvename> to zope entry
Change CAN-XXXX-XXXX to CVE-XXXX-XXXX

Reviewed by:	simon
2005-11-28 15:37:03 +00:00
Andrej Zverev
94acf82ab5 - Fix path of templates message in default configuration file
- Bump PORTREVISION

PR:		ports/89659
Submitted by:	Demin Alexander (maintainer)
2005-11-28 14:43:33 +00:00
Roman Bogorodskiy
df22401d40 Update to 0.2.17. 2005-11-28 13:18:36 +00:00
Roman Bogorodskiy
4de7513dc0 Add gnutls-devel - development version of gnutls. 2005-11-28 10:07:51 +00:00
Andrej Zverev
0cb7e9bf26 - Update to version 0.1.1.9 (devel branch)
- Add SHA265

PR:		ports/89612
Submitted by:	Peter Thoenen (maintainer)
2005-11-28 09:30:08 +00:00
Bill Fenner
92fee4a25f Remove subdirectory from MASTER_SITES= line; it's already handled
by MASTER_SITE_SUBDIR.
2005-11-28 06:33:06 +00:00
Hiroki Sato
ceed13510d Security fix: several shell scripts included in the Ghostscript package
allow local users to overwrite files via a symlink attack on temporary
files.

Security: CAN-2004-0967
2005-11-27 17:57:19 +00:00
Pav Lucistnik
a88df5c39d - Add SHA256
Approved by:	maintainer
2005-11-26 17:00:48 +00:00
Pav Lucistnik
19f6977a0f - Add CAcert.org certificates
PR:		ports/89483
Submitted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
2005-11-26 14:46:50 +00:00
Remko Lodder
0f2ad8777c Standarize the horde -- Cross site scripting vulnerabilities in MIME
viewers entry as per the FDP-primer and the vuxml layout (topic).

Also correct the qpopper vulnerability to match 4.0 and above since
the 2.x range is listed as affected at the moment but has an entirely
different base.  After checking it appears that the information all
point to >= 4.0. [1]

Noticed by:	ache [1]
2005-11-26 10:54:21 +00:00
Edwin Groothuis
2d638f24b1 Add security/tor-devel 2005-11-26 01:04:38 +00:00
Edwin Groothuis
440406185e New Port: security/tor-devel
New Port: security/tor-devel .  Track tor development branch.

PR:		ports/87759
Submitted by:	Peter Thoenen <eol1@yahoo.com>
2005-11-26 01:04:14 +00:00
Pav Lucistnik
4808bd49d3 - Kill pseudo-empty distinfo files 2005-11-25 23:33:06 +00:00
Pav Lucistnik
d53f2613a2 - Style: ports@freebsd.org -> ports@FreeBSD.org 2005-11-25 22:29:24 +00:00
Cy Schubert
2a73db5a4a Improve runtime performance on Sparc 64 platform. 2005-11-25 19:40:48 +00:00
Pav Lucistnik
3571601c22 - Update to 1.1.2
PR:		ports/86156
Submitted by:	az
Approved by:	maintainer timeout (anders; 2 months)
2005-11-25 19:25:57 +00:00
James E. Housley
cf89f3a3b5 Update to DAT 4637 2005-11-25 19:12:19 +00:00
Pav Lucistnik
d679262e6c - Add SHA256 2005-11-25 18:01:15 +00:00
Dirk Meyer
a462eadc9c - warn users of option OPENSSL_OVERWRITE_BASE 2005-11-25 15:34:47 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Mark Linimon
7687739468 Chase URLs per distfile survey. 2005-11-25 06:02:46 +00:00
Edwin Groothuis
172444444e [NEW PORT] security/jailaudit: Generate portaudit reports for jails from the hostsystem
This port contains a script for generating portaudit reports
	for jails running on a FreeBSD system.

	Jailaudit runs in the Host-system and uses portaudit to
	create reports for every jail currently running.

	It can also be used to send specific report-mails to the
	owner of a jail by running it as a cronjob.

	/etc/crontab example:
	0   4   *   *   *   *   root   /usr/local/bin/jailaudit mail admin@foo.bar "foo.example.com bar.example.com"

	Sends reports-mails of the jails with the hostnames
	foo.example.com and bar.example.com to the mailaddr.
	admin@example.com.

	WWW: http://outpost.h3q.org/software/jailaudit/

PR:		ports/87581
Submitted by:	Philipp Wuensche <cryx-ports@h3q.com>
2005-11-25 02:31:06 +00:00
Edwin Groothuis
b164841180 New port: security/klamav
KlamAV - Clam Anti-Virus on the KDE Desktop

	KlamAV is a KDE 3 front-end to Clam Anti-Virus.  It includes
	the following features:

	- 'On Access' Scanning
	- Manual Scanning
	- Quarantine Management
	- Downloading Updates
	- Mail Scanning (KMail/Evolution)

PR:		ports/84342
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-11-24 21:03:40 +00:00
Edwin Groothuis
dd5f0bf084 security/nettle is out of date : port version is 1.7, available is 1.13
Nettle port is out of date. Nettle website has 1.13 for ages.
	Nettle port needs to be updated for software fixes purposes.

Bumped portversion of lang/pike76

PR:		ports/87655
Submitted by:	Xavier beaudouin <kiwi@oav.net>
2005-11-24 11:25:04 +00:00
Andrej Zverev
ee9e446147 - Fix typo in Makefile (s/aendmail/sendmail/)
PR:		ports/89485
Submitted by:	Demin Alexander (maintainer)
2005-11-24 09:03:52 +00:00
Daniel Harris
0770d9160e Update to 20051123.
PR:		89471
Submitted by:	maintainer
2005-11-23 23:09:34 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Cy Schubert
e855b7b162 Fix the Sparc 64 build. 2005-11-23 21:57:18 +00:00
Pav Lucistnik
a309483668 - Add SHA256
Requested by:	adamw (maintainer)
2005-11-23 21:48:15 +00:00
Florent Thoumie
9937956555 - Fix dependency on prelude (shlib version has been bumped recently).
PR:		ports/89191
Submitted by:	Krzysztof Stryjek <wtp+snort@bsdguru.org>
Approved by:	maintainer
2005-11-23 12:19:03 +00:00
Florent Thoumie
0dc9c8ca7d - Fix permissions of directory for default configuration files.
PR:		ports/89454
Submitted by:	maintainer
2005-11-23 11:52:15 +00:00
Mario Sergio Fujikawa Ferreira
fe645fdf8c New port md4coll version 0.1: Fast MD4 collision generator 2005-11-23 05:16:42 +00:00
Mario Sergio Fujikawa Ferreira
e80ae8339a New port md5coll version 0.1: Fast MD5 collision generator 2005-11-23 05:15:03 +00:00
Pav Lucistnik
de5661f20b - Update to 4.33
PR:		ports/89372
Submitted by:	Demin Alexander <support@spectrum.ru> (maintainer)
2005-11-22 22:10:56 +00:00
Pav Lucistnik
6d6929355f - Fix message templates in default configuration file
PR:		ports/89366
Submitted by:	Demin Alexander <support@spectrum.ru> (maintainer)
2005-11-22 22:07:33 +00:00
Cy Schubert
3fb12e3939 Flag Sparc64 build as broken. 2005-11-22 22:01:57 +00:00
Thierry Thomas
2a2d2becd1 Add an entry for cross site scripting vulnerabilities in Horde's MIME
viewers.
2005-11-22 19:56:53 +00:00
James E. Housley
99b82668f6 Update to DAT 4634 2005-11-22 17:22:05 +00:00
Marcus Alves Grando
f8303769cd Fix build in 4.x
PR:		89405
Submitted by:	maintainer
2005-11-22 12:24:34 +00:00
Edwin Groothuis
b98589079b [patch] security/drweb-postfix have invalid default config
Port security/drweb-postfix have invalid drweb_postfix.conf:
	Template files incorrecly named

PR:		ports/88928
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by:	Alexander Demin <support@spectrum.ru>
2005-11-22 11:27:49 +00:00
Edwin Groothuis
3ad0691868 replace master for lcsrc.zip
previously described problem with missinc loptcrack src.

	patch shoudl fix it cotse has been around for a while, md5's
	match, etc

That was optimistic, cotse.com is not available anymore.
Temporarely put it in the adopted area of my website.

Since
PR:		ports/87751
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2005-11-22 07:09:31 +00:00
Sergey Matveychuk
9c2893448c - Update to 0.6.3. It fixes some crashes,
including potential DoS in aggressive mode.
- Add SHA256

PR:		ports/89365
Submitted by:	ANHULLEBUS Yvan (maintainer)
2005-11-21 23:29:18 +00:00
James E. Housley
0ee31e0821 Update to DAT 4633 2005-11-21 21:08:47 +00:00
Pav Lucistnik
b84879ae8d - Update to 1.9.2
- Mark BROKEN on 4.X

PR:		ports/89089, ports/89318
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-11-21 14:26:03 +00:00
Sergei Kolobov
469725d64c - Remove security/prelude-nids and refer users to security/snort instead:
Prelude project is no longer developing its own NIDS sensor,
  and Snort is now the default NIDS sensor for Prelude
2005-11-21 13:54:20 +00:00
Sergei Kolobov
b612847503 - Disconnect security/prelude-nids from the parent Makefile
prior to deletion
2005-11-21 13:25:22 +00:00
Cheng-Lung Sung
95f0b70aa1 - update to 0.50
- add SHA256 checksum

PR:		89346
Submitted by:	aaron
2005-11-21 05:50:57 +00:00
Kris Kennaway
baa9a633fd BROKEN: Unfetchable 2005-11-21 01:33:38 +00:00
Dirk Meyer
6fe3431739 - update default build options on aplha
Submitted by:   textfield@yahoo.com
2005-11-19 10:35:53 +00:00
Dirk Meyer
1a27ca9723 - backout last patch 2005-11-19 10:35:40 +00:00
Dirk Meyer
63024e55a5 - update default build options on aplha
Submitted by:	textfield@yahoo.com
2005-11-19 10:33:45 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
James E. Housley
03f91fa2f1 Update to DAT 4631 2005-11-18 17:23:29 +00:00
Marcus Alves Grando
c493ac0ce4 Update to 0.12
Add SHA256

PR:		89239
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-18 15:29:47 +00:00
Munechika SUMIKAWA
eca4a66c78 Racoon is now maintained in security/ipsec-tools. 2005-11-18 14:22:26 +00:00
Cy Schubert
1b6e0f60c7 Update 1.4.2 --> 1.4.3 2005-11-18 00:38:05 +00:00
James E. Housley
c38a4e437c Update to DAT 4631 2005-11-17 21:17:52 +00:00
Pav Lucistnik
43ab75bb49 - Update to 1.0.3
- Fix rc script

PR:		ports/89198
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2005-11-17 20:14:49 +00:00
Pav Lucistnik
a17d44ae20 - Update MASTER_SITES
- Add two vendor patches
- Fix config file handling
- Use SUB_FILES for pkg-message and better of USE_RC_SUBR

PR:		ports/89178
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2005-11-17 18:13:11 +00:00
Cheng-Lung Sung
c1b2d26632 - update to 1.4.9
- add SHA256 checksums
2005-11-17 08:37:05 +00:00
James E. Housley
050cd910b7 Update to DAT 4630 2005-11-17 01:20:43 +00:00
James E. Housley
78e45acb14 Update to DAT 4629 2005-11-16 18:00:39 +00:00
Marcus Alves Grando
96a2aa8bd7 phpmyadmin -- HTTP Response Splitting vulnerability
Reviewed by:	simon
2005-11-16 14:17:43 +00:00
James E. Housley
d8de13cbb7 Update to DAT 4628 2005-11-15 19:02:48 +00:00
Andrej Zverev
104ed9ad1c - Move securiy/hping -> net/hping 2005-11-15 08:35:35 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Kris Kennaway
f1e102d270 OKEN: Size mismatch 2005-11-15 04:46:36 +00:00
Michael Johnson
200edfa028 - Update to 0.4.6 2005-11-15 00:04:22 +00:00
Colin Percival
84e38ad43c Now that bsdiff is part of the base system and conditional IGNORE=
lines have been added to misc/bsdiff, make the dependency here
conditional.

Reminded by:	Richmond Felix
2005-11-14 23:10:17 +00:00
Andrey A. Chernov
699520b3cd Website moved 2005-11-14 21:09:39 +00:00
James E. Housley
3781276e40 Update to DAT 4627 2005-11-14 18:42:13 +00:00
James E. Housley
6239dcd249 Update to DAT 4626 2005-11-14 18:41:31 +00:00
Sergey Matveychuk
e1c4707bab libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>
2005-11-14 17:07:08 +00:00
Simon L. B. Nielsen
13c002e952 Add CVE name to an old sudo entry. 2005-11-14 16:57:25 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Renato Botelho
f9c6e25121 - Fix permission of 002.drweb-smf.sh start script
PR:		ports/88982
Submitted by:	maintainer
2005-11-14 13:59:09 +00:00
Edwin Groothuis
b460bd6543 Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
2005-11-14 10:56:29 +00:00
Simon L. B. Nielsen
a8e0909706 Update latest phpSysInfo entry to reflect that 2.4 was in fact not fixed
(or rather, had an incorrect "fix").

Reported by:	Christopher Kunz (advisory author)
Security:	http://www.hardened-php.net/advisory_222005.81.html
2005-11-14 08:45:08 +00:00
Michael Haro
fb302a8778 Upgrade to 0.13 2005-11-14 05:03:34 +00:00
Michael Haro
28d310a503 Upgrade to 1.25 2005-11-14 04:52:36 +00:00
Michael Haro
5dd2875645 Upgrade to 1.6.8.12
PR:		88865
Submitted by:	Phil Oleson <oz@nixil.net>
2005-11-14 04:20:02 +00:00
Ade Lovett
ef677b8e52 Add SHA256 2005-11-14 03:05:46 +00:00
Kris Kennaway
908b149249 Reset undeliverable maintainer address (past 1 month):
<veraldi@cs.unibo.it>: cannot access mailbox /var/mail/veraldi for user
    veraldi. error writing message: Disk quota exceeded

Reindent COMMENT
2005-11-14 02:14:59 +00:00