Commit graph

112799 commits

Author SHA1 Message Date
wiz
74fc0a4f97 glib2 updated to 2.12.12. 2007-05-08 19:41:14 +00:00
wiz
b1c2af72b0 Update to 2.12.12:
Overview of Changes from GLib 2.12.11 to GLib 2.12.12
=====================================================

* Bug fixes:
 418862 g_base64_decode will give critical warning when first par...
 356843 "make check" fails if /bin/sh is pdksh
 418217 g_unichar_toupper/_totitle broken for single to multiple ...
 432895 param_string_validate() frees and modifies static strings
 420686 g_key_file_to_data alters original data

* Translation updates: (da,es,eu,gl,ja,ro,ru,sr,
  sr@Latn,ta,zh_CN)
2007-05-08 19:29:07 +00:00
joerg
d8ef36f517 Fix PLIST after last update. 2007-05-08 15:58:38 +00:00
joerg
63a41f68a2 Doesn't create subdirectory, premake. 2007-05-08 15:51:32 +00:00
joerg
d5418cd983 Needs msgfmt. 2007-05-08 15:49:22 +00:00
joerg
bc11ee82f0 Needs C for configure. 2007-05-08 15:47:48 +00:00
obache
cd281e9d28 Fix right margin shrinking problem by not using obsolete macros.
Patch taken from OpenOffice.org tools(originally Debian package):
http://tools.openoffice.org/source/browse/tools/dmake/man/dmake.tf?rev=1.9&r1=1.1.1.1&r2=1.1.1.1.38.1

