Commit graph

116819 commits

Author SHA1 Message Date
adrianp
ccc8f33d94 The new audit-packages code goes to stdout now. 2007-08-27 15:38:08 +00:00
abs
d3d32b7cbe Update pkg_chk to 1.86:
- Fix '-l' to list dependencies needed at runtime by each package, as
      opposed to those at build time. Avoids issues such as 'jdk15' pulling
      in sun-jdk & sun-jre
2007-08-27 15:28:54 +00:00
ghen
d4cdec4c13 Add dovecot-sieve. 2007-08-27 10:42:46 +00:00
ghen
7a4c1ef1c5 Updated mail/dovecot to 1.0.3nb1.
Added mail/dovecot-sieve version 1.0.2.
2007-08-27 10:42:04 +00:00
ghen
92113fa25f Import dovecot Sieve (RFC 3028) plugin for server-side e-mail filtering. 2007-08-27 10:40:50 +00:00
ghen
25081dbb6b Add a buildlink3.mk file, and make the dovecot package install header files
and liblib.a to be able to build the sieve plugin with an installed dovecot
instance.  Bump PKGREVISION.
2007-08-27 10:38:50 +00:00
abs
2bbaf41332 remove some of my debugging accidently commited 2007-08-27 10:09:22 +00:00
abs
a3f13d197a Update devel/cpuflags to 1.14:
- return 0 in verbose() to fix issue with 'set -e'
 - ONLY_FOR_PLATFORM += FreeBSD-*-*
 - Use `` rather than $() to unbreak Solaris
 - Add x86 arch fixup/corrections in files/subr_x86
	All from Yakovetsky Vladimir
2007-08-27 10:08:29 +00:00
xtraeme
3621c61c17 Replace more paths in two configuration files, reported by Mr. Martti
Kuparinen.
2007-08-27 08:41:06 +00:00
xtraeme
f7895fb07d Updated emulators/dosbox to 0.72 2007-08-27 06:37:56 +00:00
xtraeme
f1b1338efd Update to 0.72:
This release fixes a few bugs that slipped through when releasing 0.71.
Here a list of the changes:

* Fixed unitialized variable in joystick. (Fixes crashes on Vista and Mac OS X)
* Some bugfixes and speedups to the 64 bit recompiling core.
* Fixed sign flag on soundblaster dma transfers (Space Quest 6 intro)
* Fixed a bug in keyboard layout processing code and fixed certain layouts.
* Fixed Dreamweb.
* Improved speed unlocking when running cycles=max.
* Fixed a crash related to the tab completion in the shell.
* Improved aspect correction code. Should now be like how a real monitor handles it.
* Fixed a bug in the xms status report code. (Blake Stone 1.0 shareware)
* Added a lot more keyboard layouts.
* Fixed crash related to changing the scaler before a screen was created.
* Hopefully fixed compilation on *bsd.
* Enabled auto cpu core selection for recompiling core as well.
* Made the used joystick selectable when 4axis is specified.
* Added some hints for inexperienced DOS users to the shell.
2007-08-27 06:37:01 +00:00
heinz
25f347a546 Updated to version 3.2.3.
Pkgsrc changes:
  - Added security/gnupg as a required package. Without it, sa-update does not
    work.
  - Added requirement for p5-INET6 which may be needed for IPv6 nameservers.
    Until now, this only worked because p5-Net-DNS already pulled in this
    package.
  - New option "inet6" (enabled by default) for switching off the requirement
    for p5-INET6.
  - Got rid of some backslashes in options.mk
  - patch-ba and patch-bc correct discrepancies between the man page
    and the code. Additionally, they adapt hard-coded paths to the actual
    installation. Submitted upstream.

Relevant changes since version 3.2.1:
=====================================
3.2.3 is a major bug-fix release.  Summary of changes:

- bug 5574: fix new setuid code to work with perl 5.6.1, and to support DCC and
  Pyzor in all releases of perl

- bug 5107: change default 'user_scores_ldap_username' to be the null string,
  allowing anonymous binding; fix 'schema' syntax error in LDAP config support

- zeroing an 'eval' rule's score did not stop it running.  fix, thanks to
  Richard Birkett <richard+spamassassin at musicbox.net>

- bug 5571: allow for new message ID format we have seen from Vista or Windows
  2003 Server MAPI to avoid false positives

- bug 5397: RDNS_DYNAMIC should never fire on a PTR with 'static' in it; thanks
  to Martin Blapp <mbr at freebsd.org>.  bug 5563: RDNS_DYNAMIC rules use
  order-dependent fields where it is unsafe to depend on this, fix.  bug 5564:
  __RDNS_DYNAMIC_IPADDR does not hit all of its test patterns, fix.

