summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* ---snip---netchild2004-01-253-2/+35
| | | | | | | | | | | | | | | | | | | | | | | Improve Kerberos support in ssh2: - Change the WITH_KERBEROS knob into a WITHOUT_KERBEROS knob so kerberized ssh2 automatically is built when MIT Kerberos is installed, unless the WITHOUT_KERBEROS knob is defined. - Check for a library unique to MIT Kerberos to make sure it's not Heimdal that KRB5_HOME accidentally points to. - Add dependency on security/krb5 when built with Kerberos support. - When compiled with Kerberos support also turn it on by default in client and server config files and set "PermitRootLogin" to "nopwd" to only allow those with root tickets declared in ~root/.k5login" to login as root. [1] Ssh2 now should work out of the box in an environment using MIT Kerberos. Submitted by: Peter Losher <Peter_Losher@isc.org> [1] (kerberos-patch-*) Tested by: Peter Losher <Peter_Losher@isc.org> ---snip--- Submitted by: maintainer Strange commit log formatting to prevent ambiguous "Submitted by" lines by: committer
* List home page.trevor2004-01-251-0/+2
|
* - Update to 1.1.4sergei2004-01-242-2/+2
| | | | | PR: 61842 Submitted by: maintainer
* Change the references to -STABLE and -CURRENT to 4.X and 5.X respectivelymarcus2004-01-241-2/+2
| | | | as the latter is more new user-friendly.
* - Unbreak by changin mysql dependencypav2004-01-231-2/+3
| | | | | PR: ports/61792 (inspired by) Submitted by: Michele Possamai <possamai@xs4all.nl> (maintainer)
* - Fix build on 5.xkrion2004-01-235-5/+57
| | | | | PR: ports/61762 Submitted by: maintainer
* Now gettext 0.12.1 is gettext-old.trevor2004-01-2313-13/+13
|
* - Update to version 0.0.10krion2004-01-235-9/+923
| | | | | PR: ports/61783 Submitted by: Ports Fury
* - Update to version 0.32krion2004-01-233-6/+5
| | | | | PR: ports/61784 Submitted by: Ports Fury
* - Update to version 0.0.14krion2004-01-233-2/+6
| | | | | PR: ports/61785 Submitted by: Ports Fury
* - Update to version 0.0.14krion2004-01-232-2/+3
| | | | | PR: ports/61782 Submitted by: Ports Fury
* Update to 0.22 release.ale2004-01-232-2/+2
| | | | | | PR: ports/61775 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Approved by: nork (mentor/implicitly)
* - Update to 2.10aclement2004-01-239-12/+119
| | | | | PR: 61755 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Use LS macro.trevor2004-01-231-1/+1
|
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1
|
* Use PAX macro.trevor2004-01-221-1/+1
|
* - set new MAINTAINERdinoex2004-01-221-2/+2
| | | | | | | | | | rabbi@abditum.com (Len Sassaman) wrote: I'm interested in taking over the maintainer role for PGP 6.5.8. Ian Goldberg and I wrote some patches a while ago which correct the known problems in it. It still has its uses, particularly with older scripts, and the internal crypto is more easily auditable than GnuPG. I believe it should be still accessible through the ports tree.
* Update to DAT 4137jeh2004-01-212-2/+2
|
* Add OPTIONS supportmat2004-01-211-0/+6
|
* - update to 20040120dinoex2004-01-213-3/+11
| | | | | | | | - Added some docs PR: 61675 Submitted by: rob@debank.tv - Fix: remove docdir
* - Update to 0.41clement2004-01-212-2/+2
|
* Comment out OPTIONS for now.sergei2004-01-201-4/+4
| | | | | | Let's wait till the dust settles. ;) Sometimes it helps when you read freebsd-ports *before* committing...
* Oops - marcus did add OPTIONS already <blush>sergei2004-01-201-8/+1
| | | | | I still prefer to have near the top of the Makefile - right after the dependencies section
* Use OPTIONS infrastructure from bsd.port.mksergei2004-01-201-0/+5
|
* Here come the patches!marcus2004-01-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25]
* - update to version 3.50eik2004-01-194-31/+2
| | | | Approved by: marcus (mentor)
* - Update to 1.8.2pav2004-01-192-2/+2
| | | | | PR: ports/61588 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* Upgrade to version 4.32. This also include a script uvscan_secure, whichjeh2004-01-193-6/+8
| | | | | | adds the --secure option. Submitted by: Andre Albsmeier
* *******************IMPORTANT*******************jeh2004-01-192-2/+2
| | | | | | | | 4316 Emergency Dat release due to: W32/BAGLE@MM Mass Mailer **********************************************
* Upgrade to 20040116a.sumikawa2004-01-194-4/+4
|
* - Update 1.1.2clement2004-01-1812-420/+381
| | | | | | | | | While I'm here: - Use %%DATADIR%% and %%DOCSDIR%% PR: 61510 Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Update to PORTREVISION 2clement2004-01-189-183/+177
| | | | | | | | | | | - Tarball has been rerolled While I'm here: - fix docs intall - Use %%DATADIR%% PR: 61511 Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* Support Berkeley DB 4.2.ume2004-01-174-18/+80
| | | | | | | | Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
* Make fetchablearved2004-01-171-1/+1
| | | | | PR: 61453 Submitted by: Jason Harris
* update to 1.13mharo2004-01-162-2/+2
|
* Create the keyring in ${WRKDIR}arved2004-01-161-2/+4
|
* Don't create the default keyring, if gnupg is installed.arved2004-01-162-4/+8
| | | | Requested by: Randy Bush
* - Update to 0.9.1clement2004-01-163-5/+5
| | | | | | | | - Revert to clamav_milter_enable (rc.subr) PR: 61431 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Approved by: erwin (mentor) (implicitly)
* *******************IMPORTANT********************jeh2004-01-162-2/+2
| | | | | | | | | 4315 Emergency Dat release due to: Incorrect identification of EXPLOIT/LINUX Incorrect identification of UNIX/EXPLOIT-SSHIDEN ************************************************
* - Update to version 0.0.13krion2004-01-162-2/+2
| | | | | PR: 61429 Submitted by: Ports Fury
* - Update to version 0.0.12krion2004-01-162-2/+2
| | | | | PR: 61428 Submitted by: Ports Fury
* Updated to 1.1.0skv2004-01-162-3/+4
|
* add WITHOUT_LOGIN and WITHOUT_PLAIN.ume2004-01-152-7/+19
| | | | Requested by: Hans Hbner <hans@huebner.org>
* Update to DAT 4314jeh2004-01-152-2/+2
|
* - Update to 0.40clement2004-01-143-8/+12
| | | | Approved by: erwin (mentor) (implicitly)
* Upgrade to 20040114a.sumikawa2004-01-144-6/+4
|
* - Update to 2.02pav2004-01-134-126/+5
| | | | | | | | | | | | | | | | * Fix severe byte order related problem with "route-to" rules (much help from Joris Vandalon with testing here) * Make tcpdump's -w flag work for if_pfsync * Fix byte order and drop lock for icmp_error() calls. (note that it is necessary to allow icmp_error messages - from "block-policy return" - as FreeBSD does not know about pf's special tags, yet). - update ALTQ-message to point to the new 5.2R-patchset from rofug.ro as well PR: ports/61318 Submitted by: Max Laier <max@love2party.net> (maintainer)
* - Update to 20040113dinoex2004-01-135-8/+49
| | | | | | | | | Add freshclam daemon startup script Modify freshclam.conf with sane values Milter script cleanup (Milter socket changed) PR: 61313 Submitted by: rob@debank.tv
* Update MASTER_SITE and WWWmat2004-01-132-7/+6
|
* - Update my email addressclement2004-01-136-6/+6
| | | | Approved and reviewed by: erwin (mentor)
OpenPOWER on IntegriCloud