summaryrefslogtreecommitdiff
path: root/net/oinkmaster
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-09-17PR/39143 -- use generic 'perl' option instead of private one.shattered1-3/+4
2010-12-23Set LICENSE.wiz1-1/+2
2010-02-11DESTDIR supportjoerg1-15/+16
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-12-08PKGREVISION--adrianp1-2/+1
No change in default behaviour so we don't need to bump this.
2008-12-08Oinkmaster can either use external tools or Perl modules to do it's jobadrianp2-4/+24
so expose this via options.mk Silence SUBST_SED pkglint warning PKGREVISION++
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-09Update to 2.0adrianp2-8/+7
> o Major version bump to celebrate that Oinkmaster has now turned 5 > years old! > o When using the -U argument to merge new variables, you can now also > specify -S <file> to specify which files in the downloaded rules > archive(s) to search for new variables. If -S is not specified, only > snort.conf is searched, just like before. As usual, no variable > merge is done unless -U is specified. You may specify multiple > -S <file> arguments to search for variables in multiple files, e.g. > "... -S snort.conf -S foo.conf ...". > o Handle multi-line variable definitions when merging variables. > o Obfuscate the oinkcode when printing URLs, unless running in verbose > mode. > o Added ability to grab rules files from a local directory by > specifying dir://<directory> as URL. > o Suppress warnings about using modifysid on non-existent SIDs when > running in quiet mode. > o Added some modifysid sanity checks > o Added Q33 to the FAQ on how to disable all rules by default and > only activate specific ones, with example how to automatically > update only a few selected rules from Bleeding Snort. > o Other documentation updates. > o Misc improvements to the config file parser. > o You can now set the HTTP User-Agent header string for Oinkmaster by > specifying "user_agent = ..." in oinkmaster.conf. The default > User-Agent string is unchanged, i.e. the string that LWP or wget set > it to by default. Based on patch from Derek Edwards. > o Make contrib/addmsg.pl handle some multi-line statements. > o contrib/create-sidmap.pl: > - don't ignore rules that are commented out > - ignore the file deleted.rules by default (you don't use it, do you?!)
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+1
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+3
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-02- Update oinkmaster to nb1adrianp4-28/+40
- Fix SUBST_* to get it working in the right order - Change location of oinkmaster.conf - Update MESSAGE to show where oinkmaster.conf is now stored - Depend on the snort{-pgsql,-mysql} package - Automagically ${LN} files instead of just telling the user to do it - Whitespace police
2005-04-27- Update to oinkmaster 1.2adrianp3-9/+10
- Fix ln => ${LN} in MESSAGE - From the ChangeLog: > o Slightly improved modifysid/template documentation and examples. > For example, added a new template to disable a SID but only if it has > a specific revision number so you can disable a rule temporarily and > automatically start using it again if it becomes updated. Thanks to > Russell Fulton for this suggestion. > o Suppress warnings about non-matching modifysid expressions when > running in super quiet mode (-Q). > o Permit .tgz suffix for rules archive. > o Permit filename as argument to modifysid (and use_template) to apply > a substitution expression on all rules in the specified files(s). > o You can now download multiple rules archives from different URLs at > the same time, either by specifying several -u <url> on the command > line or by using several url=<url> directives in the Oinkmaster > configuration file(s). See the default oinkmaster.conf and the FAQ > for more information. > o Many updates to the FAQ, especially regarding how to update rules > from multiple sources. Also added info about how to use Oinkmaster > after Sourcefire changed the license of the rules. > o Because of the license change, no URL is specified in the default > oinkmaster.conf anymore. You will have to follow the instructions > in there and activate the requested URL(s). > o modifysid/use_template statements of all types will now be processed > in the exact order as specified in the config file. Previously, all > the wildcards were processed last. > o Slightly improved error handling when running under Windows. > o Removed some useless buttons and changed default URL list in the GUI. > o Misc other minor fixes.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-29- Update oinkmaster to 1.1adrianp3-22/+33
- Tidy up of package - New homepage on SourceForge - Install man page, extra examples and extra doco - Lots of change/bugfixes see: http://oinkmaster.sourceforge.net/changelog.shtml
2004-04-20Initial import of oinkmaster-0.8, from pkgsrc-wip packaged by Adrianxtraeme5-0/+75
Portelli with minor changes by me. Oinkmaster is simple Perl script released under the BSD license to help you update/manage your Snort 2.0+ rules and comment out the unwanted ones after each update (among other things). It will tell you exactly what had changed since the last update, hence giving you good control of your rules. Oinkmaster can be used to manage the official rules from www.snort.org, but can just as well be used for managing your homemade rules and distribute them between sensors.