- bug 5475: fix FORGED_MUA_AOL_FROM to allow <*@{aol,cs}.*> addresses instead
  of just <*@{aol,cs}.com>


3.2.2 is a minor bug-fix release.  Summary of changes:

- bug 5548: Certain mail input can take a long time to scan with 100% CPU
  utilisation, due to backtracking in a rule's regexp. fix

- bugs 5510, 5518, 5529: fix 'make test' when running as root, needed for CPAN

- bug 5419: kill -HUP of pidof spamd causes the ps name to change from spamd
  to perl. fixed

- bug 5535: 'make test' errors in Windows caused by nonportable use of
  getpwuid

- bug 5462: multiple DNS records for a host name should allow use of spamd -H
  for load balancing installs to work

- bugs 5509, 5511: fix network lookup timeouts, where lookups were being lost
  once a timeout was hit; also fix code to match documentation on
  rbl_timeout's scaling and minimum duration of 1 second; and attempt to
  collect already-received DNS responses when the timeout is reached; improve
  related debugging output. Thanks to Mark Martinec

- bugs 5412, 5478, 5522: Fix problems using the spamc -x option with certain
  other options; 'spamc -x -R' always returned 0, instead of the exit code, on
  error.  Bug 5478: in addition, 'spamc -x -e /command' would still run the
  command, even if errors meant that the filtered text would be unavailable,
  which contradicted -x.

- bug 5445: body eval tests defined in user_rules cause ugly 'Subroutine
  _eval_tests_type11_prineg400_set3 redefined' warnings

- bug 5355: add in new entries for RegistrarBoundaries

- bug 5515: libsslspamc.so & libsslspamc.so can not build without -fPIC, but
  we were picking up the wrong CFLAGS to do this.

- bug 5501: zero score for FH_HAS_XID

- bug 5449: allow_user_rules causes sa-compile / Rule2XSBody plugin to emit
  spurious warnings; fix.  also, add a new 'user_conf_parsing_end' plugin
  hook, which is called after the per-user configuration is parsed

- bug 5182: update the sa-learn doc to mention that -u is only usable w/ sql

- bug 5534: fix harmless-but-ugly C compiler warning in sa-compile
2007-08-26 17:26:50 +00:00
heinz
0c0e8718fe The package supports installation to DESTDIR (although it uses the
variable INSTALL_ROOT).
2007-08-26 15:59:24 +00:00
xtraeme
f9c44e1ba1 Updated chat/jabberd2 to 2.1.14 2007-08-26 09:11:44 +00:00
xtraeme
24b85346dd Update to 2.1.14:
2.1.14

2007-08-14

* Integrated authreg_oracle by fundy.
* Operands incompatibility fix for Sun compiler.
* contrib/cyrus-sasl-digest-md5-fix added
* Applied MIO memleak fix related to time_checks by Christof Meerwald.

2.1.13

2007-08-08

* Reverted broken [311] and [313] changes to source:trunk/mio/mio_impl.h
* compilation fix
* Fix configuration XML files domain update
* Don't allow reinstalling on newer version
* Fixed off-by-one error in base64
* Force uninstall previous version on upgrade.

2.1.12

2007-07-30

* Fixed many memleaks
* Check if OpenSSL is already initialized in PostgreSQL backend.
* Implemented PQconnectdb PostgreSQL connection method.
* Applied pg_config using by configure patch by Michael Krelin.
* Implemented auth/reg stream features advertisement.
* Removed useless while/alloc loops
* WiX notes for Windows README
* WiX new "JabberWelcomeDlg?"
* WiX fixed cases of reinstall & upgrade
* nad_cache_new & nad_cache_free exported as JABBERD2_API functions.
* Changed allocator BLOCKSIZE to 128 bytes

2.1.11

2007-07-27

* Changed SASL level error reporting to malformed-request error according
  to rfc3920bis.
* Fixed ./configure tests reliability.
* Changed DOS line endings to UNIX line endings.
* Fixed XML predefined entities quoting in serialized XML.

2.1.10

2007-07-20

* Removed SASL backend fallbacks
* Added roster items limit option. Closes #89
* Added count support in SQLite3 backend

2.1.9

2007-07-19

