Commit graph

159808 commits

Author SHA1 Message Date
drochner
dbd2cc1ff1 update to 0.23.3
change: use pkgsrc neon
2010-06-16 16:53:56 +00:00
drochner
71accc1a90 update to 0.18.2
changes: minor fixes
2010-06-16 16:35:57 +00:00
drochner
a35cf7aa74 update to 259
changes:
-build system changes (uses pkg-config)
-minor fixes
-manpage improvements
2010-06-16 16:27:47 +00:00
drochner
0e1038db85 update to 0.17
changes:
-based on DCRaw v 8.99
* Lens distortion corrections using lenfun. This feature is now fully
  implemented and enabled by default.
* Added a despeckling/denoising algorithm to solve issues with images taken
  under very difficult lighting conditions, like deep sea diving.
  It may be useful in other situations too. Patch by Frank van Maarseveen.
* Enabled hot pixel elimination by default.
* Calculate live histogram from working color-space instead of display
  color-space. Calculate live histogram from cropped area only.
  Based on patches by Konrad.
* Added auto-crop option.
* Allow upto 400% zoom.

pkgsrc change: the "lensfun" option is now enabled per default, as done
 upstream

approved by gdt
2010-06-16 15:24:10 +00:00
drochner
f2823e819d update to 1.19
changes:
-fixed minor vulnerabilities
-removed cosmetic comparation with zero in floating point

