summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add p5-Crypt-PGPSimple 0.13Ying-Chieh Liao2002-06-176-0/+41
| | | | | | | Crypt::PGPSimple provides a simple object-oriented interface to PGP PR: 38622 Submitted by: rachek <rachek@si.freebsd.org>
* add support for postfix and eximYing-Chieh Liao2002-06-173-3/+68
| | | | | | | PR: 32471 Submitted by: Martijn Lina <martijn@ietsvaags.xs4all.nl>, TAKEMURA Masahiro <mastake@msel.t.u-tokyo.ac.jp> Tested by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>, "Julian C. Dunn" <jdunn@aquezada.com> Approved by: maintainer timeout (1 month since I mailed him)
* Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed,Sheldon Hearn2002-06-172-3/+11
| | | | | | and the X11 libraries are not required. Approved by: maintainer
* - Get rid of PERL and use SEDDirk Meyer2002-06-163-9/+18
|
* Add an option OPENSSL_OVERWRITE_BASE=yes as we have done in OPENSHHDirk Meyer2002-06-162-0/+10
|
* I add missing krb5-config.Cy Schubert2002-06-164-0/+4
|
* Fix PLIST.Dmitry Sivachenko2002-06-161-1/+0
| | | | | PR: 39261 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to theWill Andrews2002-06-156-20/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Update to 4207James E. Housley2002-06-142-2/+2
|
* Upgrade to 1.2.2Dmitry Sivachenko2002-06-149-8/+68
| | | | | PR: 39218 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (MAINTAINER)
* Add amavisd-new, performance-enhanced daemonized version of amavis-perl.Anton Berezin2002-06-1310-0/+246
| | | | | PR: 38934 Submitted by: Christopher K Davis (ckd-freebsd@ckdhr.com)
* Upgrade to 4.28.4Andrey A. Chernov2002-06-123-18/+10
|
* Distfile has moved and has new checksum.Cy Schubert2002-06-112-3/+3
| | | | | PR: 39120 Submitted by: MAINTAINER: Joe Greco <jgreco@ns.sol.net>
* - chase distfile namingPatrick Li2002-06-103-5/+8
| | | | | | | | | - whitespace nit - remove a directory from pkg-plist which is not actually created - make prefix safe PR: ports/39111 Submitted by: Erwin Lansing <erwin@lansing.dk>
* upgrade to 0.8.3Ying-Chieh Liao2002-06-106-28/+26
|
* - update to 0.37Pete Fritchman2002-06-093-3/+5
| | | | | | | | - give maintainership to submitter - add WWW: tag PR: 39076 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Upgrade to 2.3.5.Vanilla I. Shu2002-06-092-3/+3
| | | | Submitted by: ijliao
* Unbreak: look in the current + the "old" subdirectories on the master sitePete Fritchman2002-06-091-3/+2
| | | | (currently the distfile is in the "old" subdir)
* The default aide.conf silently fails to check subdirectories, even thoughCy Schubert2002-06-082-2/+3
| | | | | | it appears to be configured to do so. Submitted by: Oliver Crow <ocrow@simplexity.net>
* To ports@freebsd.org.David E. O'Brien2002-06-081-1/+1
|
* Update to 2.5.1Patrick Li2002-06-082-4/+9
| | | | | PR: 39000 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix typing error in OPTIONDirk Meyer2002-06-082-2/+2
| | | | Submitted by: joseph@randomnetworks.com
* Fix a format string vulnerability which appears to be exploitable, andKris Kennaway2002-06-073-0/+25
| | | | bump PORTREVISION.
* Respect CC and CFLAGSKris Kennaway2002-06-071-0/+11
|
* Fix a couple of non-exploitable format string bugsKris Kennaway2002-06-071-0/+29
|
* Fix a couple of fprintf format string errorsKris Kennaway2002-06-071-1/+19
|
* Don't assume pod2man is in /usr/bin.Pete Fritchman2002-06-061-1/+1
| | | | Submitted by: bento
* Update to 0.29.Anton Berezin2002-06-064-3/+5
| | | | | PR: 38892 Submitted by: maintainer
* Update to 4206James E. Housley2002-06-052-2/+2
|
* Honor Option ENABLE_SUID_SSHDirk Meyer2002-06-042-2/+10
| | | | Build defaults witouth SUID
* Update to 0.5. Add optional xsteg.Mark Pulford2002-06-034-5/+24
|
* #include <sys/param.h> instead of <machine/param.h> to fix build onKris Kennaway2002-06-031-0/+11
| | | | -current.
* Fix typo: USE_PERL -> USE_PERL5Pete Fritchman2002-06-021-1/+1
|
* Updated to 0.09Sergey Skvortsov2002-06-024-20/+22
|
* - get rid of duplicate code in Makefiles.Dirk Meyer2002-05-317-39/+125
| | | | | - Fix USE_OPENSSL_PORT and USE_OPENSSL_BASE - drop obsolete/broken USE_OPENSSL
* Upgrade to 4.28.3Andrey A. Chernov2002-05-313-4/+3
|
* Update to OpenSSH 3.2.3Dirk Meyer2002-05-3118-222/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | - patch openssh-3.1-adv.token.patch is now obsolete. - remerged PAM changes form previous port - declare CMSG_* macros. - fixed bad type in function input_userauth_passwd_changereq Update to OpenSSH-portable-3.2.3p1 - patch openssh-3.1p1-adv.token.patch is now obsolete - keep previously declared CONFIGURE_ARGS - remove openssh-mit-krb5-20020326.diff (should be in the distribution now) - patch patch-readpassphrase.c is now in teh distribution - merged previous patches. - extend CONFIGURE_ARGS so it find OPENSSL again. - new patches for GSSAPI, not fully tested. If you have the patch applied: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/36080 Builds with openssl-0.9.6d under: 2.2.8-RELEASE 3.2-RELEASE 4.2-RELEASE 4.6-RC
* I've verified that the tarball that matches the new checksumJacques Vidrine2002-05-301-2/+1
| | | | | | | | | does not contain the configure trojan that the previous tarball did. PR: ports/38716 Submitted by: Dominic Marks <dominic_marks@btinternet.com> (maintainer), Yonatan Bokovza <Yonatan@xpert.com>
* Mark FORBIDDEN until it can be confirmed that we have a good distfile.Jacques Vidrine2002-05-302-1/+3
| | | | PR: ports/38716
* Upgrade to 4205James E. Housley2002-05-292-2/+2
|
* upgrade to 1.2.1Ying-Chieh Liao2002-05-2912-18/+61
| | | | | PR: 38692 Submitted by: maintainer
* Update to 3.1.2 which fixes a recent security problem described at:Pete Fritchman2002-05-282-3/+2
| | | | | | | http://www.ssh.com/products/ssh/advisories/authentication.cfm PR: 38592 Submitted by: maintainer
* Update to 1.0.3.Jacques Vidrine2002-05-282-3/+3
| | | | Reminded by: cy
* Update to 0.28Mario Sergio Fujikawa Ferreira2002-05-282-2/+2
| | | | Submitted by: maintainer
* Add p5-Digest 1.00, modules that calculate message digests.Sergey Skvortsov2002-05-286-0/+39
|
* upgrade to 1.0.0Ying-Chieh Liao2002-05-282-2/+2
|
* Use i586 optimized asm code for msi when i586 over CPUTYPE is set inJun Kuriyama2002-05-272-2/+8
| | | | | | /etc/make.conf. Submitted by: <skrueger@europe.com>
* Remove some old cruft.David E. O'Brien2002-05-272-4/+0
|
* Portlint this, and remove the 1/2backed nmapfe GUI support as there is aDavid E. O'Brien2002-05-271-16/+1
| | | | | proper nmapfe port. I do as one that created and maintained this port for 4 years.
* Add vncrypt 1.0-beta3, cryptographic disk driver for FreeBSD.Sergey Skvortsov2002-05-277-0/+81
|