* Added jabberoob redirection support during in-band registration
* Logging JID on disconnection
* Added counting packets on c2s and s2s connections
* Added TLS indicator for c2s and s2s logs.
* Added type='log' to ComponentProtocol <route/> wrapper for logged packets.
2007-08-26 09:10:54 +00:00
obache
457dc30100 And also rewrite certificate file path in document. 2007-08-26 08:06:48 +00:00
obache
de4033f047 Updated graphics/rabbit to 0.5.3nb1 2007-08-26 01:27:04 +00:00
obache
7c170e3e70 Fixed startup error occured on some filesystem situation.
Bump PKGREVISION.
2007-08-26 01:25:32 +00:00
obache
4410aefac7 Note revision bump of wm/icewm{,-imlib}. 2007-08-25 15:42:26 +00:00
obache
d9c5369652 Remove bogus ${PREFIX}/etc/icewm handling in PLIST.
Specify PKG_SYSCONFSUBDIR instead.
Problem noticed in PR 36289.

Bump PKGREVISION.
2007-08-25 15:41:32 +00:00
obache
5b12d88450 Updated security/libident to 0.32 2007-08-25 14:00:38 +00:00
obache
4d8118b980 Switch to New LibIdent, version 0.32.
libident 0.32
--------------
# A serious portability fix for *BSD and Solaris was submitted by:
  Nicolas Rachinsky <nicolas@rachinsky.de>.

# Build of sample programs ("testers") was fixed.


libident 0.31
--------------
# libtool is used instead of ranlib, so that a shared library can be built
  automatically if the OS supports it.


libident 0.30
--------------
#  This new release is meant to provide Internet Protocol version independant
  support: libident can now handles IPv6 addresses and perform queries over
  IPv6, as well as IPv4. The IP version is selected automatically.

# I also have ported the library to the GNU autotools (autoconf & automake),
  and removed support for non ANSI C platforms. If you use such an old system,
  do NOT update. It doesn't support IPv6 anyway.
2007-08-25 14:00:20 +00:00
wiz
92aa4facd8 Fix typo in COMMENT. 2007-08-25 11:51:44 +00:00
adrianp
b917b50801 Add patch-ac missed during the update which stops files from being installed
outside of ${PREFIX}
2007-08-25 10:15:40 +00:00
taca
1fa7acac66 Set RCD_SCRIPT_SRC.estd explicitly to fix install problem.
What's was changed?
2007-08-25 10:00:53 +00:00
adrianp
2f90b14f8f Fix typo 2007-08-25 09:51:35 +00:00
adrianp
16e7fd1b87 Updated devel/bugzilla ro 2.22.3 2007-08-25 09:51:04 +00:00
adrianp
87f09110ba Update to 2.22.3
+ Bug lists in iCal format were cutting off bug summaries if they had
  a comma in them. (bug 274408)

+ If collectstats.pl encountered an invalid series when collecting data for
  New Charts, it would stop processing all series, silently. This means
  that several series may not have been collecting data. On PostgreSQL,
  all series were failing, thus meaning that New Charts were not working
  at all on PostgreSQL. (bug 257351)
2007-08-25 09:49:33 +00:00
rillig
1e9fb5689a Only gcc understands those -W* flags for warnings. 2007-08-25 09:33:57 +00:00
adrianp
2049cf5ce7 Updated chat/inspircd to 1.1.2 2007-08-25 09:22:24 +00:00
adrianp
c54fd07c3f Update to 1.1.2
#  Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and we dont want it
#  BP: Pick up a few error conditions we didnt before in the config reader, and also increment line number correctly when 'real' newline is found in a value
#  Deleted m_rpc_json from 1.1, since it isn't completed yet
#  Remove a whole load of #ifdef as we can now use gettimeofday., If we add a wrapper for getrusage, then we can remove a ton more
#  Backport: Provide error output on failure to load a core command; to console on startup, and to user on /reload
#  Backport display glitch fix found by djGrrr, fixed by w00t
#  Merge in epoll availability check from trunk

For a full list of changes see: http://www.inspircd.org/
2007-08-25 09:21:15 +00:00
obache
9e9060c228 Updated net/userppp to 001107nb2 2007-08-25 09:02:59 +00:00
obache
373e933b4f Fixes installation directory issue, reported in PR 36779.
Honor PKG_SYSCONFDIR and PKGMANDIR.
Use SUBST framework instead of manual sed.
And pkglintfy.

