Commit graph

159890 commits

Author SHA1 Message Date
drochner
edcd227735 add pitivi-0.13.4, a video editor based on gstreamer 2010-06-16 14:12:09 +00:00
drochner
2b1b311776 update to 0.10.15
changes: bugfixes
2010-06-16 13:58:00 +00:00
asau
9aa1506959 Updated lang/ecl to 10.4.1 2010-06-16 13:57:53 +00:00
asau
10a1176722 Update to ECL 10.4.1
ECL 10.4.1:
===========

* Bugs fixed:

 - Fixed offset problems in READ/WRITE-SEQUENCE.

 - In multithreaded ECL, the signal servicing thread was not created
   due to a stale debug statement.

 - The tool 'ecl-config' contained unsubstituted values, such as @LDRPATH@
   because these variablesls had been renamed in the autoconf file.

 - The reimplementation of DIRECTORY introduced a bug in pathnames with ending
   double wildcars, such as "/foo/**/".

 - EXT:SAFE-EVAL (or cl_safe_eval in C) would attempt to start the debugger
   when an error was signaled.

 - The logical hostname EXT: did not have a pathname translation relative to
   that of SRC:

 - After loading the compiler, the COMMON-LISP package was left unlocked
   against changes.

 - ECL can build again itself using a C++ compiler (--with-cxx thus works).

 - ecl_make_file_stream_from_fd() did not set the right mode in the stream
   structure.

 - ECL did not understand type declarations that involved symbol macros.

 - (SETF STREAM-EXTERNAL-FORMAT) inserted the wrong format type in some cases.

* Visible changes:

 - The source location annotator records the original pathnames instead of
   truenames. This allows Slime to find out the ECL sources even if they
   have been moved.

 - The signal servicing thread now carries the name SI:SIGNAL-SERVICING, which
   is different from the name of the threads that are created to actually
   handle those signals. Users should avoid killing SI:SIGNAL-SERVICING.

 - FFI:CLINES admits the notation @lisp-object, just like FFI:C-INLINE. The
   result is that @lisp-object gets replaced with a pointer to the given
   lisp object, created at run time.

 - Gray streams implement a new generic function, GRAY:STREAM-FILE-DESCRIPTOR
   which is used by SERVE-EVENT to gather the C file descriptor or Windows
   handle used to wait on input from the device.

 - ECL restores the habit of installing manual pages for ecl and ecl-config.

 - We have removed the obsolete versions of the documentation files. The
   up to date documentation now lives in a separate source repository,
   as explained in http://ecls.sourceforge.net/download.html

 - The encoding :DEFAULT implies looking up in the special variable
   EXT:*DEFAULT-EXTERNAL-FORMAT* the actual value of the encoding, which may be
   a known one, or :pass-through.

 - LOAD now accepts the keyword argument :EXTERNAL-FORMAT

* ASDF:

 - ECL's contributed modules and ECL's compiler can now be used in standalone
   programs, for they are now stored both in FASL form and as statically linked
   libraries.

 - ASDF:MAKE-BUILD takes a new keyword argument, :MOVE-HERE, that allows moving
   the files that ASDF creates to the current directory. :MOVE-HERE can be the
   boolean value T, in which case the files are output at ./asdf-output/ or a
   pathname designator with the actual destination.

 - ASDF:MAKE-BUILD admits a new type, :BINARY, which creates a standalone
   system (*.asd) accompanied by two binary files, statically linked library
   (.a or .lib), and a FASL (*.fasb). This can be used, to replace existing
   systems with precompiled ones.
2010-06-16 13:57:30 +00:00
drochner
1c008bfd41 update to 3.9.4
changes:
-Complete the fixes for CVE-2009-2347.
-Tiffcrop now supports custom page sizes.
+minor bugfixes
2010-06-16 13:56:41 +00:00
jakllsch
f69f54a998 Updated net/libtorrent to 0.12.6nb2 2010-06-16 13:07:24 +00:00
jakllsch
4ddc42f3a7 libtorrent strict alignment configure check is fooled by trap & emulate
of unaligned access on alpha, enable strict alignment explicitly on alpha.
bump rev.
2010-06-16 13:07:03 +00:00
obache
691a072700 Adjust line number for safe side.
It's too far and warnings in do-patch.
2010-06-16 12:11:10 +00:00
drochner
e28b4ab4a3 fix installation w/o DESTDIR 2010-06-16 11:49:57 +00:00
obache
5d30c3a381 Bump PKGREVISION from libpng shlib name change. 2010-06-16 11:41:55 +00:00
obache
57f4b5ac75 Bump PKGREVISION from libpng shlib name change. 2010-06-16 08:33:30 +00:00
adam
13c11e47b6 Updated archivers/p7zip to 9.13 2010-06-16 08:31:25 +00:00
adam
9e54c3b26b Changes 9.13:
- From Windows version of 7-zip 9.12
  - Some bugs were fixed.