Fixes PR 29588.
2007-05-08 15:20:41 +00:00
jdolecek
96535bd1bd update checksum - pointed out by Jan Danielsson in private e-mail 2007-05-08 12:52:54 +00:00
adrianp
e35184b5ea Reset the PKGREVISION in packages that use the version string from php4 or php5
Pointed out by Geert Hendrickx on tech-pkg@
2007-05-08 11:30:49 +00:00
rillig
71e7c726c5 Always create the file a.out, even on Cygwin, where the default is a.exe. 2007-05-07 22:39:07 +00:00
rillig
3b5c19ea62 On Cygwin, the __CONCAT macro is predefined. 2007-05-07 22:19:32 +00:00
rillig
4b4f995744 On Cygwin, OS_VERSION contains special characters, so it needs the :Q
operator. An example version is 1.5.24(0.156/4/2).
2007-05-07 22:16:04 +00:00
joerg
953c56fd09 Fix bug in configure script, noticed by Thorsten Glaser. 2007-05-07 21:41:33 +00:00
joerg
10d92a6634 Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users. 2007-05-07 20:13:27 +00:00
schmonz
ba95d479a3 Updated mail/spamdyke to 2.5.0 2007-05-07 19:44:06 +00:00
schmonz
6c9c63a232 Update to 2.5.0. From the changelog:
Moved portions of spamdyke's code from spamdyke.c into new .c and .h files to
    make it a little easier to understand and maintain.
  Added base64_encode() and base64_decode() to transfer data to/from base64
    format.
  Added md5() to produce an MD5 digest of a data block.  Turns out this wasn't
    necessary for spamdyke, only for test_smtpauth_crammd5.  Oops.
  Renamed the "make openbsd" command to "make bsd" since apparently all *BSD
    distributions don't need -lresolv.
  Renamed search_ip_file() to search_tcprules_file() and extended it to support
    IP ranges, rDNS names and remote info like tcprules does (according to
    http://cr.yp.to/ucspi-tcp/tcprules.html).  This makes the IP black/
    whitelist files much more flexible.  This will be much handier in the next
    version (AKA The Great Configuration Overhaul).
  Modified middleman() and smtp_filter(), added exec_checkpassword() so spamdyke
    can do SMTP AUTH, either by offering it itself or observing the qmail
    traffic.  LOGIN, PLAIN and CRAM-MD5 are supported.
  Changed the STRLEN_ macros in spamdyke.h to use a single STRLEN() macro so the
    preprocessor will count characters instead of doing it by hand.  Much safer
    this way.
  Removed "-a"'s (max number of recipients per message) dependence on "-d"
    (local domains file).  With SMTP AUTH, the local access file and whitelists,
    this shouldn't be necessary.
  Added process_access() to process local access files (e.g. /etc/tcp.smtp) and
    export environment variables based on the source of the incoming connection.
  Added relay prevention based on the content of the local access file(s) and
    the list(s) of local domains.  Connections from remote sources that are
    granted relay permission in the access file(s) are allowed to relay.  Users
    who authenticate with SMTP AUTH are allowed to relay.  All others must send
    to local addresses only.
  Added a series of test scripts to exercise all of spamdyke's filters and
    options.  This should make it easier to regression test new versions.
  Changed search_file() and search_tcprules_file() to compare domain names in a
    case insensitive manner.
  Changed canonicalize_path() to reduce all file paths to lowercase.  This was
    causing graylisting to be inconsistant.  Reported by bcarr@purgatoire.org.
2007-05-07 19:43:43 +00:00
joerg
996dca780e SHA256/SHA384/SHA512 in libnbcompat-20070507. 2007-05-07 16:40:18 +00:00
joerg
a71c676de2 Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507. 2007-05-07 16:38:47 +00:00
wiz
07b1d94649 Belatedly note libgpod update from February. 2007-05-07 15:18:23 +00:00
hauke
d61b9cd7e7 Maintainer update to Radmind 1.8.0
Major changes from 1.7.2:
- Added reporting capabilities
Clients will automatically report to the serve the success or
failures
of ktcheck and lapply. Also added a new tool "repo" that will log
custom messages to the radmind server.

Other Changes:
- Fixed bug in daemon that caused "success" or "no error" to be logged
instead of actual error message. [BUG #1660749]
Thanks to Gabrielle Singleton for reporting the problem.
- ra.sh uses more portable find options. [ Bug #1385630 ]
Thanks Sean Sweda for the patch.
- fsdiff displays the command file name when reporting command
file line errors. [ Feature #1592739 ]
- Makefile.in using POSIX sub-make methodology [ Bug #1641044 ]
- Fixed build problem for Suse 10. [ Bug #1677170 ]
Thanks cdr3 for reporting the problem.
- ktcheck exits on all non 2xx server responses to avoid all
cascading error messages
- Added optional path to ra.sh for update & create
- Including configure.ac in source distribution
- ra.sh auto now does pre/post apply.
Thanks Sean Sweda for the patch.
- Updated copyright information
- Cleaned up formatting of STAT SPEC
- Cleaned up server's debug information
2007-05-07 14:14:06 +00:00
tnn
ded0710a8b Updated lang/librep to 0.17nb3 2007-05-07 12:45:32 +00:00
tnn
0e83c6c195 librep-0.17nb3: Bring in a couple of bugfixes from GNOME svn. 2007-05-07 12:42:19 +00:00
cube
a9e9af55c8 libgpod 0.4.2 has been in pkgsrc for some time now. 2007-05-07 12:35:59 +00:00
joerg
2438f83bd0 Only set the app suffix (.1). 2007-05-07 12:20:33 +00:00
rillig
d65eda96ee When looking for help for _vargroups, the show-all target will be shown. 2007-05-07 09:35:53 +00:00
rillig
717fadaada Added variable descriptions. 2007-05-07 09:32:11 +00:00
adrianp
be7203b685 Updated mail/dspam to 3.8.0 2007-05-07 09:31:13 +00:00
obache
6615c8e011 Change input file lookup behavior to close to gnu msgfmt's implementation.
* allow "-" (stdin)
 * allow other than regurar file (should fix PR 36257).
 * if doesn't exist, try to append extension ".po" and ".pot".
2007-05-07 09:31:05 +00:00
adrianp
69d0dbcad7 Update to 3.8.0
pkglintification
Remove bdb option (this has been removed from src)
Rename some options as they are (currently) DSPAM specific
Change MASTER_SITES
Fix permissions on installed files
Thanks to xtraeme@ for reviewing the changes

* jonz: removed depricated oracle driver
* jonz: fix for dynamic storage drivers api
* jonz: added connect check for pgsql
* jonz: fix for segfault on undefined DeliveryHost or ClientHost
* jonz: fix for segfault in vsyslog()
* jonz: fix for segfault in dlopen() failure
* jonz: added OSB tokenizer
* jonz: fix for segfault on log write err
* jonz: segfault fix for UIDInSignature

See the CHANGELOG for all the details:
	http://dspam.nuclearelephant.com/text/CHANGELOG-3.8.0.txt
2007-05-07 09:29:54 +00:00
rillig
97712cb6ae If a package is already installed, the PKG_OPTIONS of the installed
package is returned rather than querying the source package. First, this
is more correct, and second, it greatly speeds up pkgsrc, especially
when many packages are already installed.
2007-05-07 09:26:40 +00:00
rillig
c8e911152a Removed a double redirection. Changed the URL on the FTP server to
/pub/pkgsrc.
2007-05-07 08:19:35 +00:00
martti
66b82aaff8 vim-share-7.0.243 2007-05-07 06:34:31 +00:00
martti
bbab1f31e2 Updated editors/vim-share to 7.0.243
2806  7.0.240  crash with focus autocommand in GUI when splitting window
  1379  7.0.241  ":windo throw 'foo'" loops forever
  2274  7.0.242  (extra) Win32: crash when using -register without OLE feature
  1997  7.0.243  (extra) Win32: No "Edit with Vim" menu with MSVC 2005

(This is most likely the last 7.0.x version as the 7.1 is now in beta cycle)
2007-05-07 06:34:13 +00:00
christos
8504c94ed4 mention new lsof 2007-05-07 01:38:06 +00:00
christos
ed3905636b update checksum 2007-05-06 21:42:02 +00:00
christos
f63d87891b upgrade to 4.78 2007-05-06 21:41:30 +00:00
adrianp
8b25f04d40 Add some DSPAM options to keep pkglint happy 2007-05-06 21:07:56 +00:00
adrianp
42f5d5504c Updated lang/php5 to 5.2.2 2007-05-06 20:09:35 +00:00
adrianp
93384d2c02 Update 5.2.2
* Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)
* Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)
* Fixed a bug in mb_parse_str() that can be used to activate register_globals
  (MOPB-26 by Stefan Esser)
* Fixed unallocated memory access/double free in in array_user_key_compare()
  (MOPB-24 by Stefan Esser)
* Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)
* Added missing open_basedir & safe_mode checks to zip:// and bzip:// wrappers.
  (MOPB-21 by Stefan Esser).
* Limit nesting level of input variables with max_input_nesting_level as fix for
  (MOPB-03 by Stefan Esser)
* Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)
* Fixed a possible super-global overwrite inside import_request_variables().
  (by Stefano Di Paola, Stefan Esser)
* Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc
  library. (by Stanislav Malyshev)
* Fixed a header injection via Subject and To parameters to the mail() function
  (MOPB-34 by Stefan Esser)
* Fixed wrong length calculation in unserialize S type (MOPB-29 by Stefan Esser)
* Fixed substr_compare and substr_count information leak
  (MOPB-14 by Stefan Esser) (Stas, Ilia)
* Fixed a remotely trigger-able buffer overflow inside make_http_soap_request()
  (by Ilia Alshanetsky)
* Fixed a buffer overflow inside user_filter_factory_create().
  (by Ilia Alshanetsky)
2007-05-06 20:07:28 +00:00
adrianp
f2dba05b85 Updated www/php4 to 4.4.7 2007-05-06 19:51:30 +00:00
adrianp
0163cb059f Update to 4.4.7
* Fixed CVE-2007-1001, GD wbmp used with invalid image size (by Ivan Fratric)
* Fixed asciiz byte truncation inside mail() (MOPB-33 by Stefan Esser)
* Fixed a bug in mb_parse_str() that can be used to activate register_globals
  (MOPB-26 by Stefan Esser)
* Fixed unallocated memory access/double free in in array_user_key_compare()
  (MOPB-24 by Stefan Esser)
* Fixed a double free inside session_regenerate_id() (MOPB-22 by Stefan Esser)
* Added missing open_basedir & safe_mode checks to zip:// and bzip:// wrappers.
  (MOPB-21 by Stefan Esser).
* Limit nesting level of input variables with max_input_nesting_level as fix for
  (MOPB-03 by Stefan Esser)
* Fixed CRLF injection inside ftp_putcmd(). (by loveshell[at]Bug.Center.Team)
* Fixed a possible super-global overwrite inside import_request_variables().
  (by Stefano Di Paola, Stefan Esser)
* Fixed a remotely trigger-able buffer overflow inside bundled libxmlrpc
  library. (by Stanislav Malyshev)
* XSS in phpinfo() (MOPB-8 by Stefan Esser)
2007-05-06 19:50:18 +00:00
jdolecek
8914970348 make assert no-op for Mac OS X, mainly to stop openttd error() emit
an assertion failure

bump pkg revision for this change and the fix to Mac OS lookup of language
files
2007-05-06 17:50:21 +00:00
jdolecek
8ccf1f6074 disable using second data dir and custom lang dir in application bundle on Mac
OS X - we don't use the app bundle with pkgsrc, and this made the application
not find lang files
2007-05-06 17:47:35 +00:00
wiz
e6da7fe06a esound updated to 0.2.38. 2007-05-06 16:36:39 +00:00
wiz
c42788e2f0 Update to 0.2.38:
===============
Version 0.2.38
===============
	* Fix 100% CPU problem introduced in 0.2.37 (Joe Marcus Clarke)
	* Fix libesddsp not linking against libesd (Loïc Minier)
	* Fix file descriptor leaks (Pierre Ossman)
	* Fix a build problem with the read/write wrapper (Jean Bréfort)
	* chdir to "/" when starting up (Dan Winship)
	* Only install the esddsp man page if we build the binary
2007-05-06 16:36:06 +00:00
heinz
f75afda19b Prevent configure from appending a suffix like .1x, .3x or .5x to man
pages and thus invalidating the PLIST. This happens on Linux.
Other packages in the modular Xorg series (x11/libXau, x11/libXt,...) do
the same.
2007-05-06 15:00:57 +00:00
heinz
edee749eab Added
net/p5-RPC-XML version 0.59
	net/p5-Net-OpenID-Consumer 0.13
Updated
	time/p5-Time-Local to 1.17
2007-05-06 14:08:37 +00:00
heinz
b137e4ab45 Activated p5-Net-OpenID-Consumer 2007-05-06 14:02:24 +00:00
heinz
03f2f362b6 Initial import of p5-Net-OpenID-Consumer 0.13.
This is the Perl API for (the consumer half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity.  More information is available at:

  http://openid.net/
2007-05-06 14:00:56 +00:00
heinz
ae7298832e Updated to version 1.17.
Pkgsrc changes:
  - MAINTAINER cannot take care of the package anymore.
  - Marked the package as supporting installation to DESTDIR.
  - It's a pure Perl package.

Changes since version 1.12:
===========================
1.17    2007-01-25
- I made the same test count mistake as was in 1.14 again. This
  release fixes the test count (again) when running on a system that
  doesn't support negative epochs (like Win32). Patched by Kenichi
  Ishigaki (again).

1.16    2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
  converting the year to Perl's internal (year - 1900) format.

1.15    2007-01-22
- Fix Local.t test count when running on a system that doesn't support
  negative epochs (like Win32). Patched by Kenichi Ishigaki.

1.14    2007-01-21
- Fixed leap year check to produce the right answer for years outside
  of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org
  #31241. Reported by Nathan Zook.

1.13    2006-08-09
- Switched to using Test::More for the tests.
- Fixed a bug that occurred around the DST change for Europe/London
  (and probably other time zones with a positive UTC offset). If
  given, the hour immediately after the change (2:00 AM for
  Europe/London), then the returned epoch was 3600 seconds too
  large. Reported by Roger Picton. See RT #11662.
2007-05-06 13:52:35 +00:00