Bump PKGREVISION.
2007-08-25 09:00:45 +00:00
wiz
1958147a95 + bugzilla-3.0.1, dar-2.3.5, dwm-4.4, libprelude-0.9.15, snd-9.3,
tea-17.2.0, totem-2.18.3.
2007-08-25 06:40:39 +00:00
obache
5800460c97 Note update of devel/libosip and revision bump of net/partysip. 2007-08-25 04:29:03 +00:00
obache
5f630abaa4 Bump PKGREVISION due to libosip's ABI changes. 2007-08-25 02:51:17 +00:00
obache
0c0a38c759 Update libosip to 3.0.3.
This version contains the fix addressed in PR 35825.

libosip2 (3.0.3)
        * initial support for rtems.

libosip2 (3.0.2)
        * initial support for ucos.
        * fix to ignore broken optionnal header when parsing.

libosip2 (3.0.1)
        * add Windows CE support with Visual Studio 2005
          (WM5.0,PocketPC 2003/2005, Smartphone)
        * Fix memory leaks (not likely to happen).
        * Fix buffer overrun in url.
        * Modification of the Application Binary Interface (ABI)
          to decrease number of allocations.
          Changes: osip_message_t/osip_dialog_t/sdp_message_t/osip_fifo_t
        * save route headers in the same order (CALLER or CALLER) in dialogs.

libosip2 (2.2.3)
        * fix 64-bit (amd64) issue with hash.
        * remove SDP negotiation (much better to do it in your applications)
2007-08-25 02:49:12 +00:00
heinz
9dfc80214c Added
misc/rlwrap version 0.28
Updated
	devel/re2c to 0.12.3
	net/p5-Net-DNS to 0.61
2007-08-24 19:30:23 +00:00
heinz
7379109c0b Updated to version 0.61.
Pkgsrc changes:
  - none

Changes since version 0.60:
===========================
*** 0.61, 1 August 2007

Fix rt.cpan.org #28106, 28198, and 28590
    Modification of $_ in various places.

Fix
    t/11-inet6 assumed lowercase domain names.
2007-08-24 19:28:16 +00:00
tnn
d45bbf9713 Updated net/Transmission to 0.81 2007-08-24 19:14:26 +00:00
manu
f3bf163ce3 Add smbk5pwd support (sync samba and kerberos passwords on password changes)
The smbk5pwd overlay is now static. It can be used like this:
overlay         smbk5pwd

To sync only the samba password, add this:
smbk5pwd-enable samba

See contrib/slapd-modules/smbk5pwd/README in openldap distribution for more
information
2007-08-24 19:06:50 +00:00
joerg
94827abc3f Restore fragment of patch-ab that got lost during the cross-compile
changes. This should fix the NetBSD and DragonFly issues. Bump revision.
2007-08-24 16:43:28 +00:00
jlam
bdbf6fabaf Add checksums for the Linux AMD64 JDK 5 update 12. 2007-08-24 16:08:49 +00:00
joerg
9286e87ae0 Drop -RELEASE and similiar components of the OS version on FreeBSD as
well.
2007-08-24 15:25:08 +00:00
taca
0db0300389 Oops, I accidently typed wrong key and commited wrong one.
This is corrected one.

FreeBSD needs PLIST.shlibs as DraonFly.
2007-08-24 15:20:43 +00:00
taca
15a7776425 *** empty log message *** 2007-08-24 15:16:21 +00:00
heinz
36c41d5f7a Updated to version 0.12.3.
Pkgsrc changes:
  - none

Changes since version 0.12.0:
=============================
Version 0.12.3 (2007-08-24)
---------------------------
- Fixed issue with some compilers.
- Fixed #1776177 Build on AIX.
- Fixed #1743180 fwrite with 0 length crashes on OS X.

Version 0.12.2 (2007-06-26)
---------------------------
- Fixed #1743180 fwrite with 0 length crashes on OS X.

Version 0.12.1 (2007-05-23)
---------------------------
- Fixed #1711240 problem with '"' and 7F on EBCDIC plattforms.
2007-08-24 14:56:13 +00:00
ghen
c5ba4f0d78 Updated mail/thunderbird15 and mail/thunderbird15-gtk1 to 1.5.0.13. 2007-08-24 14:54:32 +00:00
ghen
2d522c0bab Update thunderbird15 and thunderbird15-gtk1 to 1.5.0.13.
Security fixes in this version:

MFSA 2007-27 Unescaped URIs passed to external programs
MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows
MFSA 2007-18 Crashes with evidence of memory corruption (rv:1.8.1.5)

For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.13.html
2007-08-24 14:53:31 +00:00
jlam
684ff53568 Correctly specify the location of uucico for the "uucp" user's shell.
This fixes PR pkg/36695 by Jim Bernard.

Bump PKGREVISION to 5.
2007-08-24 13:56:27 +00:00