Commit graph

2629 commits

Author SHA1 Message Date
martti
5074fe7691 Added optional postgresql support 2004-02-16 09:31:06 +00:00
sketch
325ba9a079 Use PKGDIRMODE and SHAREMODE to ensure the installed documentation files can be
properly deleted on operating systems which are picky about permissions.
2004-02-15 21:33:15 +00:00
tron
3dc19015c5 Use buildlink3 framework. 2004-02-15 13:13:52 +00:00
minskim
8c083ed413 bl3ify 2004-02-14 19:20:41 +00:00
snj
1f98985a4f Whitespace fix. 2004-02-14 18:26:56 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
minskim
0e68344a80 bl3ify 2004-02-14 18:22:56 +00:00
snj
ae57b368df Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
2004-02-14 18:03:03 +00:00
snj
64a672006b Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
2004-02-14 17:55:18 +00:00
snj
0da8657609 Put post-install information into MESSAGE instead of using an INSTALL
script.  Okayed by wiz.
2004-02-14 17:45:44 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
snj
779cf2a1ec s/dependant/dependent/ 2004-02-13 23:46:25 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC.  Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE.  If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
2004-02-12 02:35:06 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
tron
17dfe1cd31 Update "mutt" package to version 1.4.2. Changes since version 1.4.1:
This version fixes a buffer overflow that can be triggered by incoming
messages.  There are reports about spam that has actually triggered
this problem and crashed mutt.
2004-02-11 15:21:57 +00:00
recht
aac46ee0fd update to 0.66
This version is a response to the "clamav 0.65 remote DOS exploit"
information published on popular security-related mailing lists.

Other changes include: (see the README for a full list)

-) clamd:
    + fixed database timestamp handling (and a double reload problem reported
      by Alex Pleiner and Ole Stanstrup)
    + new directive: ArchiveMaxCompressionRatio
    + new command: SESSION (starts a clamd session and allows to do multiple
      commands per TCP session)
    + new directives: TemporaryDirectory, LogClean (Andrey V. Malyshev)

-) freshclam:
    + support for freshclam.conf (that may be optionally merged with
      clamav.conf, command line options overwrite config settings)
    + work-around for potential database downgrade (subtle problem
      in r-r dns handling) - reported by Daniel Mario Vega and patched
      by Luca Gibelli

Fix build by rather patch "configure" directly instead of configure.in
(autoconf failed). Tested on NetBSD-current and Linux (some kind of Debian).
2004-02-11 10:55:49 +00:00
xtraeme
79317ebe2d bl3ify 2004-02-11 04:35:20 +00:00
xtraeme
38b0e92153 Bump PKGREVISION to balsa2 and evolution due to gtkhtml3 update. 2004-02-11 04:02:48 +00:00
xtraeme
0429a7dd4a bl3ify 2004-02-11 02:54:41 +00:00
grant
170f5dee4d Update to thunderbird-0.5 (Solaris/sparc will be updated when builds
become available).

Changes since 0.4:

*  New Features

We now support the notion of multiple identities per mail
account. This makes it easy to have several email addresses which end
up going into the same account. Read More about how to hook this up.

Thunderbird 0.5 includes Secure Password Authentication using a
new cross-platform NTLM authentication mechanism for POP3 and SMTP.

Option to turn on the Mozilla 1.x style folder columns in
Thunderbird (Tools / Options / Advanced / General Settings).

A new Palm Sync Address book conduit is now available for 0.5.
You can now do a one way sync, PC -> Palm or Palm -> PC, by changing
the hot sync conduit setup. We now prevent duplicate cards in
Thunderbird address books when syncing with Palm categories. Numerous
improvements with the initial sync.

A new, improved version of the offline extension is now
available for 0.5. Please read the installation notes in this document
about how to first uninstall old extensions.

Improved Spell Checker including a new US dictionary.

Ability to paste names or addresses from a spreadsheet directly
into the addressing widget of a new compose window.

Improved profile migration from Netscape 4.x.

* Recently Fixed Bugs

If a new message arrives while you are reading a message, we no
longer scroll the message body back to the top.

When saving an IMAP attachment, we no longer re-download the
attachment from the server.

Saving an attachment now brings up a standalone progress window.

Copying a message to a Sent Folder now shows progress in the
progress window.

When saving or opening an attachment, the progress dialog now
reports accurate progress information.

We now mark IMAP messages read in a folder if they are deleted
or moved to another folder. This fixes incorrect unread counts when
checking folders other than the Inbox for new messages.

LDAP searches now honor the directory search filter property.