- "Crash in Rar decoder on a corrupted file" fixed
- "Dereferencing a zero pointer in cab handler" fixed
- "Division by zero in cab decoder" fixed

Changes 9.12:
- From Windows version of 7-zip 9.12
  - ZIP / PPMd compression ratio was improved in Maximum and Ultra modes.
  - The BUG in 7-Zip 9.* beta was fixed: LZMA2 codec didn't work,
    if more than 10 threads were used (or more than 20 threads in some modes).
- makefile.openbsd is now compatible with OpenBSD ports tree.
- cmake projects added.
- 7zFM and 7zG can be built on MacOSX but these ports are in very alpha stage.
  make app to build p7zip.app (p7zip for MacOSX)

Changes 9.11:
- From Windows version of 7-zip 9.11
  - 7-Zip now supports PPMd compression in .ZIP archives.
  - Speed optimizations in PPMd codec.
  - The support for archives in installers was improved.
  - Some bugs were fixed.
2010-06-16 08:30:09 +00:00
jnemeth
9654f2a773 Updated comms/asterisk16 to 1.6.1.20nb1 2010-06-16 08:05:06 +00:00
jnemeth
f042052dee Update patches/patch-bd as per upstream. No significant difference in
functionality.
2010-06-16 08:04:44 +00:00
adam
700625b45b Updated chat/jabberd2 to 2.2.10 2010-06-16 07:57:36 +00:00
adam
9bb528d105 Changes 2.2.10:
* Special case to ignore the X509_V_ERR_UNABLE_TO_GET_CRL error
  when CRL is not present in chain. Merged patch by Michal Witkowski.
* storage_ldapvcard rebind like auth_ldap for successful connection
  to MS Active Directory as LDAP storage. Merged patch by x0r.
* Merged SASL External login for clients patch by Michal Witkowski.
* Merged router-filter redirect option by Ugnich Anton.
* Dropped support for PEP
* Fix for crash on empty pkt->to
2010-06-16 07:56:29 +00:00
tnn
28996b64ba fix pkglint warning 2010-06-16 07:34:18 +00:00
tnn
f83414cf48 - fix PLIST
- kill some pkglint warnings
2010-06-16 07:30:26 +00:00
wiz
9553928ef3 Updated www/moodle to 1.9.9 2010-06-16 06:41:04 +00:00
wiz
dd7feeab91 Update to 1.9.9, from maintainer Wen Heping in PR 43483.
* Some general minor bugs fixed in different areas.
* Four security fixes (see below).

Some of these vulnerabilities are potentially serious so we strongly
recommend you upgrade.

Full details to be released soon.
2010-06-16 06:40:52 +00:00
asau
19e420a58e Updated lang/sbcl to 1.0.39 2010-06-16 06:20:13 +00:00
asau
bd23bb9875 Update to SBCL 1.0.39
New in version 1.0.39

- bug fix: Backtrace from undefined function on x86 and x86-64
  now show the calling frame.
- bug fix: linkage-table entries on PPC now no longer overflow
  their space allocation (potentially causing crashes if they
  are written out of order).
- bug fix: Scrub control stack after scavenging in gencgc on
  non-x86oid platforms, preventing the GC from seeing stale
  pointers on the control stack in subsequent GCs (which would,
  and does, break invariants).
- bug fix: 32-bit unicode external formats now work on big-endian systems.
- bug fix: Literal characters with code points greater than
  about 32767 now work on PPC UNICODE builds.
- bug fix: Any noise left by SSE operations (sqrt and
  conversions) in the high order bits are explicitly cleared
  out. In some contrived situations, this could lead to wrong
  results in mixed real/complex float arithmetic.
