2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-05-25 23:42:22 by Joerg Sonnenberger | Files touched by this commit (48) |
Log message:
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-03-04 18:57:20 by Johnny C. Lam | Files touched by this commit (61) |
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
|
2006-12-21 20:33:28 by Roland Illig | Files touched by this commit (1) |
Log message:
Oops, some files had been installed with mode 600. Take 644 instead.
|
2006-12-21 20:29:43 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed the file permissions of the installed files, which makes the
package usable for unprivileged builds. PKGREVISION++
|
2006-02-01 01:57:39 by Kimmo Suominen | Files touched by this commit (3) |
Log message:
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.)
|
2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
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-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message:
Create directories before installing files into them.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|