Ability to paste a single cell of data from Microsoft Excel into
the compose window body.

Problems with IMAP folders three levels deep not showing up when
you are not using the IMAP subscription model.

Tools / Options / Attachments / Attachment Folder setting is now
remembered.

Linux builds no longer crash when viewing HTML messages
requiring a JAVA plugin.

Improved handling of apple double encoded attachments from OSX
clients.

No more new mail alert notifications when all incoming messages
are Junk.

"Remove from server after x days" has been implemented for POP3
mail accounts.

* Performance Improvements

Faster folder loading.

* Improved Stability and Polish

This release is based on the Mozilla App-Suite 1.6 final branch
and includes all of the stability work that went into Mozilla 1.6.
2004-02-10 11:36:48 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
jlam
ab5902a5d9 bl3ify 2004-02-10 00:32:35 +00:00
itojun
6409a5d804 upgrade to 20040209. base64 decoding fix, mbox file handling update. 2004-02-09 20:55:24 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
adam
770928469d Changes 0.9.9:
* the Icon Theme selector has been moved to the other preferences
  window, '/Configuration/Other Preferences.../Display/Themes'. It
  has also been completely redesigned and now displays the name of
  the theme, the name of the author, the related URL, the current
  status, and a preview of the theme.  A theme can be installed or
  removed using the respective buttons.

* the 'External Command' options have been moved to other
  preferences window, '/Configuration/Other Preferences.../Message
  View/External Programs', options for audio player and image viewer
  have been added.

* the creation of 'SMTP only' accounts is now possible.

* the size and position of the Compose window is remembered

* GnuPG: on checking a signature if the key is untrusted the
  signature icon displays a pen with an exclamation mark as a
  warning.

* the SpamAssassin and Clam AntiVirus plugins now indicate their
  operation via the status bar.

* updated translations: French, German, Polish, Serbian, Simplified
  Chinese, Spanish,and Slovak

* Bug fixes
2004-02-09 15:41:13 +00:00
markd
486b72773c Update kbiff to 3.7.
09-10-03 - Alex Galakhov (3.7)
   o Added SSL protocols support using KSSL

12-11-02 - Oren Peled
   o More robust .spec file
2004-02-09 11:46:49 +00:00
snj
db1484fd1b Update to bogofilter-0.16.4, bl3ify, tidy up DESCR. Okayed by jmmv and wiz.
Changes since 0.15.7:
* Perl 5.6 fixes in bogoupgrade
* Install bogotune and bogotune man page
* The -q and -F flags (both unused) were removed
* Alpha/SH(3?) portability fixes
* Gobs and gobs of bugfixes
* The Graham and Robinson algorithms were removed
* Support for old style (separate good/bad) wordlists was removed
* Support for ignore lists was removed
2004-02-09 00:59:06 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
3eef29053f bring back COMMENT. noted by agc. 2004-02-04 23:56:31 +00:00
hubertf
fda3ac2657 Update spamprobe to 0.9h. ChangeLog:
* New manual page
* spamprobe.cc (process_stream): Added -o tokenized option
  to allow people to use an external tokenizer with spamprobe.
* SpamFilter.cc (scoreToken): Reduced sorting overhead by
  pre-computing and integer sort value with sorting priorities
  reflected in the value.  This eliminates several calculations
  inside of the sort routine.
* SpamFilter.cc (computeRatio): Capped ratios in calculations to
  within MIN_PROB and MAX_PROB.  Widened that range.  This avoids
  problems with div/0 and makes it easier to sort terms.
* spamprobe.cc (dump_words): dump command can now optionally
  accept a regular expression as an argument and will only dump
  terms matching the regular expression.
  (purge_terms): Added purge-terms command to purge from the
  database all terms matching a regular expression.

Patch submitted by Ossi Herrala <PGP: 0x78CD0337> in private email.
2004-02-03 20:49:34 +00:00
tron
fa63e1ce17 Repeat after me:
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
[...]
2004-02-02 07:21:24 +00:00
tron
880dabc750 Restore patch which got lost because it was illicitly bundled with
another patch.
2004-02-02 07:05:33 +00:00
recht
8db6be7265 Add clamd rc start script.
Somewhat based upon PR 24294 by Eric Schnoebelen.