approved by gdt
2010-06-16 15:17:58 +00:00
pettai
3e9ed493c7 Updated mail/courier-analog to 0.16 2010-06-16 15:17:41 +00:00
pettai
99a1da7433 courier-analog-0.16:
* courier-analog.in: Typo.
* courier-analog.in: Combine all RCPT TO errors together

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-16 15:16:53 +00:00
gdt
d0d03a2d17 Adjust workaround for make replace in destdir case. Use of -f is of
course a too-large hammer, but in addition to overriding checks it
appears to change behavior in some cases when no overrides are
necessary.  Therefore, use pkg_add -U as before first, and only try -f
if that fails.  (This is temporary and should be replaced by -D to
omit only the exact depends check as soon as that's in tree.)
2010-06-16 15:15:05 +00:00
jmmv
b546548ee3 Note updates of monotone{,-servers,-el} to 0.48. 2010-06-16 14:50:23 +00:00
jmmv
01506eade2 Update to 0.48: use the monotone-0.48 distfile. 2010-06-16 14:49:34 +00:00
jmmv
6e0cceb781 I actually forgot to bump the dependency... do it now. 2010-06-16 14:49:04 +00:00
jmmv
9403960d1f Update to 0.48: depend on monotone-0.48. 2010-06-16 14:48:12 +00:00
jmmv
1d67b16695 Update to 0.48:
Changes

- Much more information is now passed to the editor when composing a
  commit message for a new revision. The Author, Date, Branch and
  Changelog values may now all be changed directly in the editor
  allowing new branches to be created without using the --branch option.
  Changes to other lines of this information must not be made or the
  commit will abort.

- The edit_comment lua hook now only takes one argument which is the
  text to be passed to the editor to edit a commit. Existing hooks that
  override the default hook will need to be changed to work properly.

- The long date/time format used by 'status', 'commit' and 'log' must
  be sufficient to preserve a date through a formatting and parsing
  cycle. The 'status' command now checks for this and warns if the
  format is unsuitable and 'commit' will refuse to operate with an
  unsuitable format.

- The output of the 'status' and 'log' commands has changed to align
  with the new information displayed by 'commit' so that all three
  commands display revisions similarly.

- The 'setup' as well as the 'clone' command check if no managed default
  database exists and if no database is given either as command line
  or as workspace option and eventually create a new default database
  outside of the bookkeeping directory of the new workspace (see below
  for more information on the new management features).

- The output of monotone diff has changed to use /dev/null as the source
  for added files and as the target for deleted files. This is
  compatible with patch(1) and will cause it to add and delete files
  where appropriate. As part of this change diff will now include the
  removed contents of deleted files which were omitted in earlier
  versions of monotone.

- Monotone will only warn about bad certs if there are not also matching
  trusted certs. So if someone commits a bad branch cert, monotone will
  only warn about that bad cert until someone else approves that
  revision into the same branch (fixes monotone bug #8033).

- 'db check' now checks for errors in the branch heads cache,
  and 'db regenerate_caches' fixes them.

- The output of the Lua functions print() and io.write() is now
  redirected to the standard progress message stream of monotone.
  See chapter 6.3 in the documentation for details.

New features

- Monotone has now database management capabilities: If you place your
  databases in one or more specific locations (defaults to
  %APPDIR%/monotone/databases on Windows and $HOME/.monotone/databases
  on Linux, configurable by a hook), it is able to discover these
  databases and access them only by giving the (base) name of their
  filename, for example ":my-database.mtn".

  You can also directly create new databases in the first found default
  location by issuing 'mtn db init -d ":my-database.mtn".

  Some commands, like 'setup' and 'clone' automatically fall back to
  a default database (":default.mtn", also configurable by a hook) if
  no database option is explicitely given.

  Additionally, monotone remembers checked out workspaces for every
  managed database and displays these "known" registered paths together
  with other information in the new 'list databases' command
  (closes monotone bug #8916).

- A set of accompanying management commands - 'register_workspace',
  'unregister_workspace' and 'cleanup_workspace_list' - to handle moved
  or removed workspaces for managed databases have been added.

- Many commands that change the heads of a branch (approve, disapprove,
  pull, merge, etc) can now take an option "--update". If run from
  a workspace which is based on a head of the branch and has no local
  changes, this option makes these commands update that workspace to
  the new head. If you always want this behavior, you can define the
     get_default_command_options(cmd)
  hook in your monotonerc (fixes monotone bug #17878).

- New command 'undrop' which undoes a 'drop' done by mistake
  (fixes monotone bug #13604).

- New automation command 'update' which behaves identical to
  the normal 'update' command.

- 'ls tags' now outputs the branch name(s) a tagged revision is on.
  The revision id is shortened to the first ten characters to get some
  more space for this (fixes monotone bug #12773).

- Default include and exclude patterns are now remembered per server.
  This means that you can have for example one server that you sync
  everything to, and one that you only sync some branches to, and you
  don't have to worry about forgetting to give the include pattern and
  accidentally trying to sync everything to the second server.

- A new Lua extension function change_workspace(directory) has been
  added. This should be most useful for custom commands which need
  to work on multiple workspaces from the same monotone instance.

- There is also the new server_set_listening(bool) Lua extention
  function available since 0.47, which can be used to let a monotone
  server exit gracefully instead of having to be killed.

Bugs fixed

- A regression in 0.47 prevent successful execution of push / pull /
  sync over pipes (Debian bug 574512); this has been fixed.

- A bug in 0.46 and 0.47 could lead to pulls or possibly commits taking
  approximately forever, if any of the previous branch heads was not a
  "close" relation of the new head. This has been fixed.

- Several bugs related to restrictions not including the required parent
  directories of included files have been fixed. It is now possible to
  say 'mtn add a/b/c' followed by 'mtn commit a/b/c' and have the commit
  succeed. See the restrictions section in the manual for more details
  (fixes monotone bugs #15994, #17499, #20447 and #22044).

- monotone no longer saves changed options from the command line back
  to _MTN/options in case the command execution was unsuccessful
  (fixes monotone bug #22928).

- When monotone reads packets from files, like f.e. keys in a directory
  given by the --keydir option, and these files are large and do
  not contain packet data at all, monotone no longer uses an excessive
  amount of time and memory to figure this out
  (fixes monotone bug #28799).

- The 'log' command no longer crashes if it is executed in a workspace
  whose parent revision(s) do not exist in the specified database
  (fixes monotone bug #29677).

- The 'clone' command no longer removes an existing bookkeeping
  directory if the target directory "." points to a workspace
  (fixes monotone bug #29927).

- The commands in monotone's help output are now sorted alphabetically.

- monotone on Windows will now have a non-zero exit code when
  interrupted (^C). This was broken in 0.47 when it was fixed to not
  throw an exception on being interrupted.

- In 0.46 and 0.47, monotone could sometimes get confused
  about which revisions were the heads of a particular branch.
  This would happen when a new branch cert was added to a
  revision that was an ancestor of one or more of the current
  heads of the branch, most commonly during netsync when
  multiple people had performed identical merges. This is
  fixed now. 'db check' will identify the problem; if your
  database currently gives incorrect 'heads' results, or 'mtn
  bug' on 'merge', you can fix it by running 'mtn db
  regenerate_caches'.

- In 0.46, spurious network disconnects could occur when transferring
  sufficiently large items (files, diffs, revisions). This was fixed
  in 0.47 but not noted in the release notes at that time
  (fixes monotone bug #28991).

Other

- Support for the diffuse merger (http://diffuse.sourceforge.net)
  has been added.
2010-06-16 14:47:26 +00:00
taca
2dc4a8a36d Note update of net/samaba33 to 3.3.13. 2010-06-16 14:35:30 +00:00
taca
0fb4600529 Update samba33 package to 3.3.13.
Changes since 3.3.12
--------------------

o   Jeremy Allison <jra@samba.org>
    * BUG 7494: Fix for CVE-2010-2063.
2010-06-16 14:34:35 +00:00
drochner
af057195b6 update to 3.6.1
changes:
-python3 support
-minor fixes
2010-06-16 14:33:54 +00:00
obache
5050aa971c Bump PKGREVISION from libpng shlib name change (libqtmcop.so). 2010-06-16 14:21:38 +00:00
drochner
030cfcd6ae +pitivi 2010-06-16 14:14:42 +00:00
drochner
f4b9b2776b add pitivi-0.13.4, a video editor based on gstreamer 2010-06-16 14:12:09 +00:00
drochner
bc870ad050 update to 0.10.15
changes: bugfixes
2010-06-16 13:58:00 +00:00
asau
1fff08ca26 Updated lang/ecl to 10.4.1 2010-06-16 13:57:53 +00:00
asau
c8140e9b03 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
8961a28632 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
3e2e3cabbe Updated net/libtorrent to 0.12.6nb2 2010-06-16 13:07:24 +00:00
jakllsch
a512df4ce6 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
e50402469d Adjust line number for safe side.
It's too far and warnings in do-patch.
2010-06-16 12:11:10 +00:00
drochner
b01dc9492a fix installation w/o DESTDIR 2010-06-16 11:49:57 +00:00
obache
f3bc891603 Bump PKGREVISION from libpng shlib name change. 2010-06-16 11:41:55 +00:00
obache
715e8e40a4 Bump PKGREVISION from libpng shlib name change. 2010-06-16 08:33:30 +00:00
adam
6f7514a485 Updated archivers/p7zip to 9.13 2010-06-16 08:31:25 +00:00
adam
550ef29509 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
d3f43d26a6 Updated comms/asterisk16 to 1.6.1.20nb1 2010-06-16 08:05:06 +00:00
jnemeth
5ca5e06c6d Update patches/patch-bd as per upstream. No significant difference in
functionality.
2010-06-16 08:04:44 +00:00
adam
bcba9f5f8c Updated chat/jabberd2 to 2.2.10 2010-06-16 07:57:36 +00:00
adam
ff4b8599fc 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
e6005012c8 fix pkglint warning 2010-06-16 07:34:18 +00:00
tnn
ba28a3b03a - fix PLIST
- kill some pkglint warnings
2010-06-16 07:30:26 +00:00
wiz
75d76199cb Updated www/moodle to 1.9.9 2010-06-16 06:41:04 +00:00
wiz
dfe56efd29 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
550ac42532 Updated lang/sbcl to 1.0.39 2010-06-16 06:20:13 +00:00
asau
120e09c1e2 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
99943cf8a5 and ABI bump. 2010-06-16 01:25:11 +00:00
obache
e026753434 Bump PKGREVISION from libpng shlib change. 2010-06-16 01:09:10 +00:00
pettai
6c58d9f4c9 Updated security/opendnssec to 1.1.0 2010-06-16 00:19:43 +00:00
pettai
c4eb363ac8 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
c4d9456008 Updated net/miredo to 1.2.2 2010-06-15 23:50:17 +00:00
pettai
ff4e6fc28e 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
4b96f2d8eb Fixed softhsm Update date 2010-06-15 23:41:53 +00:00
pettai
647eb249c3 Fixed ruby-dnsruby Update dates 2010-06-15 23:35:36 +00:00
pettai
75db918d6a Updated net/ruby-dnsruby to 1.47 2010-06-15 23:31:09 +00:00