Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:25:22 UTC Now

2011-09-12 14:35:54 UTC MAIN commitmail json YAML

Update to 0.56.1

  pkg_lint_summary:
    - Serious fix in recently added -n option (misprint actually :-/ )

(cheusov)

2011-09-12 13:54:37 UTC MAIN commitmail json YAML

Note update of www/ruby-net-http-persistent package to 2.0.

(taca)

2011-09-12 13:53:59 UTC MAIN commitmail json YAML

Update ruby-net-http-persistent package to 2.0.

=== 2.0 / 2011-08-26

* Incompatibility
  * Net::HTTP::Persistent#verify_mode now defaults to
    OpenSSL::SSL::VERIFY_PEER.  This may cause HTTPS request failures if your
    default certificate store lacks the correct certificates.

(taca)

2011-09-12 13:51:15 UTC MAIN commitmail json YAML

Remove previous added line.

(taca)

2011-09-12 13:50:49 UTC MAIN commitmail json YAML

Revert previous update, it would be break a depending package.

(taca)

2011-09-12 13:49:00 UTC MAIN commitmail json YAML

Note update of www/ruby-css-parser package to 1.2.5.

(taca)

2011-09-12 13:48:14 UTC MAIN commitmail json YAML

Update ruby-css-parser package to 1.2.5.

Changes are unknown.

(taca)

2011-09-12 13:46:39 UTC MAIN commitmail json YAML

Note update of textproc/ruby-libxml package to 2.2.2.

(taca)

2011-09-12 13:45:52 UTC MAIN commitmail json YAML

Update ruby-libxml pacakge to 2.2.2.

= Release History

== 2.2.2 / 2011-08-13 Charlie Savage

* ++API CHANGE+++

Reader#relax_ng_validate now takes a RelaxNG object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Reader#schema_validate now takes a Schema object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Fixes GitHub issue #30.

* Added Parser::Context#close and HTMLParser::Context#close methods that
  allow the underlying io stream (file, string, etc) to be closed.  Once a
  parser is done parsing its data, it now calls one of these methods.
  This means that if you parse thousands of files at the same time,
  without running Ruby's garbage colllector, you won't get a too
  many files open error.  Fixes GitHub issue #29.

* Fixed bug where Node#inner_xml caused an error when it had no child nodes.
  Fixes GitHub issues #31

* Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs

(taca)

2011-09-12 13:43:31 UTC MAIN commitmail json YAML

Note update of textproc/ruby-json-pure and textproc/ruby-json
package to 1.5.4.

(taca)

2011-09-12 13:42:30 UTC MAIN commitmail json YAML

Update ruby-json and ruby-json-pure package to 1.5.4.

2011-08-31 (1.5.4)
  * Fix memory leak when used from multiple JRuby. (Patch by
    jfirebaugh@github).
  * Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection
    problem reported in https://github.com/flori/json/issues/46.
  * Add :quirks_mode option to parser and generator.
  * Add support for Rational and Complex number additions via json/add/complex
    and json/add/rational requires.

(taca)

2011-09-12 13:40:30 UTC MAIN commitmail json YAML

Note update of textproc/ruby-haml package to 3.1.3.

(taca)

2011-09-12 13:39:52 UTC MAIN commitmail json YAML

Update ruby-haml package to 3.1.3.

3.1.3

* Stop partial layouts from being displayed twice.

(taca)

2011-09-12 13:38:54 UTC MAIN commitmail json YAML

Note update of textproc/ruby-diff-lcs package to 1.1.3.

(taca)

2011-09-12 13:38:17 UTC MAIN commitmail json YAML

Update ruby-diff-lcs package to 1.1.3.

== 1.1.3 / 2011-08-27
* Converted to 'hoe' for release.
* Converted tests to RSpec 2.
* Extracted the body of htmldiff into a class available from
  diff/lcs/htmldiff.
* Migrated development and issue tracking to GitHub.
* Bugs fixed:
  - Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff.
    Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4).
  - Eliminated Ruby warnings. Resolves issue 3
    (https://github.com/halostatue/diff-lcs/issues/3).

(taca)

2011-09-12 13:37:08 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-directory-watcher package to 1.4.1.

(taca)

2011-09-12 13:36:18 UTC MAIN commitmail json YAML

Update ruby-directory-watcher pacakge to 1.4.1.

== 1.4.1 / 2011-08-29

Minor Enhancements
- support for latest 'cool.io'

(taca)

2011-09-12 13:33:13 UTC MAIN commitmail json YAML

Note addition of devel/ruby-spruz version 0.2.13 package.

(taca)

2011-09-12 13:32:35 UTC MAIN commitmail json YAML

Add and enable ruby-spruz.

(taca)

2011-09-12 13:31:55 UTC MAIN commitmail json YAML

Importing devel/ruby-spruz package version 0.2.13, neede by newer version
of textproc/ruby-json-pure.


All the stuff that isn't good/big enough for a real library.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-09-12 13:30:13 UTC MAIN commitmail json YAML

Note update of net/ruby-amqp package to 0.8.0.

(taca)

2011-09-12 13:29:22 UTC MAIN commitmail json YAML

Update ruby-amqp package to 0.8.0.

= Version 0.8.0

  * [API] AMQP::Session#on_skipped_heartbeats callback that can be used to handle skipped heartbeats (for cases when TCP network failure detection is not timely enough)
  * [API] AMQP::Exchange#publish calls now use a mutex on the channel exchange is declared on. Sharing channels between threads is discouraged but amqp gem covers your back in the most dangerous case.
  * [API] AMQP::Channel#synchronize now can be used to guarantee mutual exclusion of multiple threads on channel instances.
  * [BUG] Empty messages can finally be published fine. Yes, it took us just 3 years.
  * [FEATURE] When connected to RabbitMQ, RabbitMQ-specific extensions are required automatically
  * [FEATURE] AMQP::Session#broker and AMQP::Broker allow for broker capabilities inspection
  * [FEATURE] New bitset-based channel id allocator
  * [FEATURE] Multiple consumers per queue with AMQP::Consumer
  * [FEATURE] Automatic recovery mode for channels
  * [FEATURE] Network connection recovery callbacks for channels, exchanges, queues, consumers
  * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
  * [FEATURE] Returned messages, including header & content via AMQP::Exchange#on_publish. Callback accepts 3 args: basic_return, header, body
  * [BUG] Ruby 1.8.7-p249 is not supported because of this (p249-specific) Ruby bug: http://bit.ly/iONBmH
  * [FEATURE] AMQP::Utilities::EventLoopHelper detects app server (if any) being used and starts EventMachine reactor in an optimal way.
  * [FEATURE] AMQP 0.9.1 support, including tx.* operations class.
  * [API] Default authentication handler now raises AMQP::PossibleAuthenticationFailureError
  * [API] AMQP::Channel#initialize now takes 3rd (optional) options hash.
  * [API] Broker connection class is now AMQP::Session.
  * [API] AMQP::Error instance now may carry cause, an exception that caused exception in question to be raised.
  * [API] When initial TCP connection fails, default action is now to raise AMQP::TCPConnectionFailed.
  * [API] AMQP::BasicClient#reconnect now takes 2nd optional argument, period of waiting in seconds.
  * [FEATURE] Handlers for initial connection failure, connection loss; channel-level exceptions handlers on Channel instances.
  * [API] AMQP::Exchange#initialize now accepts :arguments option that takes a hash.
  * [API] AMQP::Queue#initialize now accepts :arguments option that takes a hash.
  * [API] AMQP#Logger is deprecated. It will be removed before 1.0 release.
  * [API] AMQP#fork is deprecated. It will be removed before 1.0 release.
  * [API] AMQP::RPC is deprecated. It will be removed before 1.0 release.
  * [FEATURE] Significant improvements to the documentation. From now on lack of/poor documentation is considered a severe bug.
  * [FEATURE] Support for RabbitMQ extensions to AMQP 0.9.1
  * [API] AMQP::Exchange#publish now accepts (an optional) callback.
  * [API] AMQP::Channel.new now accepts (an optional) callback.
  * [API] AMQP::Header#ack now can acknowledge multiple deliveries
  * [API] AMQP::Exchange#delete now takes (an optional) block that is called when exchange.delete-ok response arrives.
  * [API] AMQP::Header now implements #to_hash
  * [API] AMQP::Queue#pop block now can take 1, 2 or 3 arguments.
  * [API] AMQP::Queue#purge  now takes an optional block which is called when queue.purge-ok response arrives.
  * [API] AMQP::Queue#delete now takes an optional block which is called when queue.delete-ok response arrives.
  * [API] AMQP::Queue#delete now accepts :nowait option.
  * [API] AMQP::Queue#unbind now takes an optional block which is called when queue.unbind-ok response arrives.
  * [API] AMQP::Queue#unbind now accepts :routing_key as alias to :key. we believe it is a good idea to use AMQP terms.
  * [API] AMQP::Channel#prefetch now takes (an optional) 2nd parameter that specifies that QoS settings should be applied to underlying connection, as well as optional callback.
  * [API] AMQP::Channel#recover now takes (an optional) callback that is called when basic.recover-ok is received.
  * [API] AMQP::Frame is gone.
  * [API] AMQP::Buffer is gone. Serialization & framing are now handled primarily by amq-protocol.
  * [API] AMQP::Queue#publish is deprecated.
  * [API] Name argument for AMQP::Queue.new and Channel#queue is optional.

= Version 0.7.2

  * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name
  * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB
  * [BUG] Queue#reset leaks consumer tags [#40].

(taca)

2011-09-12 12:06:49 UTC MAIN commitmail json YAML

Updated audio/py-id3 to 1.2nb1

(obache)

2011-09-12 12:06:18 UTC MAIN commitmail json YAML

Using distutils, register eggfile. Bump PKGREVISION.

(obache)

2011-09-12 11:58:30 UTC MAIN commitmail json YAML

Note update of devel/ruby2ruby package to 1.3.0.

(taca)

2011-09-12 11:57:49 UTC MAIN commitmail json YAML

Update ruby2ruby pacakge to 1.3.0.

=== 1.3.0 / 2011-09-01

* 1 minor enhancement:

  * output comments for class and method definitions. (pythonic)

(taca)

2011-09-12 11:56:04 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 2.3.0.

(taca)

2011-09-12 11:54:45 UTC MAIN commitmail json YAML

Update ruby-parser pacakge to 2.3.0.

=== 2.3.0 / 2011-09-06

* 2 minor enhancements:

  * Add -g flag to parser compile if DEBUG
  * Lexer now embeds line number in yacc_value for keywords, helping fix up line numbers

* 3 bug fixes:

  * Fix method line numbers when no args and no parens (quix)
  * Fixed line numbers on return/break/next w/ result expr. (pjnz)
  * Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. (invernizzi)

(taca)

2011-09-12 11:51:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-mocha package to 0.10.0.

(taca)

2011-09-12 11:50:51 UTC MAIN commitmail json YAML

Update ruby-mocha package to 0.10.0.

= 0.10.0 ()
* Add Expectation#throws to allow a stubbed method to use Kernel#throw.
* Updates for versions of Test::Unit up to and including v2.3.3 (including
  patch by Jens Fahnenbruck).
* Updates for versions of MiniTest up to and including v2.5.1.
* Since the singleton method added by Mocha masks the underlying instance
  method, there's no need to move it out the way and then back again. This
  fixes Github issue #20, because the original method is left unchanged -
  https://github.com/floehopper/mocha/issues/20 (thanks to Nick Lewis).
* Handle stubbing of a singleton method, leaving the original method unchanged
  after the test.
* When stubbing an instance method that was originally defined as a singleton
  method, the original method should still exist after the test.
* Fixed mis-print in Mocha::ObjectMethods#unstub documentation (patch by Gleb
  Pomykalov).
