summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Shared objects must be installed as executable on some systems; converttv1-3/+3
INSTALL_DATA to INSTALL_SCRIPT.
2004-04-27Don't support the updating the in-tree openssh via pkgsrc. pkgsrc reallyjlam4-121/+2
has no business trying to update parts of the base system.
2004-04-27Add handling of utmpx/wtmpx on NetBSD-current.markd6-11/+154
Bump PKGREVISION.
2004-04-27Something in our framework interferes with configure disabling utmp/wtmpmarkd1-1/+5
handling on Solaris >= 8 so do it explicitly.
2004-04-27Use krb5.buildlink3.mk to find krb5 locations.markd1-5/+7
2004-04-27Teach about recent NetBSD versions.markd1-4/+5
Finish buildlink3 changes. Obscure LOCALBASE path so that base system compilers dont match the prefix otherwise compiler.mk then wants to build the pkgsrc gcc package. (ick)
2004-04-27Convert to buildlink3.snj17-40/+40
2004-04-27Add bl3 file.wiz1-0/+18
XXX: needs builtin support.
2004-04-26Updated security/mit-krb5 to 1.3.3. Changes from version 1.3.2 include:jlam2-14/+10
[2284] Fixed accept_sec_context to use a replay cache in the GSS_C_NO_CREDENTIAL case. [2453] The AES string-to-key function no longer returns a pointer to stack memory when given a password longer than 64 characters. [2277] In sendto_kdc, a socket leak on connection failure was fixed. [2384] A memory leak in the TCP handling code in the KDC has been fixed.
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26Convert to buildlink3.snj2-4/+4
2004-04-26Make build on Interix.tv1-1/+2
2004-04-25Convert to bl3; update comments in Makefile.intree.wiz2-11/+11
2004-04-25Unused.wiz2-39/+0
2004-04-25Make compile on Interix. No-op change for other platforms, so no PKGREVISIONtv4-13/+36
bump. (Main MI change: -soname -> -h, as some GNU ld(1) wants --soname instead of -soname, but -h works on all GNU ld(1) versions.)
2004-04-25Convert to buildlink3.snj5-15/+15
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj2-10/+10
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-5/+5
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25This does not need buildlink2.snj1-4/+2
2004-04-25Convert to buildlink3.snj1-4/+4
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25Convert to buildlink3 and make pkglint happy.snj1-3/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-24bl3ifyxtraeme3-9/+9
2004-04-24bl3ifyxtraeme4-4/+40
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam4-8/+8
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed1-3/+3
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23Fix reference to rc.d script. It had "${RCD_SCRIPTS_EXAMPLEDIR}/etc/rc.d/"reed1-2/+2
which by default (at this time) was "/usr/pkg/etc/rc.d/etc/rc.d/".
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed19-43/+19
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23bl3ifymarkd1-3/+5
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-4/+4
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-20Simplify.xtraeme1-5/+3
2004-04-20Added honeyd{,-arpd}.xtraeme1-1/+3
2004-04-20Initial import of honeyd-arpd-2.0, from pkgsrc-wip packaged by Adrianxtraeme7-0/+106
Portelli. This is the ARP daemon for honeyd.
2004-04-20Initial import of honeyd-0.8b, from pkgsrc-wip packaged by Adrianxtraeme6-0/+117
Portelli with minor changes by me. Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation. Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems.
2004-04-18Convert to buildlink3.snj3-21/+21
2004-04-17regen to remove unused entries.minskim1-3/+1
2004-04-17Add support for Linux/i386. Add DIST_SUBDIR since NetBSD binary archiveben3-9/+28
contents changed without changing the filename. Also update distinfo and PLIST.
2004-04-16+jessietv1-1/+2
2004-04-16Jessie 0.9.7, a GPL implementation of the Java Secure Sockets Extensiontv4-0/+63
(JSSE), requiring a JVM with GNU Classpath (currently only kaffe in java-vm.mk qualifies).
2004-04-16+gnu-cryptotv1-1/+2