Commit graph

38 commits

Author SHA1 Message Date
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
shattered
e5f29882ae Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits.  (Can happen on Linux --
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
2016-03-03 19:42:29 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.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-11-03 23:27:00 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
jlam
a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
rillig
42c2229335 Oops, some files had been installed with mode 600. Take 644 instead. 2006-12-21 19:33:28 +00:00
rillig
166eb2d17f Fixed the file permissions of the installed files, which makes the
package usable for unprivileged builds. PKGREVISION++
2006-12-21 19:29:43 +00:00
kim
bb97625947 Upgrade to version 1.76. Notable changes:
-   The most common/important file formats are recognized based on file
    contents, not just file name and MIME-type.  Detects WMF files, to
    allow reliable blacklisting.  Detects when people try to disguise
    non-JPEG/GIF/PNG content as such files and defangs such attachments.

-   Bug fixed, where disinfection wouldn't result in the modification
    count of a message being incremented.  Some 3rd party systems rely
    on the modification count to determine whether to use the output or
    not.  This is a critical fix for such systems.

-   Improved handling of Yahoo DomainKeys.

-   Fixed crash when multiple Content-Transfer-Encoding headers were
    present in the same message part.

-   Added mailblogger.pl, to the distribution.  This program has
    nothing to do with security, but uses the MIMEStream parser to
    extract images from e-mail and can subsequently generate thumbnails
    and re-post both text and images to a web-site, to implement
    email-to-www gateway functionality.  (E.g. mobile blogging.)
2006-02-01 00:57:39 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
kim
4ee1b76a15 Don't copy dot files over, either. 2005-02-21 22:37:55 +00:00
kim
9894ec48ed Update to anomy-sanitizer 1.69:
Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/
    directory, after being invited to do so by Derrick Webber of Advosys.

    Added sanitizer.procmail ruleset to contrib/, illustrating how to
    implement a quarantine and add custom headers to infected e-mails.

    Fixed priority bug in filename detection code, which would in some
    cases give higher priority to Content-IDs than it gave to the MIME
    filename attributes.

    Made the file-name/MIME-type sanity checks configurable (default on)
    via. the feat_sane_names variable.  Set to 0 to disable.

    Added support for scripts which want to pass the name of a detected
    infection using the a line "Anomy-FileScan-VirusName: blah" like.
    This makes the following new variables available to the file replacement
    tempalte:

       %VIRUSNAME    - Propogated from Anomy-FileScan-VirusName
       %SUMMARY      - Propogated from Anomy-FileScan-Summary
       %DESCRIPTION  - Propogated from Anomy-FileScan-Description

    This corrects problems, implements and expands on suggestions
    (posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352)
    by Derrick Hudson (dman at dman13.dyndns.org).
2004-12-29 18:45:49 +00:00
mjl
621162665a Update anomy-sanitizer to 1.68
Added system_io_file variable to allow plugging in of custom
    replacements for the IO::File module, to facilitate internal FRISK
    development.

    Fixed a problem with the mime-type auto-detection code which would
    corrupt certain messages when feat_log_after was enabled.  This
    probably also have caused problems in other cases, but so far none have
    been reported.

    Include the TNEF hooks in Sanitizer in default distribution and made
    inclusion of Anomy::TNEFStream "lazy" to save cycles in one-shot modes.
    Note that the Anomy::TNEFStream modules still isn't distributed by
    default.

    Tuned the MIME parser to catch more of the exploits illustrated on
    http://testvirus.org/.  Also fixed a bug in the position counting.  These
    two changes combined effect almost all of the test cases (lines containing
    pos= and MIME info almost all change).

    Added the following options to configure the HTML cleaner (all are off
    by default):

       feat_html_noexe     Disallow links to executables
       feat_html_unknown   Allow unknown HTML tags
       feat_html_paranoid  Paranoid HTML Cleaner mode, bans all src= links
                           and enables feat_html_noexe paranoia as well.

    Added code to decrease the odds that attachments with content-IDs
    ending in ".com" get mistakenly treated as executables.

    Tweaked MIME parsing to catch a few more odd virus-generated messages.
2004-06-06 14:58:29 +00:00
kim
5bf81a3305 Avoid copying '*.orig' files when installing. 2004-04-29 23:04:34 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
kim
743700ddcf Upgrade to 1.66:
- fix issue with "all mail gets deleted", which was caused by looking at
  Content-ID for filenames (new feature in 1.61); this resulted in mail
  from ".com" domains to be considered ".com" attachments (patch-aa)
- fixes "PDF corruption problem" (1.64)
2004-01-18 23:40:12 +00:00
jlam
d19f053e4d bl3ify 2004-01-06 07:17:03 +00:00
taca
f1abf4a906 Add missing files to PLIST to fix errror with pkg_delete(1). 2003-09-21 14:17:26 +00:00
mjl
0274d31c5a Update anomy-sanitizer to 1.63.
Changes include some improvements to the file detection mechanism,
interface to the f-prot virus scanner as well as quite a lot of bug
fixes. Note: the last pkgsrc version was from over 1.5 years ago.
2003-08-31 13:51:20 +00:00
kim
55ed9a1e65 Downgrade to 1.49 due to problems where sanitizer delivers empty messages. 2003-06-09 01:53:15 +00:00
kim
90f4268899 Upgrade to 1.60:
Minor update to MIME type checking rules, to allow more legal MIME
    types.

    Made the multipart detection code less aggressive, in small text
    messages it would mistake common ascii-graphic signatures for message
    boundaries and mess up the parsing quite badly.

    Made the filename checker check ALL possible file names against
    each rule, instead of just checking the "default" one.  If
    feat_mime_files is set, then the default file-name for that mime
    type will be checked as well.  This is a major improvement to
    security, but requires that filename rules are ordered so that
    that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules.

    Made the sanitizer read /etc/mime.types (if it exists) to generate a
    more complete list of default filenames for unnamed parts.
2003-06-08 16:01:24 +00:00
kim
7aad4fd525 Upgrade to 1.59, numerous bug fixes, please see:
http://mailtools.anomy.net/CHANGELOG.sanitizer.txt
2003-05-16 23:18:46 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
simonb
ed4ff8479d This needs a DEPENDS on security/p5-Digest-MD5 to work. 2002-07-21 04:47:08 +00:00
kim
7af5e8ab94 Import mail/anomy-sanitizer-1.49:
Anomy Sanitizer filters mail messages checking for common exploits and
hostile file attachments. For instance: it can remove attachments,
rename unknown file types, "defang" HTML messages, fix MIME headers,
and call external virus scanners to scan email attachments.
2002-07-20 20:28:22 +00:00