* Improved test coverage around stubbing of methods defined in different ways
  - this makes use of the newly extracted introspection gem (although this
  means some tests are now failing in Ruby v1.9.2).
* Added configuration for Travis continuous integration.
* Make the gemspec the canonical reference and stop generating it from the
  Rakefile.
* Use the built-in Bundler rake tasks for packaging the gem.
* Use the "release" rake task provided by Bundler instead of using the
  Rake::XForge::Release functionality.
* Extract Object#__metaclass__ into a new metaclass gem.
* Run rake tasks without `bundle exec`.
* Avoid deprecation warning for rdoc rake task.
* Remove the `use_test_unit_gem` MOCHA_OPTION which hasn't worked since we
  switched to bundler - we can now run the tests specifying a different
  Gemfile instead.
* Use multiple Gemfiles seems to run Travis CI builds against multiple version
  of test-unit & minitest.

(taca)

2011-09-12 11:48:36 UTC MAIN commitmail json YAML

Note addition of devel/ruby-metaclass version 0.0.1 package.

(taca)

2011-09-12 11:47:41 UTC MAIN commitmail json YAML

Add and enable ruby-metaclass.

(taca)

2011-09-12 11:46:27 UTC MAIN commitmail json YAML

IMporting ruby-metaclass version 0.0.1, which is needed by newer
version of ruby-mocha package.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-09-12 11:43:54 UTC MAIN commitmail json YAML

Note update of devel/ruby-inline package to 3.10.0.

(taca)

2011-09-12 11:43:16 UTC MAIN commitmail json YAML

Update ruby-inline package to 3.10.0.

=== 3.10.0 / 2011-08-30

* 2 minor enhancements:

  * Added engined/versioned subdir to .ruby_inline to help with multiple-ruby usage. (valodzka)
  * Extended file/module naming to avoid hash collisions. (apohllo)

* 2 bug fixes:

  * Fixed examples for 1.9 compatibility.
  * Use RbConfig instead of Config. (apohllo)

(taca)

2011-09-12 11:40:59 UTC MAIN commitmail json YAML

Note of update of devel/hoe package to 2.12.3.

(taca)

2011-09-12 11:40:11 UTC MAIN commitmail json YAML

Update hoe pacakge to 2.12.3.

=== 2.12.3 / 2011-09-06

* 1 bug fix:

  * Hoe was loading rdoc early... delay and isolate will be happier

(taca)

2011-09-12 11:37:47 UTC MAIN commitmail json YAML

2011-09-12 11:34:09 UTC MAIN commitmail json YAML

Restrict dependency patterns to avoid mixing versions.

(joerg)

2011-09-12 11:23:13 UTC MAIN commitmail json YAML

Update PLIST which I forgot.

No PKGREVISION bump since the package was completely broken.

(taca)

2011-09-12 11:16:07 UTC MAIN commitmail json YAML

2011-09-12 11:15:33 UTC MAIN commitmail json YAML

