summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-06Added MESSAGE file.shannonjr1-0/+13
2006-06-06PLIST correction.shannonjr1-4/+1
2006-06-06Added sql to create additional database indices supporting deletion. Withoutshannonjr4-8/+17
these indices web browser will often timeout before delete operation completes. Update to libpreludedb 0.9.8. Changes: - Always use prelude_escape_binary() when inserting additional data, even in case we're inserting a string, since the database field might be of a type that require binary kind of escaping. Fix #143. - Implement reading of message_processing_model, security_model, security_level. Handling of community member is deprecated (IDMEFv16 update). - Fix a bug where Service->ip_version would not be read from database. - Error reporting improvement.
2006-06-06Update to libprelude 0.9.9. Changes:shannonjr3-10/+13
- Correct IDMEF v16 checksum algorithms letter case. - Detailed, verbose error reporting when failing to read IDMEF message. - Detailed, verbose error reporting for unsupported value operation.
2006-06-06Completed the recent change by Stoned, who overlooked a second instancerillig1-2/+2
of bsd.sites.mk in a comment.
2006-06-06A variable that appears as a whole shell word may either be used as arillig1-4/+8
list of shell words, or sometimes as a single shell word. Compare: ${LD} ${LDFLAGS} and ./configure -libs ${LDFLAGS:Q}. So in this case, the :Q operator cannot be checked reliably.
2006-06-06Some small refinements.rillig1-5/+5
2006-06-06When using find to search for the "All" directories containing binarydmcmahill1-4/+13
packages, use -follow. Hopefully this will pick up all of the binary packages again after the ftp.netbsd.org reorganization.
2006-06-06Note initial addition of p5-Module-Install-Substitute version 0.02seb1-1/+2
as devel/p5-Module-Install-Substitute into the NetBSD Packages Collection. This Perl 5 module is an extension for the Module::Install system that allow you to substitute values into files before install, for example paths to libs or binary executables.
2006-06-06Add & enable p5-Module-Install-Substituteseb1-1/+2
2006-06-06Initial import of p5-Module-Install-Substitute version 0.02 into the NetBSDseb4-0/+31
Packages Collection. This Perl 5 module is an extension for the Module::Install system that allow you to substitute values into files before install, for example paths to libs or binary executables.
2006-06-06Note initial addition of p5-Test-File-Contents version 0.03 asseb1-1/+2
devel/p5-Test-File-Contents into the NetBSD Packages Collection. This Perl 5 module prodives test routines for examining the contents of files.
2006-06-06Add & enable p5-Test-File-Contentsseb1-1/+2
2006-06-06The new avatar of pkgsrc/mk/bsd.sites.mk is named pkgsrc/mk/fetch/sites.mkseb1-2/+2
2006-06-06Initial import of p5-Test-File-Contents version 0.03 into the NetBSD Packagesseb4-0/+25
Collection. This Perl 5 module prodives test routines for examining the contents of files.
2006-06-06Added the proper types for many of the variables that have beenrillig1-40/+61
unchecked before (mainly because of limitations in earlier pkglint versions). Added ACL constants for user-defined, system-defined and command-line variables.
2006-06-06Enumerations don't need the :Q operator.rillig2-4/+6
2006-06-06Improved variable_needs_quoting.rillig2-8/+30
2006-06-06Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists.jlam1-4/+3
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam6-194/+246
into a new file pkgsrc/mk/tools/create.mk. This leaves bsd.tools.mk as a file that pulls in all of the other ones. Also move the tools-related targets from bsd.pkg.mk into bsd.tools.mk. The tools cookie file has been removed, as well as hooks for {pre,do,post}-tools. Instead, there is now only a single public target "tools" which may be invoked. Invoking "tools" will always cause all of the tools in ${TOOLS_DIR} to be created. The "tools" step has been moved and is now just after the "depends" step and before sources are extracted. This is the earliest place where the "tools" step can be taken, and it allows the created tools to be used in all steps/phases after it, starting with "extract". As a consequence, we should just invoke tools by their bare names in targets, e.g. awk, sed, patch, etc., instead of with the ${VARIABLE} names, e.g. ${AWK}, ${SED}, ${PATCH}, etc.
2006-06-06Updated pkglint to 4.64.rillig1-1/+2
2006-06-06Updated pkglint to 4.64.rillig1-2/+2
Changes since 4.63: - Many diagnostics for the :Q operator have been wrong. They are currently left out, but will be re-added later. In the mean time, no diagnostics are better than wrong ones. - Made defining the permissions for variables easier by providing a way to define "permission constants".
2006-06-06When it is not clear whether the :Q operator should be used or not,rillig1-6/+3
return dont_know instead of true.
2006-06-06Refactor "patch" code into correspondingly named subdirectory ofjlam5-153/+197
pkgsrc/mk. Also get rid of the recursive make for the "patch" target. This basically merges the "patch" phase into the "tools" phase. There should eventually be a standalone script that can be used to verify checksums listed in distinfo that should be used instead of the roll-your-own code in the do-pkgsrc-patch target.
2006-06-06Improve the warning message if the vulnerabilities file is not found.jlam1-5/+5
2006-06-06Add documentation about which are the public targets for the fetch module.jlam1-1/+9
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam11-610/+694
subdirectories of pkgsrc/mk. Move the following files around for locality: pkgsrc/mk/scripts/extract -> pkgsrc/mk/extract/extract pkgsrc/mk/bsd.sites.mk -> pkgsrc/mk/fetch/sites.mk Also get rid of the recursive make for the "fetch" and "extract" targets. This basically merges the "fetch" and "extract" phases into the "patch" phase. There is still much more work to do to simplify the fetch code, but this is a good start.
2006-06-06Use BSD_INSTALL_* to set permission correctly.minskim5-23/+23
2006-06-06Note PKGREVISION bump of pulsar.minskim1-1/+2
2006-06-06Include pam.buildlink3.mk to enable PAM on platforms without nativeminskim1-2/+3
PAM. Bump PKGREVISION.
2006-06-06Do not install files directly into etc; it should be handled throughminskim2-1/+17
CONF_FILES.
2006-06-06Remove trailing blank line.jlam1-2/+1
2006-06-06Make show-options target output shorter as requested by dillo@seb1-8/+2
2006-06-06Honor BIN{OWN,GRP,MODE}.minskim1-1/+3
2006-06-06Honor *OWN, *GRP, and *MODE.minskim2-2/+7
2006-06-05Buildlink gettext-lib because this package needs the gettext library.minskim1-1/+2
2006-06-05Note update of mathomatic.minskim1-1/+2
2006-06-05Update mathomatic to 12.5.15.minskim2-6/+6
Changes: - Excess variables cleanup of taylor command. - Changed argument of push command from an equation number to an equation number range. - Added easy selection of equation spaces, just type the number at the prompt. - Allow flist command when Mathomatic is compiled as a library.
2006-06-05Note PKGREVISION bump of bioperl.minskim1-1/+2
2006-06-05Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+12
2006-06-05Sort entries -- no change to package.reed1-108/+108
2006-06-05+ R-2.3.1, cgdb-0.6.3, cvsd-1.0.12, grace-5.1.20, libtheora-1.0alpha6,wiz1-9/+18
libwpd-0.8.5, links-gui-2.1.0.22, nas-1.8, nsd-2.3.5, p5-Apache-DBI-1.01, p5-Apache-Session-1.81, p5-File-Find-Rule-0.30, p5-Params-Validate-0.84, p5-razor-agents-2.82, rsnapshot-1.2.9, smlnj-110.59, sylpheed-claws-2.2.1.
2006-06-05Update of mail/spamassassin to 3.1.3.heinz1-1/+2
2006-06-05Updated to version 3.1.3.heinz3-21/+7
Pkgsrc changes: - patch-bb for no longer necessary (integrated upstream). Changes since version 3.1.2: ============================ - bug 4926: given a certain set of parameters to spamd and a specially formatted input message, users could cause spamd to execute arbitrary commands as the spamd user - bug 4932: the userstate dir and userprefs file would not be created under certain conditions.
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam18-108/+107
in various places.
2006-06-05Added the command line argument -D{foo,bar,...} that enables or disablesrillig3-65/+134
certain categories of debugging output.
2006-06-05Minor corrections.rillig1-3/+3
2006-06-05+ capc-calc-2.12.0.1, gsasl-0.2.12 [pkg/33638], hyperestraier-1.2.8,wiz1-4/+5
nagios-2.4.
2006-06-05don't include nfs statistics in the iostats; pointed by Veegochristos2-7/+8
2006-06-05Update to 0.98.6.gdt3-8/+15
Security: ripd: - RIPD unauthenticated route table broadcast: CVE-2006-2223, OSVDB ID 25224, Secunia SA19910 - RIPD unauthenticated route injection: CVE-2006-2224, OSVDB ID 25225, Secunia SA19910 [ripd] 0.98 specific command changes, allow no-auth to be set [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates [doc] Add text on 0.98 specific RIP authentication changes [docs] Update ripd docs on version and authentication, see bugs #261,#262 Thanks to Konstantin V. Gavrilenko for report and testing. bgpd: - bgpd Telnet Interface DoS: OSVDB ID 25245: http://www.osvdb.org/displayvuln.php?osvdb_id=25245 [quagga-dev 4051]: http://lists.quagga.net/pipermail/quagga-dev/2006-March/004052.html [bgpd] Fix infinite loop in community_str2com [No NEWS entries for 0.98.2 to 0.98.6; many bugfixes]