Commit graph

170038 commits

Author SHA1 Message Date
wiz
b23172d6b3 Update to 4.3.9, changes not found (as preparation for security fix). 2011-04-01 15:03:48 +00:00
obache
805d683ec8 more fix for HOMEPAGE. 2011-04-01 14:52:24 +00:00
joerg
6c4a61b73f Needs libXrandr for the !GTK case 2011-04-01 14:49:52 +00:00
taca
b804c52f04 Fix more gemspec format. Fix build problem with ruby19-base. 2011-04-01 14:16:55 +00:00
jmmv
fd7248c645 Note update of monotone and monotone-server to 1.0 and removal of monotone-el.
OKed during the freeze by wiz@.
2011-04-01 13:55:00 +00:00
jmmv
17a9a6366a Remove the monotone-el package: the .el file it was installing has been
deprecated in monotone-1.0 because it does not work with recent versions
of monotone.
2011-04-01 13:53:59 +00:00
jmmv
0e4dc39e98 Update to 1.0: depend on monotone-1.0. 2011-04-01 13:52:35 +00:00
jmmv
1b4a9884c6 Update to 1.0; oked by wiz@:
Changes

- The database scheme was changed; please execute 'mtn db migrate'
  on all your local and remote databases.

- In 'mtn conflicts resolve_first interactive', the result
  file name now defaults to _MTN/resolutions/<left_path>.
  (fixes monotone issue 103)

- The French monotone translation has been updated and is
  now part of the main distribution again. Many thanks to
  Steve Petruzzello <dlist@bluewin.ch> for the outstanding
  work!

- get_netsync_(read|write)_permitted have been extended to not
  only read the files read-permissions and write-permissions,
  but also the files in the subdirectories read-permissions.d
  and write-permissions.d.

- monotone now also tracks the workspaces of databases which
  do not reside in a "managed" location.

- automate now resets the locale to "POSIX" internally.  This
  means that all scripts can expect the same untranslated
  messages from mtn automate, regardless of the locale of the
  calling process.

- The hook 'get_netsync_key' has been split up into two separate
  hooks, one for client usage ('get_netsync_client_key', with
  the same arguments as the original 'get_netsync_key') and one
  for server usage ('get_netsync_server_key', with a single table
  argument containing all the given '--bind' options).  Please
  review your custom hooks accordingly.

- Short options ('-b', '-d', ...) are no longer completed.  This
  fixes an invariant failure originating from wrong option usage.
  (closes monotone issue 141)

New Features

- 'mtn conflicts store' now outputs a count of the conflicts,
  and the name of the conflicts file.
  (fixes monotone issue 108)

- New 'mtn list workspaces' command which outputs all the
  known workspaces for a specific database.
  (closes monotone issue 129)

Bugs fixed

- The internal line merger will actually preserve your line
  endings now, instead of changing everything to "\n".

- Improved the help and fixed the argument indexing in
  'conflicts resolve_first' (fixes monotone issue 101)

- A regression from 0.48 prevented monotone from ordering the
  diff output of individual files alphabetically.
  (fixes monotone issue 102)

- 'mtn privkey' did not recognize private keys solely available
  in the key store. This has been fixed.

- Added compatibility with Botan 1.9.9 and newer.
  (fixes monotone issue 104)

- 'mtn pull' and 'mtn sync' would always say that your workspace
  has not been updated.  Now, it only does that when you used
  the '--update' option and there were no updates.
  (fixes monotone issue 106)

- 'mtn automate remote' and 'mtn automate remote_stdio' now use
  a given database given by an alias to read, store and validate
  a remote server's key fingerprint (fixes monotone issue 95)

- monotone gives a proper error message now if a netsync URI
  with the 'mtn' scheme misses the required host part
  (fixes monotone issue 110)

- Whenever a binary file was removed and one would try to get
  a diff using mtn diff, it would report that "/dev/null is
  binary".  This has been changed to it reports the actual
  name of the removed file instead.
  (fixes monotone issue 111)

- monotone no longer wrongly falls back on a :memory: database
  when no database option is given. It also prints out an
  informational message for commands like 'setup' and 'clone'
  that fall back on the configured default database, again,
  if no database is specified for these commands.
  (fixes monotone issue 113)

- If 'mtn serve' is called with one or more '--bind' options,
  then the arguments to these options can now be specified
  again as follows:

    '<ip-or-host>'
        to listen to IP or host on the default port
    '<ip-or-host>:<port>'
        to listen to IP or host on the specified port  - or
    ':<port>'
        to listen on all interfaces on the specified port

  (fixes monotone issue 119)