Add a distfile patch from yours truly, which may become, or may become
part of, a new upstream version, but I need to talk to some people first.
(I'm keeping this separate from the previous update in case it breaks stuff.)

Changes:
roll in parts of patch-aa and patch-aq;
roll in all of patch-ar and patch-src_memsize_c;
make the ARM-only adjustment from patch-ar universal;
add enough volatile to make 'mhz' work more or less properly again;
fix the loop calibration to bail out instead of spinning forever
  if things go too fast (e.g. because the compiler's optimized out
  the benchmark loop);
various hacking and modernization to get sort of a clean compile;
fix some non-stdc stringifying macros;
hopefully advance the clang build a bit further.

(dholland)

2011-09-12 11:03:48 UTC MAIN commitmail json YAML

Update to firefox-6.0.2.

MFSA-2011-35 Additional protection against fraudulent DigiNotar certs

(tnn)

2011-09-12 10:59:15 UTC MAIN commitmail json YAML

Enable PREFER_PKGSRC=yes for curses on DragonFly and Linux.

(ryoon)

2011-09-12 10:58:09 UTC MAIN commitmail json YAML

b3.mk was fixed, drop failed manual attempt at upper limit

(joerg)

2011-09-12 10:57:09 UTC MAIN commitmail json YAML

Use b3.mk for server dependency

(joerg)

2011-09-12 10:56:10 UTC MAIN commitmail json YAML

Add b3.mk file for consistency with the other MySQL server packages

(joerg)

2011-09-12 10:53:58 UTC MAIN commitmail json YAML

Add proper upper limit to not result in mix of MySQL 5.1 and 5.5

(joerg)

2011-09-12 10:47:11 UTC MAIN commitmail json YAML

Update to 1.1, which was released with little fanfare in 2003.
Changes: support for SPARC performance counters, plus a couple fixes.

(dholland)

2011-09-12 09:46:37 UTC MAIN commitmail json YAML

Updated www/firefox36-l10n to 3.6.21

(obache)

2011-09-12 09:46:18 UTC MAIN commitmail json YAML

Update firefox36-l10n to 3.6.21.
While her, fix installation location to match firefox36 package.

(obache)

2011-09-12 09:19:06 UTC MAIN commitmail json YAML

PR pkg/45346: Pierre Allegraud:  Be more consistent about which configure
settings we want / do not want with the debug option.

(tnn)

2011-09-12 08:31:40 UTC MAIN commitmail json YAML

Fixes build with curl-7.21.7.
Let not to include deprecated header file.

(obache)

2011-09-12 08:23:33 UTC MAIN commitmail json YAML

Added www/py-djangorestframework version 0.2.3

(adam)

2011-09-12 08:22:36 UTC MAIN commitmail json YAML

Added www/py-djangorestframework version 0.2.3

(adam)

2011-09-12 08:21:29 UTC MAIN commitmail json YAML

Django REST framework is a lightweight REST framework for Django, that aims to
make it easy to build well-connected, self-describing RESTful Web APIs.

Features:
* Automatically provides an awesome Django admin style browse-able
  self-documenting API.
* Clean, simple, views for Resources, using Django's new class based views.
* Support for ModelResources with out-of-the-box default implementations and
  input validation.
* Pluggable parsers, renderers, authentication and permissions - Easy to
  customise.
* Content type negotiation using HTTP Accept headers.
* Optional support for forms as input validation.
* Modular architecture - MixIn classes can be used without requiring the
  Resource or ModelResource classes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2011-09-12 08:17:07 UTC MAIN commitmail json YAML

Changes 1.3.1:
Fixed security issues:
* Session manipulation
* Denial of service attack via URLField
* URLField redirection
* Host header cache poisoning
* Advisory: Host header and CSRF
* Advisory: Cross-subdomain CSRF attacks
* Advisory: DEBUG pages and sensitive POST data

(adam)

2011-09-12 07:24:52 UTC MAIN commitmail json YAML

2011-09-12 07:21:30 UTC MAIN commitmail json YAML

void main
while here, fix some wrong printf formats that clang caught.

(dholland)

2011-09-12 07:17:14 UTC MAIN commitmail json YAML

Update the patch here to use %llu instead of %qu for 64-bit values,
since clang objects to %qu. Also patch another format string that
was previously missed

(dholland)

2011-09-12 07:10:32 UTC MAIN commitmail json YAML

2011-09-12 06:50:00 UTC MAIN commitmail json YAML

Fix mismatched return statements, which clang dislikes

(dholland)

2011-09-12 06:42:12 UTC MAIN commitmail json YAML

Fix mismatched return statements, which clang dislikes

(dholland)

2011-09-12 06:33:11 UTC MAIN commitmail json YAML

2011-09-12 06:27:21 UTC MAIN commitmail json YAML

2011-09-12 05:08:53 UTC MAIN commitmail json YAML

2011-09-12 05:01:15 UTC MAIN commitmail json YAML

Patch a configure script to use valid C++, because the package's build
system runs it with CC set to "c++". Should fix the clang build.

(dholland)

2011-09-12 04:46:54 UTC MAIN commitmail json YAML

Disable inline by always #defining it to nothing. What motivates
people to declare functions inline without making any kind of inline
definition available?

(dholland)

2011-09-12 04:34:29 UTC MAIN commitmail json YAML

2011-09-11 19:06:36 UTC MAIN commitmail json YAML

+ ffmpeg-20110906.0.8.3, libnice-0.1.1, mupdf-0.9, py-simplejson-2.2.1,
  x264-devel-20110910.

(wiz)

2011-09-11 10:53:32 UTC MAIN commitmail json YAML

PR#45150: Fix DragonFly build

Add DragonFly entry to Makefile.shlib to allow client to build.

(marino)

2011-09-11 10:07:35 UTC MAIN commitmail json YAML

PR#45149: Fix DragonFly build

Add DragonFly entry to Makefile.shlib to allow client to build.

(marino)

2011-09-10 23:34:16 UTC pkgsrc-2011Q2 commitmail json YAML

Pullup ticket #3520 - requested by bouyer
sysutils/xenkernel3: security patch
sysutils/xenkernel33: security patch

Revisions pulled up:
- sysutils/xenkernel3/Makefile                                  1.21
- sysutils/xenkernel3/distinfo                                  1.15
- sysutils/xenkernel3/patches/patch-SA45835                    1.1
- sysutils/xenkernel33/Makefile                                1.15
- sysutils/xenkernel33/distinfo                                1.14
- sysutils/xenkernel33/patches/patch-SA45835                    1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Sat Sep 10 18:35:51 UTC 2011

  Modified Files:
  pkgsrc/sysutils/xenkernel3: Makefile distinfo
  pkgsrc/sysutils/xenkernel33: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel3/patches: patch-SA45835
  pkgsrc/sysutils/xenkernel33/patches: patch-SA45835

  Log Message:
  Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2,
  fixing SA45835.
  Bump pkgrevision

(tron)

2011-09-10 23:32:28 UTC pkgsrc-2011Q2 commitmail json YAML

2011-09-10 18:37:52 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel3 to 3.1.4nb6
Updated sysutils/xenkernel33 to 3.3.2nb8

(bouyer)

2011-09-10 18:35:51 UTC MAIN commitmail json YAML

2011-09-10 16:36:27 UTC MAIN commitmail json YAML

Add an apache option (defaults on) to allow building without apache

(abs)

2011-09-10 16:35:04 UTC MAIN commitmail json YAML

fix #elif botch which prevented build under gcc-4.5.3. No functional change

(abs)

2011-09-10 16:30:03 UTC MAIN commitmail json YAML

>From "What platforms work with X11_TYPE=native" thread on pkgsrc-users.

Based on the responses I'm going to switch the default X11_TYPE to
be modular, and override in platform/*.mk files as required. The
new values will be:

Changed - from native to modular
- FreeBSD
- FreeMiNT
- Linux

Changed - older versions switched from native to modular
- NetBSD - native for NetBSD-4 and later

Native (unchanged)  - should probably be switched to modular
- AIX
- BSDOS
- IRIX
- Interix
- MirBSD
- UnixWare

Native (unchanged)
- Darwin - for Leopard (10.5) and later
- OpenBSD.mk
- SunOS.mk

Modular (unchanged)
- DragonFly
- HPUX
- Haiku
- OSF1

I'd like to encourage anyone using X11 apps on any platforms other
than NetBSD, Darwin, DragonFly, FreeBSD, Linux, FreeMiNT, HPUX,
Haiku or OSF1 to speak up, whether they are happy with native or
having to set modular.

(abs)

2011-09-10 15:48:09 UTC MAIN commitmail json YAML

Updated net/istgt to 20110907

(sborrill)

2011-09-10 15:47:20 UTC MAIN commitmail json YAML

Update to istgt-20110907.

Changelog written in Japanese(20110907 & 20110902):
http://shell.peach.ne.jp/aoyama/archives/1628
http://shell.peach.ne.jp/aoyama/archives/1611

Highlights include:
- provides vSphere5(ESXi5) compatibility.
- Allows RPM and Form Factor to be specified for LUNs

(sborrill)

2011-09-10 14:11:23 UTC MAIN commitmail json YAML

Updated lang/sun-{jre,jdk} to 6.0.27.

(obache)

2011-09-10 14:09:49 UTC MAIN commitmail json YAML

Update sun-{jre,jdk} to 6.0.27.

Highlights
This update release contains important enhancements for java applications:
* improved performance and stability
* Certification for Firefox 5
Olson Data 2011g

(obache)

2011-09-10 11:23:39 UTC MAIN commitmail json YAML

Updated lang/python31 to 3.1.4nb1

(obache)

2011-09-10 11:23:13 UTC MAIN commitmail json YAML

2011-09-10 10:10:48 UTC pkgsrc-2011Q2 commitmail json YAML

2011-09-10 10:07:02 UTC pkgsrc-2011Q2 commitmail json YAML

Pullup ticket #3518 - requested by dholland
devel/roundup: security update

Revisions pulled up:
- devel/roundup/MESSAGE                                        1.3
- devel/roundup/Makefile                                        1.40
- devel/roundup/PLIST                                          1.16
- devel/roundup/distinfo                                        1.25
- devel/roundup/patches/patch-setup-py                          1.1

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun Jul 17 02:24:13 UTC 2011

  Modified Files:
  pkgsrc/devel/roundup: MESSAGE Makefile PLIST distinfo
  Added Files:
  pkgsrc/devel/roundup/patches: patch-setup-py

  Log Message:
  Update roundup to 1.4.19. Set LICENSE.

  Three years of development, way too much to include here. If anyone's
  curious the list is in CHANGES.txt in the distfile.

(tron)

2011-09-10 09:15:06 UTC MAIN commitmail json YAML

Fixes PLIST entries for gdk-target=x11.

(obache)

2011-09-09 22:02:37 UTC MAIN commitmail json YAML

Updated pkgtools/nih to 0.9.1

(cheusov)

2011-09-09 22:02:19 UTC MAIN commitmail json YAML

Update to 0.9.1

  fix in "nih deps": option -t now works correctly

  fix: ~/.nih/config has higher priority than @sysconfdir@/nih/config
      Thanks to Jan Smydke for the report!

  fix: Create "$CACHEDIR/All" on startup.
      Thanks to Zafer Aydogan for the report.

  nih.default.conf:
    - REPOSITORY defaults to ftp://ftp.NetBSD.org/...

  Default nih.conf:
    - One more example of use

(cheusov)

2011-09-09 21:01:36 UTC MAIN commitmail json YAML

If SUSE_PREFER is > than EMUL_REQD, then use SUSE_PREFER

(abs)

2011-09-09 16:51:18 UTC MAIN commitmail json YAML

Update perfuse, with two fixes
- avoid system deadlock in low memory conditions
- avoid a racecondition leading to data corruption (chuncks of zeroed data)

(manu)

2011-09-09 15:20:59 UTC MAIN commitmail json YAML

2011-09-09 15:19:44 UTC MAIN commitmail json YAML

2011-09-09 15:18:28 UTC MAIN commitmail json YAML

Accept '+' in option names; currently used by the gcc-c++ option.

(wiz)

2011-09-09 15:16:27 UTC MAIN commitmail json YAML

Accept '~' in patch names. Some programs actually have files
with it in their names.

(wiz)

2011-09-09 15:13:19 UTC MAIN commitmail json YAML

Updated net/vsftpd to 2.3.4

(wiz)

2011-09-09 15:13:09 UTC MAIN commitmail json YAML

Update to 2.3.4, based on a patch by Stephan Tesch
<s.tesch@science-computing.de> on pkgsrc-users.

- Avoid consuming excessive CPU when matching filenames to patterns. Thanks to
Maksymilian Arciemowicz <cxib@securityreason.com>.
- Some bugfixes from Rapha
no apparent security impact.

At this point: v2.3.3 released!
===============================

- Fix compile. Extreme suckage.

At this point: v2.3.4 released!
===============================

(wiz)

2011-09-09 13:44:25 UTC MAIN commitmail json YAML

Fix build on NetBSD-4. From Robert Elz on tech-pkg.

(wiz)

2011-09-09 13:37:29 UTC MAIN commitmail json YAML

+ netatalk-2.2.1.

(taca)

2011-09-09 13:32:32 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.12, byacc-20110908, dillo-3.0, dvtm-0.7, gaupol-0.19.1,
  global-6.0, gmime24-2.4.26, mpg123-1.13.4, openssl-1.0.0e,
  stunnel-4.43, xf86-video-glint-1.2.6.

(wiz)

2011-09-09 13:05:24 UTC MAIN commitmail json YAML

Updated net/wireshark to 1.6.2

(adam)

2011-09-09 13:02:04 UTC MAIN commitmail json YAML

Changes 1.6.2:
* Bug Fixes
  o wnpa-sec-2011-12
    A large loop in the OpenSafety dissector could cause a crash.
  o wnpa-sec-2011-13
    A malformed IKE packet could consume excessive resources.
  o wnpa-sec-2011-14
    A malformed capture file could result in an invalid root    tvbuff and cause a crash.
  o wnpa-sec-2011-15
    Wireshark could run arbitrary Lua scripts.
  o wnpa-sec-2011-16
    The CSN.1 dissector could crash.

(adam)

2011-09-09 12:43:10 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2011-09-09 12:09:58 UTC MAIN commitmail json YAML

Updated mail/cyrus-imapd24 to 2.4.11

(obache)

2011-09-09 12:09:34 UTC MAIN commitmail json YAML

Update cyrus-imapd24 to 2.4.11.

Changes to the Cyrus IMAP Server since 2.4.10

      * fixed replication recovery from different messages at the each end
      * Bug #3489 - fixed quotalegacy handling of prefixes so only exact
        subfolders match
      * Bug #3498 - fixed deletion of users quota files with
        unixheriarchysep enabled, thanks Leena Heino
      * Bug #3491 - NOOP and UNAUTHENTICATE for timsieved, thanks Dilyan
        Palauzov
      * Bug #3492 - better response codes for timsieved, thanks Dilyan
        Palauzov
      * Bug #3497 - fix cmd syslog from master, thanks Kristof Katus
      * Bug #3503 - compilation of perl libraries on dragonfly and freebsd,
        thanks OBATA Akio
      * Bug #3451 - allow CC to have spaces
      * Bug #3505 - fix sync_reset, thanks David Carter
      * Bug #3506 - use literal+ for sync_(client|server), thanks David
        Carter
      * Bug #3300 - use portable function for TCP constants, thanks OBATA
        Akio
      * Bug #3507 - fix replication recovery with non-delayed expunge,
        thanks Julien Coloos
      * Bug #3495 - improved duplicate suppression, thanks Kristof Katus
      * Bug #2772/3463 - fixed crashes in THREAD by correcting folding of
        references headers
      * Bug #3439 - fix ugly syslog message for vacation
      * Bug #3499 - options to disable namespaces to reduce load on big
        servers with no shared folders. Thanks Olivier ROLAND
      * Changed skiplist to truncate old files after checkpoint, which can
        save disk space on tmpfs or small ssds when old copies were held
        open by other processes
      * Made Cyrus more robust against corruption in mailboxes.db data, so
        it will return an error rather than crashing on invalid entries
      * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in
        nntpd - thanks Coverity

(obache)

2011-09-09 12:07:09 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.67

(abs)

2011-09-09 11:56:35 UTC MAIN commitmail json YAML

Updated mail/cyrus-imapd23 to 2.3.17

(obache)

2011-09-09 11:56:19 UTC MAIN commitmail json YAML

Update cyrus-imapd23 to 2.3.17.
(add an patch to fix compilation on perl 5.14)

Changes to the Cyrus IMAP Server since 2.3.16

      * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in
        nntpd

(obache)

2011-09-09 11:48:09 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.0.12

(adam)

2011-09-09 11:22:50 UTC MAIN commitmail json YAML

Add missing libs on Solaris.

>From J�rn Clausen in PR pkg/45351.

(gdt)

2011-09-09 11:03:18 UTC MAIN commitmail json YAML

Updated nkf and p5-nkf to 2.12.

(obache)

2011-09-09 11:01:17 UTC MAIN commitmail json YAML

Update nkf to 2.12.

* fixes decoding of Q-encoded UTF-8 [nkf-bug:55125]
* misc test and document fixes.

(obache)

2011-09-09 10:03:21 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.0.12

(adam)

2011-09-09 10:02:03 UTC MAIN commitmail json YAML

Changes 3.0.12:
* Assorted file chooser improvements/redesign:
- Remove the expander in Save mode
- Move the path bar up in Save mode
- Remember the last opened directory
- Start in recently-used mode when no folder is set
- Update recent-files when confirming in the file chooser

(adam)

2011-09-09 09:41:46 UTC MAIN commitmail json YAML

Set MAKE_JOBS_SAFE=no, needed on at least NetBSD/amd64 5.99.55 gcc-4.5.3

(abs)

2011-09-09 09:31:56 UTC MAIN commitmail json YAML

Add comment for Mac OS X 10.7.x Lion.

(yyamano)

2011-09-09 09:08:07 UTC MAIN commitmail json YAML

2011-09-09 08:29:20 UTC MAIN commitmail json YAML

Fix building on Mac OS X

(adam)

2011-09-09 08:23:58 UTC MAIN commitmail json YAML

2011-09-09 06:43:05 UTC MAIN commitmail json YAML

Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.

(wiz)

2011-09-09 06:42:27 UTC MAIN commitmail json YAML

Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.

(wiz)

2011-09-09 00:39:33 UTC MAIN commitmail json YAML

2011-09-09 00:37:23 UTC MAIN commitmail json YAML

Drop maintainership; this is obsolete, I no  longer use it, and I
would recommend to anyone wanting to use it to use geeqie instead.

(gdt)

2011-09-09 00:36:37 UTC MAIN commitmail json YAML

2011-09-09 00:35:31 UTC MAIN commitmail json YAML

On Solaris, add libraries needed for link.

Patch from PR pkg/45336 by J�rn Clausen.  No revbump because behavior
only changes on SunOS and there it previously did not build.

(gdt)

2011-09-09 00:26:59 UTC MAIN commitmail json YAML

Note that GQview is obsolete and point to geeqie.

(gdt)

2011-09-08 21:57:56 UTC MAIN commitmail json YAML

Reset maintainer.

(wiz)

2011-09-08 21:10:37 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 0.2.1

(wiz)

2011-09-08 21:10:26 UTC MAIN commitmail json YAML

Update to 2.1:

Changes between 0.2.0 and 0.2.1:
--------------------------------

  * ignore initial discontinuity
  * Build fixes for BSD builds
  * Build fixes for MSYS builds

Changes between 0.1.7 and 0.2.0:
--------------------------------

  * Relicense libdvbpsi from GPLv2 to LGPLv2.1
  * bump version number to 0.2.0 (skipping 0.1.8 and 0.1.9) to indicate
    GPL -> LGPL license change
  * new CUE Identifier descriptor support (0x8a)
  * new Splice Information Section table support (0xFC) (SCTE 35 2004)
  * new BAT table (decoder and generator)
  * new descriptor 0x44
  * depreceated all API's in preparation for 1.0.0 release with revamped API
    packagers and application developers should anticipate:
    - structure renames dvbpsi_handle to dvbpsi_t
    - prototype changes
    - removal of printf for message printing
    - message callback function
    For more information see changes in libdvbpsi-ng branch.

(wiz)

2011-09-08 21:04:59 UTC MAIN commitmail json YAML

Default NetBSD-5.99.50 and later to SUSE_PREFER 11.3 else 10.0

(abs)

2011-09-08 20:59:13 UTC MAIN commitmail json YAML

PR/36803 -- remove stray '&'.  Thanks to Jukka Salmi for noticing this.

(shattered)

2011-09-08 20:59:09 UTC MAIN commitmail json YAML

Updated www/davical to 0.9.9.4

(wiz)

2011-09-08 20:58:58 UTC MAIN commitmail json YAML

Update to 0.9.9.4:

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
* Release 0.9.9.4

2010-12-27  Andrew McMillan  <andrew@morphoss.com>
* Refactor PUT functions to set modified/created dates more correctly.

2010-12-27  Leho Kraav  <leho@kraav.com>
* add et_EE to support locales

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
* Fix errors in po files pointed out by Transifex uploading.
* A new AtomFeed class for building an Atom feed.
* Switch to creating an atom feed, which is a better feed standard.

2010-12-26  Leho Kraav  <leho@kraav.com>
* A new URL to provide an RSS feed of a calendar's changes.

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
* Refactored RRule to add support for initialisation from a vProperty.

2010-12-25  Andrew McMillan  <andrew@morphoss.com>
* Remove all reference to PgQuery
* Extensive refactoring of principal-edit, plus support for creating tickets.
* Add support for writing scheduling resources on PUT.
* Improve support for handling floating time.
* Add cil for internal issue tracking.

2010-12-08  Andrew McMillan  <andrew@morphoss.com>
* Cut access with invalid/expired tickets out immediately.

2010-12-07  Andrew McMillan  <andrew@morphoss.com>
* Handle empty PROPFIND, don't blow up on invalid XML.

2010-11-30  Andrew McMillan  <andrew@morphoss.com>
* /.well-known/* now returns a 301 redirect, per spec.
* Use text/vcard for content type in advance of ratification of spec.
* Properly handle addressbooks in multiget.
* Hide authorization headers in logging.
* Update sync-collection REPORT to match -04 of draft.
* Replace index.php with caldav.php when we find it in our path.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
* Be pedantic about checking user is active before we let them in.
* Specify the SRV record examples with leading _ as they should be.

2010-11-21  Andrew McMillan  <andrew@morphoss.com>
* Fix SQL for group handling from Michael Braun.
* Add principal-collection-set to standard responses for DAVResource.
* Correct typo in POST handling.

2010-11-20  Andrew McMillan  <andrew@morphoss.com>
* Also update displayname if fullname is changed.

2010-10-02  Daniel Aleksandersen  <daniel@>
* remove old screenshots
* updated iPhone client configuration with new screenshots

2010-11-19  Andrew McMillan  <andrew@morphoss.com>
* Handle stuff like DTSTART;TZID=America/New_York:20101119T231307

2010-11-14  Andrew McMillan  <andrew@morphoss.com>
* Script to refresh calendar_alarms with next instance time.

2010-11-09  Andrew McMillan  <andrew@morphoss.com>
* Don't let auth functions create duplicate home calendars.

2010-11-06  Andrew McMillan  <andrew@morphoss.com>
* Patch for caldav sync from Pierre-Arnaud Poudret.
* Add ACL to the supported methods.
* Change regression runner to look for sample data with tests.
* Correct version number typo.
* Always grant 'DAV::read' privilege from principal to group members.

2010-11-05  Andrew McMillan  <andrew@morphoss.com>
* Use expanded time specifiers in format since %Y doesn't work on Windows.
* Support recursive REPORT query if configured to allow it.

2010-11-04  Andrew McMillan  <andrew@morphoss.com>
* Add a new WritableCollection object which we will use for PUT.
* Use text/vcard rather than older text/x-vcard.
* Support event properties in changed part of sync-response.
* Rename variable to work around Pg 9.0 reserved name.

2010-11-01  Andrew McMillan  <andrew@morphoss.com>
* Switch from regular expression which may not work in old/odd PHP.

2010-10-31  Andrew McMillan  <andrew@morphoss.com>
* Support getlastmodified property in REPORT requests.

2010-10-16  Andrew McMillan  <andrew@morphoss.com>
* Fix typo in iTIP CANCEL handling.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
* Turn on calendar-auto-schedule header if $c->enable_auto_schedule
* Add various additional checks into /setup.php
* Add knowledge of desired parallel AWL version to setup.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
* Fix various minor CardDAV bugs.
* Omit the <response> for event outside the time range - when expanded.
* Fix privilege_to_bits function to set 'all' correctly & work with recent postgres

2010-10-08  Andrew McMillan  <andrew@morphoss.com>
* Don't supply freebusy for 0-duration events.
* Another regression test for free/busy catching many events.
* Add an event with a thoroughly bogus tzid to ensure we cope.
* Check for some supported stuff very early so we can show it is missing.
* Better display of bindings.
* Add postgreSQL 9.0 as a possibility.
* Fix warning when using basic authentication fallback.
* Fix handling of iCalendar durations containing negative elements.
* Handle events which don't have either DTEND *or* DURATION.
* Rewrite __construct() method of RepeatRuleDateTimeZone to be more robust.

(wiz)

2011-09-08 20:46:48 UTC MAIN commitmail json YAML

Updated devel/php-libawl to 0.46

(wiz)

2011-09-08 20:46:37 UTC MAIN commitmail json YAML

Update to 0.46:

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
* Release 0.46
* [classBrowser] Fix checking of ordering fieldname.
* [Validation] Remove references to outdated ereg() functions.
* [AWLUtlities] Rename regex checking function more appropriately.
* [Session] Don't use ereg() for parsing regex.
* [XMLDocument] Use __construct style for constructor.

2010-12-24  Andrew McMillan  <andrew@morphoss.com>
* [AwlQuery] Make the quote() method public/static.

2010-12-23  Andrew McMillan  <andrew@morphoss.com>
* Convert everything except PgQuery to use AwlQuery
* [AwlQuery] Add minor missing functionality so we can switch.
* [vComponent] Improve parameter splitting to allow for escapes.
* [classEditor] Avoid uninitialised variable warning.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
* [vComponent] Add __toString() methods.
* [Session] If someone is made inactive then their long-term login should cease.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
* [AWLUtilities] Add an awl_version() function.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
* [vComponent] It is OK to SetComponents() to an empty set.

(wiz)

2011-09-08 20:32:33 UTC MAIN commitmail json YAML

Updated audio/mp3diags to 1.0.08.053

(wiz)

2011-09-08 20:32:22 UTC MAIN commitmail json YAML

Update to 1.0.08.053, add comment to patch.

Discogs queries work again, after a Discogs API change. The track
numbering when querying multi-volume albums from Discogs was
incorrect and is fixed in this version.

(wiz)

2011-09-08 20:22:24 UTC MAIN commitmail json YAML

Updated security/nettle to 2.4

(wiz)

2011-09-08 20:22:14 UTC MAIN commitmail json YAML

Update to 2.4:

NEWS for the 2.4 release

This is a bugfix release only. It turned out ripemd160 in the
2.3 release was broken on all big-endian systems, due to a
missing include of config.h. nettle-2.4 fixes this.

The library is intended to be binary compatible with
nettle-2.2 and nettle-2.3. The shared library names are
libnettle.so.4.3 and libhogweed.so.2.1, with sonames still
libnettle.so.4 and libhogweed.so.2.

NEWS for the 2.3 release

* Support for the ripemd-160 hash function.

* Generates and installs nettle.pc and hogweed.pc files, for
          use with pkg-config. Feedback appreciated. For projects
          using autoconf, the traditional non-pkg-config ways of
          detecting libraries, and setting LIBS and LDFLAGS, is still
          recommended.

* Fixed a bug which made the testsuite fail in the GCM test on
  certain platforms. Should not affect any documented features
  of the library.

* Reorganization of the code for the various Merkle-Damg
  hash functions. Some fields in the context structs for md4,
  md5 and sha1 have been renamed, for consistency.
  Applications should not peek inside these structs, and the
  ABI is unchanged.

* In the manual, fixed mis-placed const in certain function
          prototypes.

The library is intended to be binary compatible with
nettle-2.2. The shared library names are libnettle.so.4.2 and
libhogweed.so.2.1, with sonames still libnettle.so.4 and
libhogweed.so.2.

(wiz)

2011-09-08 20:18:28 UTC MAIN commitmail json YAML

update to 1.0.14
changes:
-minor fixes
-documentation / translation improvements

(drochner)

2011-09-08 20:17:16 UTC MAIN commitmail json YAML

2011-09-08 20:15:23 UTC MAIN commitmail json YAML

Updated print/poppler-data to 0.4.5

(wiz)

2011-09-08 20:15:17 UTC MAIN commitmail json YAML

update to 0.10.17
changes:
-import/export improvements, mostly ODF
-misc fixes and improvements

(drochner)

2011-09-08 20:15:14 UTC MAIN commitmail json YAML

Update to 0.4.5.  Changes since 0.4.4:
Updated cMap/Adobe-GB1/UniGB-UTF16-H
Updated cMap/Adobe-GB1/UniGB-UTF32-H
Updated cMap/Adobe-GB1/UniGB-UTF8-H
Updated cMap/Adobe-Japan1/UniJIS-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS-UTF8-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF8-H
Updated cMap/Adobe-Japan1/UniJISX0213-UTF32-H
Updated cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
Updated unicodeMap/Big5
Updated unicodeMap/Big5ascii

(wiz)

2011-09-08 20:12:04 UTC MAIN commitmail json YAML

Updated games/puzzles to 9179

(wiz)

2011-09-08 20:11:54 UTC MAIN commitmail json YAML

2011-09-08 20:11:53 UTC MAIN commitmail json YAML

2011-09-08 20:09:25 UTC MAIN commitmail json YAML

make pulseaudio requirement an option (default off, to keep the
status quo), bump PKGREV

(drochner)

2011-09-08 20:06:58 UTC MAIN commitmail json YAML

Updated mail/gmime24 to 2.4.24

(wiz)

2011-09-08 20:06:48 UTC MAIN commitmail json YAML

Update to 2.4.24:

2011-03-26  Jeffrey Stedfast  <fejj@novell.com>

* README: Bumped version

* configure.in: Bumped version to 2.4.24

* build/vs2008/gmime.vcproj: Bumped version.

* gmime/gmime-gpg-context.c (gpg_ctx_parse_signer_info): Fixed to
actually set the signer status. Fixes bug #645787, based on an
initial patch by Thomas Jost.

2011-03-14  Jeffrey Stedfast  <fejj@novell.com>

* configure.in: Check for glib-sharp-2.0 instead of gtk-sharp-2.0
since we really only depend on glib-sharp. Also check for gapi-2.0
via pkgconfig.

* mono/gmime-sharp.dll.config.in: Dll map the .so.MajorVersion
instead of .so.Version.

(wiz)

2011-09-08 19:49:54 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Simple to 1.113

(wiz)

2011-09-08 19:49:45 UTC MAIN commitmail json YAML

Update to 1.113 based on a patch by Stephan Tesch.

1.113  2010-12-27
      - (thanks to Yamada Masahiro) randomise multipart boundary string
        (security).

      - Numerous changes from Mark Stosberg:

        Port max-age support from CGI.pm, to improve compatibility and
        RFC-compliance

        Correct header comment in cookie.t

        It claims that is a simple copy/paste/modify from CGI.pm's test
        by the same name, but this has not been true for some time--
        CGI::Simple added

        httponly tests that CGI.pm lacks, for example.

        Sync cookie references with CGI.pm: add reference to the
        newer RFC 2695

        "Interface to browse cookies" looks like it was typo for
        "browser". HTTP is more precise.

        Fix awkward "CGI::Simple.pm" language. It looks like it probably
        originated from the CGI.pm form. "CGI::Simple" is used instead.

        Best Practice: eliminate indirect object notation from new(),
        parse() and fetch() calls

        Security: Fix handling of embedded malicious newlines in header
          values This is a direct port of the same security fix that

        Security: use a random MIME boundary by default in
          multipart_init(). This is a direct port of the same issue
          which was addressed in CGI.pm, preventing some kinds of
          potential header injection attacks.

        Port from CGI.pm: Fix multi-line header parsing.
          This fix is covered by the tests in t/header.t added in
          the previous patch. If you run those tests without this
          patch, you'll see how the headers would be malformed
          without this fix.

        Port CRLF injection prevention from CGI.pm

        Optimize Vars(): Don't build %hash if we aren't going to use it.

        Micro-optimization to Vars(): Don't call "tie" unless we need to.

      - Numerous changes from K. Berov:

        Added "+" to the mime character class.

        Added tests for C<$mime = $q->upload_info( $filename, 'mime' );>

        Fixed wrong match for mimetypes. Example: matched only
        'application/vnd' instead of 'application/vnd.ms-excel'.

        Added "\." to the mime character class

(wiz)

2011-09-08 19:46:42 UTC MAIN commitmail json YAML

Updated devel/cgdb to 0.6.5

(wiz)

2011-09-08 19:46:31 UTC MAIN commitmail json YAML

Update to 0.6.5. From Peter Tworek on pkgsrc-users.

cgdb-0.6.5 (01/01/2010)

  * Turn autosourcereload to on by default. This matches GDB's behavior.

  * CGDB should successfully build on Mac OS X 10.5.
    Thanks Kyle McKay for sending in this patch.

  * Add support for :up and :down in the cgdb status bar.
    Thanks Benoit Pierre for reporting this.

  * Enhanced tgdb in a2 mode. It now understands GNAT's
    pre-instance-choice, instance-choice, post-instance-choice extension.

  * Made searching and :commands a little more vi-like. If you abort a
    search, you can still recall the last search with 'n' or 'N'.  If you
    backspace to the beginning of the line, a :command or /search is
    aborted.

  * Added some new cgdb commands.
      :c is now a synonym for :continue
      :f is now a synonym for :finish
      :n is now a synonym for :next
      :r is not a synonym for :run
      :s is now a synonym for :step
      :start is a new command that will send "start" to the debugger
      :kill is a new command that will send "kill" to the debugger

  * Shortcut mode has been removed from cgdb. If you liked it, you can
    put these commands in your cgdbrc file,
      map r :run<CR>
      map c :continue<CR>
      map f :finish<CR>
      map n :next<CR>
      map s :step<CR>
    and you will get the same functionality. Do not forget that,
      F5 is the same as 'run'.
      F6 is the same as 'continue'.
      F7 is the same as 'finish'.
      F8 is the same as 'next'.
      F10 is the same as 'step'.
    are always available.

  * Added a feature to CGDB which allows it to ask readline what key
    sequence it uses for the Home and End keys. That way, if the terminfo
    database is wrong, but the OS vendor modified /etc/inputrc, CGDB will
    have a working Home and End key.

  * CGDB fully supports the use of maps now. The feature is similar in
    nature to the vim map feature.  It supports map, unmap, imap
    and iunmap. The map/unmap work in CGDB mode and the imap/iunmap
    work in GDB mode.

  * Added the cgdbmodekey configuration option. This allows the user to
    change the key that switches them from GDB mode to CGDB mode. The
    default value is the Escape key. This is useful for users that want
    to use readline in vi-mode.

  * Fixed a bug in CGDB where the Insert and Delete keys were not
    recognized properly all of the time.

cgdb-0.6.4 (04/28/2007)

  * CGDB can now be compiled with -jN option. It would fail previously.

  * CGDB should now build on freebsd with out any patches.

  * Added a new highlighting group, SelectedLineNr. From the documentation:
    This represents the group that is used when CGDB is displaying the
    currently selected line.  This is the line that the cursor is on.

  * CGDB shuts down now when it receives C-d (control d), just like GDB
    does.

  * Changed the GDB prompt from "(tgdb)" to "(gdb)". I think users
    will be more comfortable with "(gdb)".

  * Fixed a serious bug in CGDB. After the user entered a command
    CGDB would not accept any more commands. This would only
    happen sometimes, if at all. This is due to the fact that CGDB
    had a bug in it that was sensitive to the amount of data that
    the read system call returns to it.

  * Fixed a bug in CGDB where it would not show a file in the
    source viewer if there was a space in the path.

  * Removed the escdelay option. It has been replaced by the
    timeout, timeoutlen, ttimeout and ttimeoutlen options. Please
    see the CGDB manual for more documentation on these options.

  * Fixed a bug in libkui. If the user quickly typed ESC followed
    by an 'o' while in the GDB window, the 'o' character would not
    get processed by CGDB until another character was hit.

  * CGDB has improved it's -d (Set debugger to use) command line
    option. CGDB used to force the user to have a space between the
    -d and the debugger to use, like "cgdb -d /usr/bin/gdb". Now the
    user can also start CGDB like "cgdb -d/usr/bin/gdb".

  * CGDB now honor's the '--' command line option, which will allow the
    user to explicitly say when they want to end passing arguments to
    CGDB and begin passing arguments to the debugger.

  * Fixed another bug in the configure script. If the getopt.h header
    file is not available on the system, then CGDB will fail to configure.
    It should finish, and most likely build successfully.

  * Fixed yet another bug in the auto tools scripts. cgdb-0.6.3 would
    improperly install gdbmi_driver if make was invoked like
    'make DESTDIR=/foo install'.

  * Fixed another bug in the configure script. If the curses.h header
    file is not available on the system, then CGDB will fail to configure.
    It would previously configure and then end up with a compile error.

cgdb-0.6.3 (06/03/2006)

  * CGDB will no longer crash if you attempt to do a regular expression
    search with / when there is no file in the source viewer.

  * CGDB now uses a psuedo terminal (PTY) to start GDB on, instead of
    using a pipe. Jens Frederich reported that on a Mac, typing Ctrl-C
    while the inferior was running would cause GDB to shut down, thus
    causing CGDB to shut down. This patch fixes that problem. At the
    same time, this patch caused GDB to ask the user several other
    questions regarding shared breakpoints, and quiting while the
    inferior is running. Thus, CGDB acts more as if you were just using
    GDB.

  * CGDB is now maintained in a subversion repository instead of a
    CVS repository. Although this might not appear to effect end users,
    it is possible that there will be problems associated with this
    switch. For this reason, I have documented this here.

  * Fixed another bug in the configure script. CGDB should now be able
    to configure itself on a Mac. Thanks to Jens Frederich for finding
    and reporting this problem.

  * CGDB no longer packages the generated auto tool files in CVS. However,
    the distributions will have these files. This means you will need
    autoconf, autoheader and automake installed to compile CGDB from CVS.

  * CGDB now compiles according to the c89 standard. This should help with
    porting to older systems.

  * The file cgdb.txt is now installed into $PREFIX/share/cgdb/cgdb.txt. This
    is the file CGDB will now use to display the manual when :help is typed.
    This prevents CGDB from copying the data into the users home directory.

cgdb-0.6.2 (04/09/2006)

  * CGDB should run on solaris 2.5 again. I don't think it would since
    CGDB .6.0.

  * Fixed a bug in the configure script that was probably added in .6.0
    when the large readline integration was done. It was possible for
    readline to choose the wrong termcap library, because of a bad
    autoconf macro that CGDB was using. This could potentially cause the
    screen to get corrupted.

  * Fixed a bug in the syntax highlighter for C strings. A line like
    char *s = "\""; would cause the highlighter to break and most of the
    file after that would be displayed in red (string literal color).

  * The message 'CGDB had unexpected results, ...' will no longer be
    displayed when CGDB can not parse a breakpoint. This message was being
    displayed when a watchpoint was issued by the user. It does not fix any
    bugs though, just stops the message from being displayed.

cgdb-0.6.1 (03/06/2006)

  * An improvement for tab completion support. With certain versions of GDB,
    an extra line "server complete ..." would be added to the list of
    possible completions. This is no longer added. I believe this would
    only happen with really old versions of GDB.

  * Improved tab completion support in readline for quoted data. For
    instance tab completing C++ member functions like b 'foo::b<tab>
    will now produce b 'foo::bar()'.

  * Improved tab completion support. This comes in 2 forms. First, CGDB
    honors the readline variable rl_completion_query_items. If the number
    of completions is greater than this variable, then the user will be
    asked if they want the completion to happen. Second, after each page of
    completions, the user will be asked if they want more completions to be
    displayed or not.

  * Thanks to Steve Folta for sending in a patch which added support in CGDB
    for configuring the syntax colors. The colors used to be hard coded and
    could not be changed. Now just use the ":highlight" command to change
    the default colors.  There is a new section in the manual called
    "CGDB highlighting groups" that describes the new functionality.

  * Again, thanks to Steve Folta for getting CGDB to run on terminals with
    background colors besides black. CGDB used to paint the terminal
    background color black regardless of what it was. Now it respects the
    background color. This feature only works when linked to ncurses. If you
    have curses, CGDB will force the background black.

  * CGDB broke it's terminal resizing functionality in cgdb-0.6.0. This is
    now working again. The bug was introduced while bringing readline into
    the same address space as CGDB.

  * The man page now get's installed when 'make install' is done.

cgdb-0.6.0 (01/30/2006)

  * There is a new manual for CGDB. The text version is located in
    cgdb/doc/cgdb.txt. The info version is available at cgdb/doc/cgdb.info.
    The text, html, pdf, info and possibly other versions are avialable at
    http://cgdb.sourceforge.net/documentation.shtml

  * There is a new CGDB man page. It is located in cgdb/doc/cgdb.1.

  * Fix a crash in CGDB if the user would type ':e' or ':edit' in the
    source window, and the source window was empty. This crash is considered
    not very significant, since I can't understand why the user would try to
    refresh the file, if it didn't exist.

  * Removed the :q! and :quit! commands, since they don't do anything
    different than :q or :quit.

  * Fix a bug regarding the CGDB source viewer displaying breakpoints. If you
    used the file dialog to open a file, and the file was an absolute
    path, CGDB would display the file. If it was the first time CGDB
    encountered this file, then when you set a breakpoint, CGDB would not
    display the line as having a breakpoint in the source window, even though
    the breakpoint was actually being set. This is now fixed.

  * CGDB now supports getting the initial line, as well as the initial
    file that GDB is on when it first starts the inferior. It used to only
    determine the initial file.

  * CGDB now supports when the terminal does not have control flow turned
    on. If control flow (XON/XOFF) is off, the ^s and ^q will go directly
    to readline instead of freezing and restarting the terminal.

  * CGDB now allows the user to use the \ character for line continuation
    purposes. GDB handles this and now CGDB also handles this. Before this,
    CGDB would break if the user attempted to do line continuation.

  * CGDB no longer needs to do a fork to communicate data back and forth to
    readline, it runs readline in it's own process context. This is a huge
    improvement because it means that when you run CGDB you should only see 1
    process executing instead of the usual 2.

  * CGDB now supports tab completion. This has been a long awaited missing
    feature of CGDB.

  * CGDB now depends on readline 5.1.

  * Fix a bug in the c/c++ syntax highlighter. If a file had "\\" as a
    string literal, the CGDB syntax tokenizer would be built incorrectly
    resulting in incorrect file highlighting.

cgdb-0.5.3 (08/08/2005)

  * CGDB now can detect the version of readline that it is going to link against.
  By doing this, it can alert the user at configure time if the readline version
  is OK to build CGDB with. If it is not OK, configure will fail.

  * CGDB has changed it's user interface in a way that is not backwards compatible.
  The 't' key, now sets a temporary breakpoint. The 't' key used to put CGDB into
  insert mode in the TTY window. Now 'I' does that.

  * CGDB is now capable of setting a temporary breakpoint thanks to Marcel Lanz.
  He sent in a patch with the functionality. Hitting 't' set's a temporary breakpoint.

  * It was reported that the "Windows" Key would cause CGDB to shut down.
  This has been fixed.

  * Added a new 'arrowstyle' option, see README for documentation

  * Add the ^l command to the Source window. CGDB will now clear and redraw
  the screen when this command is received.

  * It is now required to have the GNU history library in order
  to configure CGDB successfully. This was always the case, but the
  configure checks wouldn't catch it.

  * Get readline configure check to only look for libreadline. Not libedit, ...
  Future version of CGDB will depend on functionality that only readline will
  contains.

cgdb-0.5.2 (05/21/2005)

  * Attempt to get autoconf/automake machinery working with command,
  make DESTDIR=... install. This should simplify the job of package maintainers.

  * Added the --with-readline-prefix autoconf option. This makes configuring CGDB
  much easier when readline is in a non standard place.

  * Fixed major bug in CGDB-0.5.1 that prevented it from running on Solaris 9,
  FreeBSD 5.2.1 and probably many others. CGDB would hang when trying to read
  input. This bug made it impossible to use CGDB on those platforms. libkui is
  the cause of this problem and was a replacement input library for CGDB in
  cgdb-0.5.1. The bug is now fixed.

cgdb-0.5.1 (04/02/2005)

  * fixed crash when user tries to set a breakpoint on a file that's not
  a source file. This would happen if you typed ':help' to get into the
  help, and then tried to set a breakpoint using the spacebar.

  * obsolete the b and f commands. These were responsible for moving between
  the previous and the next source file. They made CGDB unstable and I don't
  think they were in the spirit of a vi/vim clone.

  * fixed an annoying bug that appeared while searching for a string. If you
  canceled the source view regex search by hitting ESC, 2 bad things would happen.
  You would end up on the line that you cancelled at
  The currently displayed line would stay the line you can cancelled at, even when
  you start moving around again.

  * reworked the signal handling code when GDB dies. Now CGDB handles the SIGCHLD
  and passes the signal notification to TGDB. This fixes a race condition that
  occurred, even though the race condition appeared to be harmless.

  * Several memory runtime fixes found thanks to valgrind. This could potentially
  fix crash's that I just never ran into.

  * Fix a bug in the c/c++ syntax highlighter. If a file had a dos file format
  and the C++ style comment // was used, then the file displayed would be
  completely unreadable. This is because the trailing '\r' would get grouped with
  the comment.

  * Fix CGDB command line interface. If the user invoked CGDB like this,
  'cgdb --args ./main one two three', then CGDB would hang or crash. This
  was because it use to add extra command line options to GDB on the end.
  Now it prepends the options to GDB, so that the --args command line
  can still be honored.

  * Added new logger interface. This traps all errors to a file or
  a file descriptor. There is now a mechanism to write warnings and
  errors to a file for inspection by the user.

  * Removed deprecated libinput from the various subdirectory. It has been
  replaced by libkui.

  * Added 'set asr' or autosourcereload option to CGDB. It is off by default.
  It is capable of reloading a source file when CGDB detects that a file has
  been modified. To turn this feature on do ':set asr'.

  * The :edit [:e] colon command has been implemented. It forces CGDB to
  reload the current file in the source viewer.

cgdb-0.5.0 (07/14/2004)

  * "progs" directory is no longer installed in a potentially
  read-only directory. It is installed now in top_builddir, instead of
  top_srcdir.

  * Added libkui into CGDB. This is the fisrt of the 4 new libraries
  designed to make CGDB flexible and modular. Because of this, the version
  number has been bumped up to .5.0.

  * Fixed crash in TGDB when buffering commands. If the user hit
  'n' <Enter> <Enter> ... fast, while GDB was not responding, or working
  on a command, the buffering code in TGDB would enter a bad command into
  a queue, causing it to crash when it tries to execute the command.

  * Fix crash in CGDB when parsing command line parameters. I think this crash
    showed up when I starting compiling CGDB with 3.3 instead of 2.95. It would
    crash when trying to pass the --pid argument to GDB through CGDB.

cgdb-0.4.2 (05/10/2004)

    * CGDB now compiles again on AIX 4.3.  Fixed Makefile.am in various/util/src
      to not have a space between the -L and the path.

cgdb-0.4.1 (04/26/2004)

  * Removed a memory leak from CGDB. When debugging applications that output
  a lot of text, CGDB would reportedly grow well over 400MB. Thanks to the
  sender of this patch, who decided to keep themselves anonymous.

  * Removed all instances of PATH_MAX and replaced with FSUTIL_PATH_MAX.
  PATH_MAX is not defined on HURD, and thus CGDB wouldn't compile in that
  environment.

  * Fixed TGDB bug. Tab completion was broken during cgdb-0.4.0 release.

(wiz)

2011-09-08 19:46:01 UTC MAIN commitmail json YAML

mozilla has switched to a scheme of explicitly distrusting certificates
in its stable branch (ie firefox-6.0.2) too,
so deal with this in the mozilla-rootcerts script (this is not great -
it depends on syntactic details of the file where it should better
use checksums, but the perl script which is distributed with "curl"
works the same way),
and switch back to the certificate list in CVS HEAD

(drochner)

2011-09-08 19:29:35 UTC MAIN commitmail json YAML

2011-09-08 16:29:49 UTC MAIN commitmail json YAML

Revert recent commit, add a (hopefully) correct patch instead. Bump rev.

In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.

Should hopefully fix PR pkg/45341.

(bsiegert)

2011-09-08 13:55:06 UTC MAIN commitmail json YAML

Missing commit for new patches

(joerg)

2011-09-08 13:53:46 UTC MAIN commitmail json YAML

2011-09-08 13:49:03 UTC MAIN commitmail json YAML

2011-09-08 10:57:59 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.6.5.9

(obache)

2011-09-08 10:57:42 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.6.5.9.

=== 0.6.5.9 / 7.9.2011

* Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),

(obache)

2011-09-08 10:49:58 UTC MAIN commitmail json YAML

Updated devel/ruby-ole to 1.2.11.2

(obache)

2011-09-08 10:49:41 UTC MAIN commitmail json YAML

Update ruby-ole to 1.2.11.2.

== 1.2.11.2 / 2011-09-07

- Remove empty dirents after constructing tree (fixes non-contiguous
  allocation table usage).
- Fix fallback Symbol#to_proc to match activesupport definition in case
  we get loaded first (github #2, lazylester).
- Use method_defined? for fallback guards to support newer versions of
  ruby (jocker).
- Add guard on FileTime#initialize to skip for newer versions of ruby.
  Missing required methods, but optimization no longer relevant
  anyway (github #4, sagmor).

(obache)

2011-09-08 00:24:43 UTC MAIN commitmail json YAML

Pick a less aggressive optimizer default. Clang's -O4 enables LTO and ld
can't deal with that by default.

(joerg)

2011-09-08 00:22:49 UTC MAIN commitmail json YAML

2011-09-08 00:17:04 UTC MAIN commitmail json YAML

2011-09-08 00:15:50 UTC MAIN commitmail json YAML

2011-09-08 00:14:34 UTC MAIN commitmail json YAML

Kill one more warning flag for clang.

(joerg)

2011-09-08 00:13:31 UTC MAIN commitmail json YAML

2011-09-08 00:12:38 UTC MAIN commitmail json YAML

2011-09-08 00:12:01 UTC MAIN commitmail json YAML

2011-09-07 23:45:06 UTC MAIN commitmail json YAML

Force use of GAS for Clang.

(joerg)

2011-09-07 23:44:28 UTC MAIN commitmail json YAML

2011-09-07 23:43:40 UTC MAIN commitmail json YAML

Request C++-11 mode for Clang too.

(joerg)

2011-09-07 23:41:04 UTC MAIN commitmail json YAML

Hide some potential bugs by disabling default warnings with clang.

(joerg)

2011-09-07 23:40:23 UTC MAIN commitmail json YAML

Unconditionalize use a sane optimizer level. -O20 never existed with GCC
and -O3 is a safe compromise for GCC and Clang (which enables LTO with
-O4).

(joerg)

2011-09-07 23:10:10 UTC MAIN commitmail json YAML

2011-09-07 23:07:26 UTC MAIN commitmail json YAML

Added geography/gama version 1.11 [gdt 2011-09-07]

(gdt)

2011-09-07 23:04:38 UTC MAIN commitmail json YAML

Import gama-1.11 as geography/gama.

GNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.

Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(gdt)

2011-09-07 12:42:41 UTC MAIN commitmail json YAML

Updated audio/csound5 to 5.01nb10

(obache)

2011-09-07 12:42:02 UTC MAIN commitmail json YAML

* LICENSE=gnu-lgpl-v2.1.
* use install.py instead os SCons for staged installation support.
* drop to build python binding.

Bump PKGREVISION.

(obache)

2011-09-07 09:24:08 UTC MAIN commitmail json YAML

Remove inet6 option -- the configure script doesn't recognize the argument
the option added.

(wiz)

2011-09-07 00:57:30 UTC MAIN commitmail json YAML

Kill some more uses of __weak_alias. This avoids duplicate symbol
definitions (weak and non-weak). GNU as silently discards the weak
symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as
silently discards the weak symbol in this case, but LLVM is more strict.

(joerg)

2011-09-07 00:56:18 UTC MAIN commitmail json YAML

Don't use __weak_alias. This results in duplicate symbols being created
in the output. GNU as silently discards one, LLVM is more strict in this
regard.

(joerg)

2011-09-07 00:34:56 UTC MAIN commitmail json YAML

USE_TOOLS+= gmake

Build fails with BSD make.  Reported to tor-talk@.

(gdt)

2011-09-06 23:49:25 UTC MAIN commitmail json YAML

Add a comment explaining why curl is needed to fetch (https redirect).

(gdt)

2011-09-06 22:59:43 UTC MAIN commitmail json YAML

+ apache2-2.2.20, bzr-2.2.5, calibre-0.8.17, flightgear-2.4,
  kdiff3-0.9.96, openssh-5.9p1.

(wiz)

2011-09-06 21:08:09 UTC MAIN commitmail json YAML

2011-09-06 20:45:05 UTC MAIN commitmail json YAML

2011-09-06 20:39:50 UTC MAIN commitmail json YAML

Improve COMMENT, suggested by Snader_LB.

(wiz)

2011-09-06 19:34:01 UTC MAIN commitmail json YAML

update to 0.2.2.32

Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
ready. More than two years in the making, this release features improved
client performance and hidden service reliability, better compatibility
for Android, correct behavior for bridges that listen on more than
one address, more extensible and flexible directory object handling,
better reporting of network statistics, improved code security, and
many many other features and bugfixes.

(drochner)

2011-09-06 19:29:15 UTC MAIN commitmail json YAML

update to 2.24.6
changes:
-UI changes to Filechooser
-bugfixes
-translation updates

(drochner)

2011-09-06 19:20:32 UTC MAIN commitmail json YAML

2011-09-06 18:51:14 UTC MAIN commitmail json YAML

Link libiconv.la against libcharset.la to fix the build on MirBSD.
Bump PKGREVISION.

Patch was first sent to tech-pkg, no one objected.

(bsiegert)

2011-09-06 18:45:46 UTC MAIN commitmail json YAML

2011-09-06 17:48:25 UTC MAIN commitmail json YAML

Fix the logic so if a package sets EMUL_REQD to suse>=11.3, then use that in preference to SUSE_PREFER

(abs)

2011-09-06 11:28:54 UTC MAIN commitmail json YAML

Updated HOMEPAGE.
Noticed by Steve White via PR pkg/45332.

(obache)

2011-09-06 11:20:38 UTC MAIN commitmail json YAML

Updated net/yale-tftpd to 3.0nb5

(obache)