- bug fix: Fix function/macro redefinition warnings when
  building with clisp. (#576787, thanks to Josh Elsasser)
- new platform: experimental support for ppc/openbsd (thanks to
  Josh Elsasser).
- bug fix: Floating-point traps now work on ppc/linux.
2010-06-16 06:19:23 +00:00
obache
3a30d0f38b and ABI bump. 2010-06-16 01:25:11 +00:00
obache
e56ab6347e Bump PKGREVISION from libpng shlib change. 2010-06-16 01:09:10 +00:00
pettai
24796b1a93 Updated security/opendnssec to 1.1.0 2010-06-16 00:19:43 +00:00
pettai
07fae406e6 OpenDNSSEC 1.1.0:
* Partial Auditor added
* Dnsruby-1.46 required
* Improved error messages when the system runs out of keys
* Optimise communication of signconfs for multiple zones sharing keys.
  Group zones in zonelist.xml by policy to get this benefit.
* Bugreport #101: Signer Engine now maintains its own pidfile.
* Jitter redefined: now in the range of [-jitter, ..., +jitter]
* Optimized sorter: quicksorter (sorter becomes obsolete).
* Optimized zone_reader, includes nseccing/nsec3ing (nseccer and nsec3er
  become obsolete).
* Enable database selection using --with-database-backend={sqlite3|mysql}
* Enable the EPP-client using --enable-eppclient
  For sending DS RR to the parent zone (experimental)
* Turn NSEC3 OptOut off by default
* Install kasp2html XML stylesheet
* Add simple kasp2html conversion script
* DNSKEY records communicated to an external script if configured
* The command 'ods-signer restart' is removed.
* Signer Engine now also reuses signatures after a change in NSEC(3)
  configuration or rolling keys.
* Quicksorter defaults to class IN.

And a lot of bugfixes...
2010-06-16 00:19:08 +00:00
pettai
2a5f13d4cf Updated net/miredo to 1.2.2 2010-06-15 23:50:17 +00:00
pettai
1d74646c74 miredo-1.2.2:
* Fix SIGHUP signal handling (again).
* Fix deadlock if Miredo fails to start.
2010-06-15 23:49:30 +00:00
pettai
0c256f8e3b Fixed softhsm Update date 2010-06-15 23:41:53 +00:00
pettai
3cf37f3fc5 Fixed ruby-dnsruby Update dates 2010-06-15 23:35:36 +00:00
pettai
88e51a92a6 Updated net/ruby-dnsruby to 1.47 2010-06-15 23:31:09 +00:00
pettai
e3666c019f Updated mail/sqwebmail to 5.4.1 2010-06-15 23:28:00 +00:00
pettai
ed60d211b1 Updated security/courier-authlib to 0.63.0 2010-06-15 23:27:28 +00:00
pettai
3aedc7d48a Updated mail/courier-imap to 4.8.0 2010-06-15 23:26:37 +00:00
pettai
8142758572 Updated mail/courier-mta to 0.65.0 2010-06-15 23:26:08 +00:00
pettai
7bbfb51a15 Updated mail/maildrop to 2.5.0 2010-06-15 23:25:36 +00:00
pettai
c017ffe439 Updated net/couriertcpd to 0.65.0 2010-06-15 23:24:54 +00:00
pettai
b19a2e8f67 Updated mail/courier-maildir to 0.65.0 2010-06-15 23:23:55 +00:00
pettai
3269c72f8f sqwebmail-5.4.1:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying
  passphrase-fd.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the
  reply salutation.
* html/en-us/newmsg.html: Ditto.
* Big quota patch (with some changes).

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:18:13 +00:00
pettai
45f4e484e2 maildrop-2.5.0:
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the
  reply salutation.
* rfc2045/reformime.sgml: Document the -c option to reformime.
* Big quota patch (with some changes).

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:14:47 +00:00
pettai
5ae886a44f courier-authlib-0.63.0:
* authldapescape.c: Factor out LDAP string escape function.
* authldap.schema: Various fixes
* authldap.ldif (olcObjectClasses): Create LDIF format schema from
  authldap.schema
* authoption.c (auth_getoptionenvint): For account options that
  are parsed to an int, an option value that begins with t, T, y, or Y
  is evaluated as 1, other alphabetic values as 0; so that 'true'
  or 'yes' get evaluated as 1.

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:10:44 +00:00
pettai
e9361cb8cc courier-imap-4.8.0:
* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).
* imapd.c (main): Dummy FAM/Gamin initialization, report an error
  during login, upon a failure.
* imapd.c (imapenhancedidle): Make FAM error more meaningful.
* pop3dserver.c (main): "disableinsecurepop3" account option disables
  non-SSL logins.
* imapd.c (chkdisabled): "disableinsecureimap" account option disables
  non-SSL logins.

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:07:06 +00:00
pettai
ef568ee609 courier-0.65.0 et al:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd.
* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* tcpd/libcouriergnutls.c (tls_connect): Fix bad call to
  gnutls_server_name_set(). Affects Courier compiled with GnuTLS support.
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files.
* courier/doc/courier.sgml: Move the SPF section to a separate refsect2
  to work around misformatting by the manpage stylesheet.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation.
* html/en-us/newmsg.html: Ditto.
* rfc2045/reformime.sgml: Document the -c option to reformime.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).

(See the Changelog(s) for previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-15 23:01:23 +00:00
joerg
d5e6480071 Use the tools framework for bison and unzip. 2010-06-15 22:19:15 +00:00
joerg
4b190e092c uwsgi-0.9.4.4:
- Support non-yielding applications better
- UDP logging
- uwsgi_error() for improved diagnostics
- fix a potential segmentation fault
- Add --version
2010-06-15 22:18:34 +00:00
rillig
47dc796d55 In patch files, comments are so useful that this is no longer a
warning that only applies when -Wextra is given.

ok wiz@
2010-06-15 22:06:48 +00:00
drochner
8758f43d04 update to 2.20.1
This switches to the gnome-2.30 release branch
2010-06-15 21:29:25 +00:00
joerg
cead303733 Added audio/gmpc-magnatune version 0.20.0 2010-06-15 21:26:57 +00:00
joerg
51020679fe + gmpc-magnatune 2010-06-15 21:25:23 +00:00