While at it also fix configure to always install the example config file
to "examples".
Bump PKGREVISION to 1.
2004-02-02 00:00:48 +00:00
tron
947db73758 Don't leak a file descriptor if a PGP signed e-mail is checked. Patch
supplied by David Laight in privat e-mail.
2004-02-01 22:37:18 +00:00
toshii
02895537ce Update p5-Mail-IMAPClient to 2.2.9.
Numerous feature additions and bug fixes, since the pkg was 4 years old.
2004-01-31 14:47:13 +00:00
chris
07ede8eb1b Update sylpheed to 0.9.9, main changes are:
* Word wrapping on multibyte locales has been improved.
    * The receive menu has been improved.
    * The combo button for toolbar has been implemented.
    * The download feature for IMAP / News folders has been implemented.
    * URL is now shown on the statusbar when links are clicked, and
      warning is displayed in case of fake URL.
    * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
      when sending.
    * Crashes on 64-bit environments has been fixed.
    * Other bugfixes have been made.
2004-01-31 13:56:09 +00:00
taca
7d347a1911 Fix one error message to client. 2004-01-30 07:05:27 +00:00
cube
fc316cbcb4 Add patches for clamav update. 2004-01-29 17:14:53 +00:00
cube
b028b78fd4 Update to 0.65. clamav-milter is still disabled while the maintainer is
working on the issue.

Changes:
-) clamd:
    + fixed a race condition in database reloading code (random crashes
      under high load)
    + fixed a race condition with the improperly initialized session start time
      (thanks to Michael Dankov)
    + fixed PidFile permissions (Magnus Ekdahl, bug reported by Tomasz Papszun)
    + fixed LogFile permissions (Magnus Ekdahl)
    + new directive ScanRAR (bacause RAR support is now disabled by default)
    + new directive VirusEvent
    + new directive FixStaleSocket (Thomas Lamy and Mark Mielke)
    + new directive TCPAddr (Bernard Quatermass, fixed by Damien Curtain)
    + new directive Debug

-) clamav-milter: (Nigel Horne <njh*clamav.net>)
    + new --force-scan flag
    + new -P and -q flags by Nicholas M. Kirsch
    WARNING: clamav-milter and our mail scanner are still in high development
             and may be unstable. You should always use the CVS version.

-) libclamav:
    + support for a new database container format (CVD) - compressed and
      digitally signed
    + better protection against malformed zip archives (such as Mimail)
    + mail decoder fixes (thanks to Rene Bellora, Bernd Kuhls, Thomas Lamy,
      Tomasz Papszun) (Nigel Horne)
    + memory leak fixes (Thomas Lamy)
    + new scan option CL_DISABLERAR (disables built-in RAR unpacker)

-) freshclam:
    + fixed --on-error-execute behaviour (David Woakes)
    + new option --user (-u) USER - run as USER instead of the default user.
      Patch by Damien Curtain.
    + rewritten to use database.clamav.net and CVD

-) documentation:
    + new Spanish documentation on ClamAV and Sendmail integration by
      Erick Ivaan Lopez Carreon
    + included clamdoc.pdf Turkish translation by yavuz kaya and Ýbrahim erken
    + included clamav-mirror-howto.pdf by Luca Gibelli
    + included clamd+daemontools HOWTO by Jesse D. Guardiani
    + included signatures.pdf
    + man pages: updated
    + clamdoc.pdf: rewritten
2004-01-29 17:14:16 +00:00
taca
0c6fb4ba4c Update poppassd pacakge to 4.0.5nb2.
- Catch child process exit.
- Add "-o" option which provides compatibility with older poppassd,
  returning authentication error after "PASS" command not "NEWPASS"
  for some broken clients.
2004-01-29 15:45:00 +00:00
cube
c201089fd8 This depends on pkg-config, as pointed out by agc@'s bulk build log. 2004-01-29 07:42:23 +00:00
heinz
15f0d61b66 Forgot to remove original command line. 2004-01-29 00:02:03 +00:00
heinz
f4497786a7 Do not use "find -d". This option is not available on all supported platforms. 2004-01-28 23:51:19 +00:00
martti
902e4125ae New IPv6 patch 2004-01-28 16:03:02 +00:00
lukem
1cf55d5bb7 patch-ba:
Change pgp_timeout so that the timeout counter is reset every
	time mail is sent.  This makes pgp_timeout much more useful;
	rather than prompting you every pgp_timeout seconds for the
	passphrase, you only get prompted if pgp_timeout seconds have
	elapsed since you last sent email.
	From Ben Elliston.

patch-bb:
	Add new boolean option - change_folder_next.  If set, the `c'
	(change-folder) command selects the next unread mailbox in the
	mailboxes list from the current folder, rather than always
	going back to the start of the mailboxes list.
	From Simon Burge, with the buffy.c::mutt_buffy() fixes from me.

Bump PKGREVISION.

(ok-ed by agc@)
2004-01-28 10:58:00 +00:00