- monotone no longer enforces ".mtn" as file extension for
  managed databases.  A new Lua hook, get_default_database_glob(),
  is used instead to determine a pattern which matches
  accepted database filenames and this pattern by default
  accept files ending with both, ".mtn" and ".db".
  (fixes monotone issue 128)

- monotone now gives a proper error message when an incomplete
  or partial identifier contains non-hex digits.
  (fixes monotone issue 143)

- Performance of "mtn ls changed" has been improved and is now
  comparable to "mtn status". (fixes monotone issue 120)

Internal

- The source tree has been reorganized. Sources, tests and
  documentation now reside in specific directories and many
  smaller improvements in terms of source code cleanup,
  developer documentation and general build infrastructure
  accompany this big change.

Other

- Added a new directory extra/, which contains monotone hooks and
  related scripts that have been shown to work.  Most of these get
  installed, usually somewhere under $(prefix)/share/monotone.
  Please read extra/README for further information.

- Added the mtn-cleanup Perl script that returns a workspace to its
  pristine state with the minimum amount of change. This script is
  in the extra/bin directory.
2011-04-01 13:51:54 +00:00
wiz
cc9c14a1fe Updated editors/joe to 3.7nb2 2011-04-01 13:12:33 +00:00
wiz
4afc6d923d Fix for crash with a segv if called as jmacs with more then
one file as an argument on the command line from upstream.

From upstream via Jasper Wallace in PR 44808.

Bump PKGREVISION.
Set LICENSE (GNU GPL v1!)
2011-04-01 13:12:24 +00:00
wiz
8ad22f5cfd Allow GNU GPL v1 by default. 2011-04-01 13:11:07 +00:00
wiz
a16257e642 Add GNU GPL v1 from http://www.gnu.org/licenses/gpl-1.0.txt 2011-04-01 13:09:39 +00:00
obache
ea6ccf4a22 Change HOMEPAGE to available one. 2011-04-01 13:05:09 +00:00
wiz
d11d298094 Add patch that should fix build with png-1.5. 2011-04-01 13:00:32 +00:00
wiz
7ce97ceaab Updated security/xmlsec1 to 1.2.17 2011-04-01 12:27:53 +00:00
wiz
711e87b5b6 Update to 1.2.17, for security reasons.
* Preparations for 1.2.17 release
* Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire)
* Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto)
* Fixed comments (based on patch from Wolfgang Woehl)
* Fixed extra quotes in configure (bug #631258)
* Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory
* Fixed gcrypt init/shutdown (patch from Roumen)
2011-04-01 12:27:45 +00:00
wiz
0b10551538 Updated security/putty-devel to 0.60.20090906 2011-04-01 11:44:10 +00:00
wiz
fb63343f4a Fix PKGNAME to have "60" instead of "6", to avoid making it appear very
old and triggering a vulnerability match. Suggested by obache.

Reset PKGREVISION, since the version is newer than the old one.
Set LICENSE.
2011-04-01 11:43:57 +00:00
wiz
54c02dbcb6 Updated mail/mpop to 1.0.23 2011-04-01 11:40:43 +00:00
wiz
715f4611ea Update to 1.0.23, fixing a security problem.
Version 1.0.23:
- No significant changes.

Version 1.0.22:
- A new command 'received_header' with a corresponding '--received-header'
  option allows to disable the default Received header if required.
- A new command 'passwordeval' with a corresponding '--passwordeval' option
  allows to set the password to the output of a command.

Version 1.0.21:
- No significant changes.

Version 1.0.20:
- Added support for authentication mechanism SCRAM-SHA-1 via GNU SASL.
- The new command tls_fingerprint allows one to trust one particular TLS
  certificate, in case tls_trust_file cannot be used for some reason.
- The new script mpop-gnome-tool.py manages Gnome Keyring passwords for mpop.

Version 1.0.19:
- When using OpenSSL, mpop now correctly handles NUL characters in the Common
  Name and Subject Alternative Name fields of certificates. This fixes a
  security problem. Note that mpop is not affected by this problem if GnuTLS is
  used.
- Mpop can now handle mail boxes larger than 2 GiB on 32bit systems. Previously,
  this only worked on 64bit systems.

Version 1.0.18:
- Delivery to MS Exchange pickup directories is now supported, thanks to Julien
  Larigaldie.

Version 1.0.17:
- No significant changes.

Version 1.0.16:
- Mpop now also reads SYSCONFDIR/netrc if the password was not found in
  ~/.netrc.
- Support for the GNOME keyring was added by Satoru SATOH.

Version 1.0.15:
- This version fixes two bad bugs that prevented mpop from correctly retrieving
  mails under certain cicumstances.

Version 1.0.14:
- The configuration command tls_crl_file was added. This allows to use
  certificate revocation lists (CRLs) during certificate verification.
- The configuration command tls_min_dh_prime_bits was added. This is needed to
  use TLS/SSL with servers that use a small Diffie-Hellman (DH) prime size.
- The configuration command tls_priorities was added. This allows to fine tune
  TLS/SSL session parameters.

Version 1.0.13:
- Support for the Mac OS X keychain was added by Jay Soffian.
2011-04-01 11:40:34 +00:00
wiz
653d6f3eec + aria2-1.11.1, calibre-0.7.51, doxygen-1.7.4, efax-gtk-3.2.8,
gcc-4.6.0, gdm-2.32.1 [GNOME 2.32], ghostscript-9.02, gnomeicu-0.99.16,
  highlight-3.4, lapack-3.3.0, monotone-1.0, netcdf-4.1.2,
  opendkim-2.3.1, pbzip2-1.1.3, pdfjam-2.08, phonon-4.5.0, png-1.5.2,
  poppler-0.16.4, qt4-qscintilla-2.5, seamonkey-2.0.13,
  youtube-dl-20110329.
2011-04-01 11:34:23 +00:00
wiz
52444f0cec Updated graphics/blender to 2.49bnb6 2011-04-01 11:32:06 +00:00
wiz
8d6a75bcb7 Fix CVE-2008-4863 using the Debian patch by James Vega.
Bump PKGREVISION.
Mark MAKE_JOBS_SAFE=no since installation fails with -j16.
2011-04-01 11:31:56 +00:00
wiz
e5be77ec43 Set LICENSE. 2011-04-01 10:59:56 +00:00
obache
402c981f3e Add user-destdir installation support. 2011-04-01 09:12:04 +00:00
asau
f857ecd128 Support staged installation. 2011-04-01 01:02:41 +00:00
asau
94e2708fa5 Support staged installation. 2011-03-31 20:56:28 +00:00
zafer
3e06d1fc1d to prevent this in the future link to the changeset not to the tip. 2011-03-31 20:53:54 +00:00
zafer
aae7747785 match wrksrcdir with changeset 13. 2011-03-31 20:45:56 +00:00
zafer
1f38865326 update distinfo. closes pr 44790. 2011-03-31 20:35:17 +00:00
drochner
f85aacbf85 fix build with gpsd-2.96 (lightly tested with "gpsfake") 2011-03-31 20:21:34 +00:00
agc
b7ed882699 Be consistent in the way we quote the '#' character 2011-03-31 18:37:33 +00:00
agc
2549c32ff0 The '#' character is kinda special to makefiles - re-work the comment field
so that we don't have any '#' chars in it.

Avoids the following:

	% grep COMMENT Makefile
	COMMENT=       Cryptographic store accessible through a PKCS#11 interface
	% pkg_info softhsm
	Information for softhsm-1.2.0:

	Comment:
	Cryptographic store accessible through a PKCS
2011-03-31 18:30:32 +00:00
is
51e776121c estic-1.61nb2 (with corrected LICENSE) 2011-03-31 17:59:13 +00:00
is
6bfa800e11 Bump revision. 2011-03-31 17:55:25 +00:00
is
f5ff056d9b Point LICENSE to estic-license, remove RESTRICTIONS according to it, as
discussed with gdt@ and martin@.
2011-03-31 17:40:16 +00:00
jmmv
0311a1f3d9 Note update of atf to 0.13. 2011-03-31 16:30:58 +00:00
jmmv
16a3d72f96 Update atf to 0.13:
Experimental version released on March 31st, 2011.

This is the first release after the creation of the Kyua project, a more
modular and reliable replacement for ATF.  From now on, ATF will change to
accomodate the transition to this new codebase, but ATF will still continue
to see development in the short/medium term.  Check out the project page at
http://code.google.com/p/kyua/ for more details.

The changes in this release are:

* Added support to run the tests with the Kyua runtime engine (kyua-cli), a
  new package that aims to replace atf-run and atf-report.  The ATF tests
  can be run with the new system by issuing a 'make installcheck-kyua' from
  the top-level directory of the project (assuming the 'kyua' binary is
  available during the configuration stage of ATF).

* atf-run and atf-report are now in maintenance mode (but *not* deprecated
  yet!).  Kyua already implements a new, much more reliable runtime engine
  that provides similar features to these tools.  That said, it is not
  complete yet so all development efforts should go towards it.

* If GDB is installed, atf-run dumps the stack trace of crashing test
  programs in an attempt to aid debugging.  Contributed by Antti Kantee.

* Reverted default timeout change in previous release and reset its value
  to 5 minutes.  This was causing several issues, specially when running
  the existing NetBSD test suite in qemu.

* Fixed the 'match' output checker in atf-check to properly validate the
  last line of a file even if it does not have a newline.

* Added the ATF_REQUIRE_IN and ATF_REQUIRE_NOT_IN macros to atf-c++ to
  check for the presence (or lack thereof) of an element in a collection.

* PR bin/44176: Fixed a race condition in atf-run that would crash atf-run
  when the cleanup of a test case triggered asynchronous modifications to
  its work directory (e.g. killing a daemon process that cleans up a pid
  file in the work directory).

* PR bin/44301: Fixed the sample XSLT file to report bogus test programs
  instead of just listing them as having 0 test cases.
2011-03-31 16:30:11 +00:00
is
1bb064660b ESTIC license. 2011-03-31 16:25:23 +00:00
taca
cae5cccb25 Explicitly disable merged build option (samba4).
Reflects discussion by PR pkg/44786.
2011-03-31 13:57:30 +00:00
adam
fa62114998 Simplified conditionals 2011-03-31 13:37:21 +00:00
obache
5662d14abf Add user-destdir installation support. 2011-03-31 13:25:56 +00:00
drochner
ad9bdb9a11 copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump
2011-03-31 11:08:29 +00:00
drochner
95bcc3e8fe add patch from upstream
(http://bugzilla.maptools.org/show_bug.cgi?id=2300)
to fix possible buffer overflow in the "thunder" decoder (CVE-2011-1167)
bump PKGREV
2011-03-31 11:05:44 +00:00
asau
72076c773f Build fix: always pass "--tag" parameter to libtool.
Support staged installation.
2011-03-31 09:03:21 +00:00
asau
7bdbfe689c Support staged installation. 2011-03-31 08:07:01 +00:00
adam
f9cde878d2 Forgot to mention compiler.mk 2011-03-31 06:17:12 +00:00
adam
1cb5a14ceb Restrict -std=c++0x to GCC 4.4 and above; fix for PR#42746 2011-03-31 06:07:19 +00:00
obache
d2c9c952f1 Updated mail/cyrus-imapd24 to 2.4.7 2011-03-31 01:28:52 +00:00
obache
04754e7308 Updte cyrus-imapd24 to 2.4.7.
bugs and security fix release.

Changes to the Cyrus IMAP Server since 2.4.6

      * Fixed Bug #3357 - lmtpd offering STARTTLS in pre-authorized mode.
      * Fixed Bug #3392 - allowing INBOX.INBOX to be created if the case
        didn't match
      * Fixed Bug #3404 - incorrect LIST "" "user" response
      * Fixed Bug #3417 - crash on zero-byte quota file
      * Fixed numberous bugs with mailbox upgrades
      * Fixed replication errors, which have been reported many times on
        the mailing list, but don't have bug numbers.
      * Increated "paranoia" about record ordering in mailbox, which would
        have detected some bad bugs in replication that caused the infinite
        runaway mailbox filling reported in 2.4.6 and below
      * Increased syslogging detail about replication issues
      * Fixed reconstruct crash with zero-byte index file
      * Fixed cyradm perl library path finding
      * Fixed incorrect use of LITERAL+ formats in our responses to
        clients. Unreported, but could be causing wierd hard-to-track-down
        bugs out there
      * Fixed append immediately on create
      * Upgraded Unicode database to version 6.0
      * Fixed reconstruct crash on folder names with many digits (i.e. ebay
        auction numbers)
      * Fixed reconstruct crash with file called '0.'
      * Made reconstruct '-n' option actually exist, as advertised in the
        man page
      * Fixed bug #3423 - STARTTLS plaintext command injection
        vulnerability
      * Bug #3382 Added "failedloginpause" config option
      * Bugs #3383/3385 Removed some obsolete config options
      * Bug #3389 $confdir/proc not created on the fly
      * Bug #3394 fix imtest parsing of MECHLIST
      * Bug #3399 fix with_ldap option default
      * Bug #3307 fix mbpath crash on remote mailbox
      * Bug #3420 use getpassphrase on Solaris, now passwords over 8
        characters long work with cyrus tools
      * Bug #3400 and others - lots of bugs with XFER between different
        versions in murder clusters fixed, including a bug that caused only
        mailboxes with zero messages to be rejected for upgrade
      * Bug #3391 fix rename which just moves between partitions
      * Bug #3103 fix imtest using plain authentication when it must not
      * Bug #3426 fix TLS on sockets other than stdin
      * Added support for BDB versions 5 and above
2011-03-31 01:28:37 +00:00