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 (0m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:25:18 UTC Now

2014-09-30 08:14:25 UTC MAIN commitmail json YAML

Update php55 to 5.5.17, approved by wiz@.

18 Sep 2014, PHP 5.5.17

- Core:
  . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
  . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
  . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
  . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)

- COM:
  . Fixed bug #41577 (DOTNET is successful once per server run)
    (Aidas Kasparas)

- FPM:
  . Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke)

- OpenSSL:
  . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
    (Daniel Lowrey)
  . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3)
    (Daniel Lowrey)

- SPL:
  . Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException
    wrong message). (tim_siebels_aurich at yahoo dot de)

- Date:
  . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
  . Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10).
    (Derick)
  . Fixed bug #67109 (First uppercase letter breaks date string parsing).
    (Derick)

- GD
  . Made fontFetch's path parser thread-safe. (Sara).

- MySQLi:
  . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)

- Zlib:
  . Fixed bug #67724 (chained zlib filters silently fail with large amounts of
    data). (Mike)
  . Fixed bug #67865 (internal corruption phar error). Mike

(taca)

2014-09-29 23:35:54 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.7.3.

(taca)

2014-09-29 23:35:15 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334.

## 1.7.3 (2014-09-14)

Bugfixes:

  - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros)
  - Fix various Ruby warnings (@piotrsanarki, @indirect)

## 1.7.2 (2014-08-23)

Bugfixes:

  - Revert gem source sorting in lock files (@indirect)

## 1.7.1 (2014-08-20)

Bugfixes:

  - Install gems from one source needed by gems in another source (@indirect)
  - Install the same gem versions even after some are installed (@tmoore)
  - Download specs only when installing from servers (@indirect)

## 1.7.0 (2014-08-13)

Security:

  - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore)

Features:

  - Gemfile `source` calls now take a block containing gems from that source (@tmoore)
  - added the `:source` option to `gem` to specify a source (@tmoore)

Bugfixes:

  - warn on ambiguous gems available from more than one source (@tmoore)

## 1.6.5 (2014-07-23)

Bugfixes:

  - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107)

## 1.6.4 (2014-07-17)

Bugfixes:

  - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart)
  - work when installed git gems are not writable (#3092, @pmahoney)
  - don't store configured source credentials in Gemfile.lock (#3045, @lhz)
  - don't include config source credentials in the lockfile (Lars Haugseth)
  - use threads for jobs on Rubinius (@YorickPeterse)
  - skip dependencies from other platforms (@mvz)
  - work when Rubygems was built without SSL (@andremedeiros)

## 1.6.3 (2014-06-16)

Bugfixes:

  - fix regression when resolving many conflicts (#2994, @Who828)
  - use local gemspec for builtin gems during install --local (#3041, @Who828)
  - don't warn about sudo when installing on Windows (#2984, @indirect)
  - shell escape `bundle open` arguments (@indirect)

## 1.6.2 (2014-04-13)

Bugfixes:

  - fix an exception when using builtin gems (#2915, #2963, @gnufied)
  - cache gems that are built in to the running ruby (#2975, @indirect)
  - re-allow deploying cached git gems without git installed (#2968, @aughr)
  - keep standalone working even with builtin gems (@indirect)
  - don't update vendor/cache in deployment mode (#2921, @indirect)

Features:

  - warn informatively when `bundle install` is run as root (#2936, @1337807)

## 1.6.1 (2014-04-02)

Bugfixes:

  - update C extensions when git gem versions change (#2948, @dylanahsmith)

Features:

  - add support for C extensions in sudo mode on Rubygems 2.2

## 1.6.0 (2014-03-28)

Bugfixes:

  - many Gemfiles that caused incorrect errors now resolve correctly (@Who828)
  - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev)
  - gemspecs now handle filenames with newlines (#2634, @jasonmp85)
  - support escaped characters in usernames and passwords (@punkie)
  - no more exception on `update GEM` without lock file (@simi)
  - allow long config values (#2823, @kgrz)
  - cache successfully even locked to gems shipped with Ruby (#2869, @aughr)
  - respect NO_PROXY even if a proxy is configured (#2878, @stlay)
  - only retry git commands that hit the network (#2899, @timmoore)
  - fix NameError regression when OpenSSL is not available (#2898, @timmoore)
  - handle exception installing when build_info owned by root (@Who828)
  - skip HTTP redirects from rubygems.org, huge speed boost (@Who828)

Features:

  - resolver rewritten to avoid recursion (@Who828)
  - add `git_source` for custom options like :github and :gist (@strzalek)
  - HTTP auth may now be stored in `bundle config` (@smashwilson)
  - some complex Gemfiles are resolved up to 10x faster (@Who828)
  - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern)
  - highlight installed or updated gems (#2722, #2741, @yaotti, @simi)
  - display the `post_install_message` for gems installed via :git (@phallstrom)
  - `bundle outdated --strict` now only reports allowed updates (@davidblondeau)
  - `bundle show --verbose` Add gem summary to the output (@lardcanoe)
  - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc)
  - Avoid using threequals operator where possible (@as-cii)

Documentation:

  - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)

(taca)

2014-09-29 20:06:33 UTC MAIN commitmail json YAML

+ cmake-3.0.2 [wip], cups-filters-1.0.59, easytag-2.2.4, ffmpeg2-2.4.1,
  firefox-32.0.3, glibmm-2.42.0, gnome-3.14, gnucash-2.6.4,
  gst-plugins1-base-1.4.3, gstreamer1-1.4.3, gtkmm-3.14.0,
  help2man-1.46.3, lgogdownloader-2.18, libdrm-2.4.58, libsodium-1.0.0,
  meld-3.12.0, musicpd-0.18.16, neon-0.30.1, pcre-8.36, poppler-0.26.5,
  py-foolscap-0.7.0, py-html2text-2014.9.25, py-ldap-2.4.17,
  py-psutil-2.1.2, py-setuptools-6.0.1, py-test-2.6.3, qemu-2.1.2,
  webkit-gtk-2.6.0, x264-devel-20140927.

(wiz)

2014-09-29 18:19:24 UTC MAIN commitmail json YAML

Updated graphics/netpbm to 10.67.05nb2.

(gson)

2014-09-29 18:16:41 UTC MAIN commitmail json YAML

Revert the shell used to run netpbm commands implemented as shell
scripts from bash to sh, to limit exposure to any still-unfixed or
still-undiscovered bash vulnerabilities.

A quick review of the shell scripts did not turn up any obvious
bashishms.  Hopefully they have all been fixed already, but if not,
I'd still rather have one or two scripts be broken (and volunteer to
fix any breakage reported) than have all of them be vulnerable to bash
bugs.

Approved by agc.

(gson)

2014-09-29 15:11:43 UTC MAIN commitmail json YAML

2014-09-29 12:30:48 UTC MAIN commitmail json YAML

Don't use non-POSIX brace expansion.

(jperkin)

2014-09-29 12:27:16 UTC MAIN commitmail json YAML

Don't use non-POSIX brace expansion.

(jperkin)

2014-09-29 12:08:24 UTC MAIN commitmail json YAML

Updated shells/bash to 4.3.027

(wiz)

2014-09-29 12:08:12 UTC MAIN commitmail json YAML

2014-09-29 11:36:02 UTC MAIN commitmail json YAML

Minimally invasive fix for CVE-2014-4330, also known as
https://www.lsexperts.de/advisories/lse-2014-06-10.txt,
a stack overflow vulnerability in Data::Dumper

Patches taken from
http://perl5.git.perl.org/perl.git/commitdiff/19be3be6968e2337bcdfe480693fff795ecd1304,
to be removed when updating to 5.20.1 (or later).

perl-5.20.0nb2 is fit for pkg_add -u replacement of perl-5.20.0nb1

(spz)

2014-09-29 08:35:51 UTC MAIN commitmail json YAML

Requires lex and yacc.

(jperkin)

2014-09-29 08:29:46 UTC MAIN commitmail json YAML

2014-09-29 00:55:00 UTC MAIN commitmail json YAML

2014-09-28 14:18:26 UTC MAIN commitmail json YAML

Note update of www/php-ja-wordpress package to 3.9.2.

(taca)

2014-09-28 14:18:00 UTC MAIN commitmail json YAML

Update php-ja-wordpress to 3.9.2, latest stable release of 3.9, which
should fix security problems as wordpress 3.9.2.

(taca)

2014-09-28 14:14:19 UTC MAIN commitmail json YAML

Note update of www/php-concrete5 package to 5.6.3.2.

(taca)

2014-09-28 14:13:47 UTC MAIN commitmail json YAML

2014-09-28 04:31:00 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.23.4

(wen)

2014-09-28 04:30:00 UTC MAIN commitmail json YAML

Update to 1.23.4(security update)

Upstream changes:
MediaWiki 1.23.4
This is a security and maintenance release of the MediaWiki 1.23 branch.

Changes since 1.23.3
(bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style> elements; normalize style elements and attributes before filtering; add checks for attributes that contain css; add unit tests for html5sec and reported bugs.
(bug 65998) Make MySQLi work with non-standard socket.
(bug 66986) GlobalVarConfig shouldn't throw exceptions for null-valued config settings.

(wen)

2014-09-28 03:18:07 UTC MAIN commitmail json YAML

just for fun to modularize uim package, but that's all, useless for me.

(obache)

2014-09-28 03:16:17 UTC MAIN commitmail json YAML

probably imported for uim package improvement, but not interesting for myself.

(obache)

2014-09-28 03:09:45 UTC MAIN commitmail json YAML

just imported for gnome-mag package improvement, but not used by myself.

(obache)

2014-09-28 03:05:47 UTC MAIN commitmail json YAML

I don't remember why I imported and updated this package.

(obache)

2014-09-28 03:00:45 UTC MAIN commitmail json YAML

2014-09-28 02:54:48 UTC MAIN commitmail json YAML

2014-09-27 21:27:28 UTC MAIN commitmail json YAML

Updated net/knot to 1.4.7

(pettai)

2014-09-27 21:27:11 UTC MAIN commitmail json YAML

v1.4.7 - Jun 18, 2014
---------------------
Bugfixes:
        * Fixed DDNS corner cases
        * Fixed zone EXPIRE timer
        * Fixed semantic checks false positives
        * Fixed sending malformed IXFR with automatic DNSSEC
        * Fixed NAPTR record serialization

(pettai)

2014-09-27 20:22:20 UTC MAIN commitmail json YAML

Updated security/py-hsm to 1.0.4k

(pettai)

2014-09-27 20:22:02 UTC MAIN commitmail json YAML

Version 1.0.4k (released 2014-09-18)

* yhsm-db-import, yhsm-db-export: Fix syntax error.

Version 1.0.4j (released 2014-09-16)

* yhsm-yubikey-ksm: Fix syntax error.

Version 1.0.4i (released 2014-09-16)

* yhsm-yubikey-ksm: Add --daemon.
* yhsm-yubikey-ksm: Add --db-url to specify SQL database path to AEAD store.
* yhsm-db-import, yhsm-db-export: New tools to do database import/export.
* Documentation cleanup.

(pettai)

2014-09-27 20:17:33 UTC MAIN commitmail json YAML

Updated security/libyubikey to 1.12

(pettai)

2014-09-27 20:17:17 UTC MAIN commitmail json YAML

Version 1.12 (released 2014-06-11)

* Rewrote man pages using Asciidoc.

(pettai)

2014-09-27 20:12:17 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.0

(pettai)

2014-09-27 20:11:38 UTC MAIN commitmail json YAML

4.1.0
================
FEATURES:
        - database: "" starts without mmap of database.  Less memory is used,
          zones are read from text zonefile.
        - optimised zonefile parse code and zonefile write code.
        - zonefiles-write option in nsd.conf, enabled when database is "".
          The server writes changed zonefiles to disk every hour.
        - xfrdfile: "" disables xfrd.state.  If enabled, zones that are
          same as before are not checked for a serial update at server start.
        - include: "foo/nsd.d/*.conf" works, wildcard glob on includes.
        - nsd shuts down during init process if given signal.
        - log-time-ascii option, default yes, with readable timestamp in log.
        - nsd-control addzone reports if zone already exists.
        - Fix #564: add nsd-checkzone tool to check zonefile correctness.
        - Increased default --with-max-ips from 8 to 16, this increases the
          number of interfaces you can specify in nsd.conf to listen to.
BUG FIXES:
        - Fixed shutdown message sporadically not printed on exit.
        - Documented zonefile %s syntax in nsd.conf man page.
        - Fix manpage to put colon after zonefiles check and write.
        - Change from 'Zone" to "zone" with ".. serial .. is updated" log
          message.
        - Changed maxbackoff for no-content secondary zones from 4h to 24h.
        - Fix print filename of encompassing config file on read failure.
        - Fix delete or rename of a lot of zones and make it take a
          non-enormous time.
        - Speed up deletion of zone contents a lot, (56s to 1s), speeds up
          delete, rename and AXFR for zones.
        - Fix #571: unused variable and incompatible pointer warnings when
          compiled on a system without INET6.
        - Fix write_socket return value check in server.c
        - Fix that xfrd reaps children also if the signal is lost.
        - Fix #577: makefile incorrectly installed manpages from srcdir.
        - Fix #587: Default value for statistics is 0.
        - Fix #553: Improve TXT parsing.
        - Fix #590: rrl log does not print wildcard as a star but escaped.
        - Fix #591: rrl log messages at verbosity level 1.
        - fix strptime implicit declaration error on OpenBSD.
        - Fix -O3 compile flag to -O2 to avoid miscompilations.
        - Allow user to override the -g -O2 CFLAGS in ./configure.
        - Fix endian.h include for OpenBSD.
        - Fix #600: document that provide-xfr provides AXFR and not IXFR.
        - Fix rising-load-average or memory-leaks in OSes (Linux since 2.6),
          that keep track of all past process parents, or leak memory
          for them.  Fix makes it so there is no very deep string of
          process parents.
        - Remove .LP after .SH in man pages.

(pettai)

2014-09-27 19:57:31 UTC MAIN commitmail json YAML

Updated security/ykclient to 2.12

(pettai)

2014-09-27 19:56:31 UTC MAIN commitmail json YAML

Version 2.12 (released 2013-10-18)

* Use pkg-config to find curl, instead of libcurl.m4.
* ykclient: Added --cai parameter to specify GnuTLS-compatible CA Info.
* libykclient: Added ykclient_set_ca_info function.
  Used when curl is linked with GnuTLS, used to set CA Info.
* libykclient: Added ykclient_set_url_bases function.
  Uses a more reasonable/extensible URL string syntax.  The old
  ykclient_set_url_templates is hereby deprecated.
* Added shared library versioning script.
* Valgrind is used for selftests.

(pettai)

2014-09-27 19:47:21 UTC MAIN commitmail json YAML

Updated security/ykpers to 1.15.3

(pettai)

2014-09-27 19:46:51 UTC MAIN commitmail json YAML

Version 1.15.3 (released 2014-09-04)

* Fix URLs for opensource.y.com -> developers.y.com move.
* Whitelist firmware version 3.3 and detect new PIDs.

Version 1.15.2 (released 2014-07-30)

* Whitelist firmware version 2.5
* Read key when importing configuration.
* Fix formatting error in information about what is written to key.
* Check return codes when doinf NDEF writes.

(pettai)

2014-09-27 19:41:37 UTC MAIN commitmail json YAML

Updated security/opendnssec to 1.4.6

(pettai)

2014-09-27 19:41:06 UTC MAIN commitmail json YAML

OpenDNSSEC 1.4.6 - 2014-07-21

* Signer Engine: Print secondary server address when logging notify reply
  errors.
* Build: Fixed various OpenBSD compatibility issues.
* OPENDNSSEC-621: conf.xml: New options: <PidFile> for both enforcer and
  signer, and <SocketFile> for the signer.
* New tool: ods-getconf: to retrieve a configuration value from conf.xml
  given an expression.

Bugfixes:
* OPENDNSSEC-469: ods-ksmutil: 'zone add' command when zonelist.xml.backup
  can't be written zone is still added to database, solved it by checking the
  zonelist.xml.backup is writable before adding zones, and add error message
  when add zone failed.
* OPENDNSSEC-617: Signer Engine: Fix DNS Input Adapter to not reject zone
  the first time due to RFC 1982 serial arethmetic.
* OPENDNSSEC-619: memory leak when signer failed, solved it by add
  ldns_rr_free(signature) in libhsm.c
* OPENDNSSEC-627: Signer Engine: Unable to update serial after restart
  when the backup files has been removed.
* OPENDNSSEC-628: Signer Engine: Ingored notifies log level is changed
  from debug to info.
* OPENDNSSEC-630: Signer Engine: Fix inbound zone transfer for root zone.
* libhsm: Fixed a few other memory leaks.
* simple-dnskey-mailer.sh: Fix syntax error.

(pettai)

2014-09-27 19:35:14 UTC MAIN commitmail json YAML

Updated mail/opendmarc to 1.3.0

(pettai)

2014-09-27 19:30:12 UTC MAIN commitmail json YAML

1.3.0          2014/07/31
        Integrated SPF checking is now available through the new
                SPFSelfValidate and SPFIgnoreResults settings.
        Feature request #79: Optionally ignore clients that authenticated
                using SMTP AUTH.
        Fix bug #60, part II: Default AuthservID to the name provided by the
                MTA, not the local host name, which is consistent with what
                OpenDKIM does.
        Fix bug #72: Don't crash when From fields are absent.
        Fix bug #74: Change "Forensic" to "Failure" just about everywhere
                to match the language now being used in the base DMARC
                draft.  Note that this also changes some names in the
                configuration file.
        Fix bug #75: Correct typo in MIME of forensic reports.
        Fix bug #76: Repair damage with respect to Authentication-Results
                header field selection.
        Fix bug #77: Request quarantine from the MTA during option
                negotiation.
        Fix bug #78: Add missing newline in forensic report header.
        Fix bug #90: Make "--with-sql-backend" without any value do the
                right thing.
        Fix bug #93: Honor size limits in URIs.
        Make "smime" and "rrvs" legal Authentication-Results methods.
        Provide better logging when pclose() for a forensic report returns
                non-zero.
        Add configuration support for internal SPF checks.  Includes hooks in
                the milter to check that SPF is configured to do so.
                This can use a private SPF implementation or libspf2.
        Fix strlcat() and strlcpy() support for Debian.
        REPORTS: Feature request #80: Generate aggregate reports on UTC
                day boundaries.
        REPORTS: Feature request #84: Optionally expire old data from
                lower-growth tables.
        REPORTS: Fix bug #70: Fix date range generation in reports.
        REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost
                records.
        REPORTS: Fix bug #83: When expiring data, truncate the signatures table
                if all messages were expired..
        REPORTS: Fix bug #85: Report subdomain policy.
        LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records.
        LIBOPENDMARC: Added support for milter to perform own spf checks.
                Three new files: opendmarc_spf.c, opendmard_spf_dns.c and
                test/test_spf.cl, allow integrated SPF support.  Support for
                use of libspf2 is also provided.

(pettai)

2014-09-27 12:27:39 UTC MAIN commitmail json YAML

Drop maintainershop.

I'm never using this package, please take someone else really using this.

(obache)

2014-09-27 12:21:37 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.0.6nb1

(obache)

2014-09-27 12:21:17 UTC MAIN commitmail json YAML

Drop dependency on xdg-utils.

We have no well-configured standard desktop system, so xdg-utils is useless.
Furthermore, honor "hate bash" users.

(obache)

2014-09-27 12:05:43 UTC MAIN commitmail json YAML

Fixes MASTER_SITES due to HOMEPAGE url change.

(obache)

2014-09-27 10:53:09 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.12

(szptvlfn)

2014-09-27 10:52:38 UTC MAIN commitmail json YAML

Update to feh-2.12
This is a leaf package, OK by wiz@.

ChangeLog:
Thu, 15 May 2014 23:41:07 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Releasev v2.12
    * feh-cam and gen-cam-menu are no longer installed by default. Use
      'make install cam=1' to install them or 'make uninstall cam=1 && make
      install cam=0' to remove them permanently
    * feh no longer depends on giblib. Instead, the relevant parts of the
      giblib source were imported into the feh source.
      Rationale: giblib is unmaintained and, as far as I know, only used by
      three projects (one of which is feh). There is at least one known bug
      in it, and as I do not have the time to take over giblib development,
      importing the library seems to be the best solution.
    * Fix/improve --randomize for short filelists (closes #151)
    * Fix a buffer overflow in the printf implementation when handling unknown
      format specifiers (affects --action, --customlist, --index-info, --info,
      --thumb-title and --title)
    * Update help (if built with help=1)

Sun, 27 Apr 2014 20:28:02 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.11
    * Patch by Michael Vorburger: Fix erroneous free() in case of failed
      scandir (closes #140, #147)
    * Patch by rangerer: --randomize: re-randomize after list is through
      (closes #154)
    * When setting a wallpaper from a URL, do not try to store it as
      absolute path in .fehbg (closes #153)
    * Add --scroll-step <px> option to change scroll_{up,left,down,right}
      scroll offset in pixels
    * feh(1): Escape %V (interpreted as mdoc macro)
      (closes debian #745467)
    * Respect --image-bg=checks in fullscreen mode (default remains black)
      (closes #156)

Fri, 28 Feb 2014 18:20:25 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.10
    * Allow non-centered wallpapers using the --geometry option
      (Patch by Joel Bradshaw)
    * Add ; flag to --info (as in "--info ';echo foo'") to disable info
      display on startup
    * Partially fix off-by-one pixel error when warping the pointer in the
      bottom/right window border
    * thumbnail mode: If --action is set, run specified command instead of
      opening image on click.
    * feh.desktop: Use feh %F since we support multiple files
    * Fix --borderless not working on some 64bit systems
      (Patch by Brian Mattern)
    * Always use absolute paths in .fehbg

(szptvlfn)

2014-09-27 10:51:18 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.4.7

(roy)

2014-09-27 10:51:05 UTC MAIN commitmail json YAML

Import dhcpcd-6.4.7 with the following changes:
  *  make test works again
  *  Many bounds checking fixes from Tobias Stoeckmann
  *  Improve error when the authentication token cannot be found
  *  close the IPv4 specific UDP socket when done sending
  *  Implemented a write queue to the control sockets
  *  Only send interfaces to control sockets when in a BOUND state
  *  Add a sample controlgroup directive to dhcpcd.conf to make setup easier
  *  Add variables if_oneup and if_ipwaited so hook scripts know the overall
    state of dhcpcd better
  *  Pass RC_SVCNAME from enviromment to hooks so that a service hook can
    know it's name (may not be dhcpcd)
  *  Document every variable set for dhcpcd-run-hooks(8)
  *  Use the nl80211 interface on Linux to get the wireless SSID if we fail
    to get it via WEXT
  *  Allow SSIDs with non printable characters to be used in ssid selection
    in dhcpcd.conf
  *  Add an unprivileged control socket so that normal users can obtain
    dhcpcd running state
  *  Remove all instances of if_indextoname as we already know the index
  *  Only bring in linux/ipv6.h for linux AND glibc
  *  Add _DEFAULT_SOURCE #define to to make glibc-2.20 happy
  *  Check we have allocated IPv6 resources before checkings RA's
  *  configure errors are now logged to config.log
  *  Only hunt for a cross compiler if build != host
  *  Detect removal of IPv6 routes
  *  Don't add link-local addresses to POINTOPOINT interfaces
  *  Don't discard expired DHCPv6 leases when dumping them
  *  If a DHCPv6 lease has no timers, expire it right away
  *  Report delegated addresses
  *  Call dhcpcd-run-hooks correctly when delegated prefixes already exist
  *  Fix a memory error when ia_* config exists but IPv6 is disabled
  *  Ensure servername and bootfile are safely exported
  *  Sanitise the following characters using svis(3) with VIS_CTYLE and
    VIS_OCTAL:
        | ^ & ; < > ( ) $ ` \ " ' <tab> <newline>
    This allows a non buggy unvis(1) to decode it 100% and stays compatible
    with how dhcpcd used to handle encoding on most platforms.
    For systems that supply svis(3) there is a code reduction, for systems
    that do not, a slight code increase. This change mitigates systems
    affected by bash CVE-2014-6271 and CVE-2014-7169.

OK: jperkin@

(roy)

2014-09-27 10:35:49 UTC MAIN commitmail json YAML

2014-09-27 10:11:20 UTC MAIN commitmail json YAML

2014-09-27 10:05:42 UTC MAIN commitmail json YAML

Iterate over directories in order, fixes issue seen with BSD chmod.

(jperkin)

2014-09-27 09:54:07 UTC MAIN commitmail json YAML

2014-09-27 09:50:17 UTC MAIN commitmail json YAML

2014-09-27 09:46:24 UTC MAIN commitmail json YAML

2014-09-27 03:00:06 UTC MAIN commitmail json YAML

2014-09-27 02:50:26 UTC MAIN commitmail json YAML

2014-09-27 02:07:50 UTC MAIN commitmail json YAML

Updated security/pinepgp to 0.18.0nb4

(mspo)

2014-09-27 01:34:58 UTC MAIN commitmail json YAML

switch dep to shells/bash instead of explicit bash2; in response to shellshock

(mspo)

2014-09-26 15:42:09 UTC MAIN commitmail json YAML

Revert unintended part of previous. Discussed with spz.

(wiz)

2014-09-26 13:54:38 UTC MAIN commitmail json YAML

Updated lang/go to 1.3.2

(wiz)

2014-09-26 13:54:28 UTC MAIN commitmail json YAML

Update to 1.3.2 for a security fix:

We've just released Go version 1.3.2, a minor point release.

This release includes bug fixes to cgo and the crypto/tls package.
    https://golang.org/doc/devel/release.html#go1.3.minor

The crpyto/tls fix addresses a security bug that affects programs
that use crypto/tls to implement a TLS server from Go 1.1 onwards.
If the server enables TLS client authentication using certificates
(this is rare) and explicitly sets SessionTicketsDisabled to true
in the tls.Config, then a malicious client can falsely assert
ownership of any client certificate it wishes. This issue was
discovered internally and there is no evidence of exploitation.

(wiz)

2014-09-26 13:39:34 UTC MAIN commitmail json YAML

Mark explicitly as broken due to incompatibility with current versions
of libwpg and co.

(joerg)

2014-09-26 10:55:32 UTC MAIN commitmail json YAML

SunOS requires -lsocket -lnsl.

(jperkin)

2014-09-26 10:46:40 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel41 to 4.1.6.1nb11

(bouyer)

2014-09-26 10:45:00 UTC MAIN commitmail json YAML

Add patch for:
XSA-104 (CVE-2014-7154) - Race condition in HVMOP_track_dirty_vram
XSA-105 (CVE-2014-7155) - Missing privilege level checks in x86 HLT, LGDT,
  LIDT, and LMSW emulation
XSA-106 (CVE-2014-7156) - Missing privilege level checks in x86 emulation
  of software interrupts

bump PKGREVISION

(bouyer)

2014-09-26 10:42:10 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel42 to 4.2.5
Updated sysutils/xentools42 to 4.2.5

(bouyer)

2014-09-26 10:40:45 UTC MAIN commitmail json YAML

Update xentools42 and xenkernel42 to Xen 4.2.5, fixing:
CVE-2014-2599 / XSA-89 HVMOP_set_mem_access is not preemptible
CVE-2014-3124 / XSA-92 HVMOP_set_mem_type allows invalid P2M entries to be
  created
CVE-2014-3967,CVE-2014-3968 / XSA-96 Vulnerabilities in HVM MSI injection
CVE-2014-4021 / XSA-100 Hypervisor heap contents leaked to guests

pkgsrc also includes patches from the Xen Security Advisory:
XSA-104 (CVE-2014-7154) - Race condition in HVMOP_track_dirty_vram
XSA-105 (CVE-2014-7155) - Missing privilege level checks in x86 HLT, LGDT,
  LIDT, and LMSW emulation
XSA-106 (CVE-2014-7156) - Missing privilege level checks in x86 emulation
  of software interrupts

(bouyer)

2014-09-26 10:39:32 UTC MAIN commitmail json YAML

Update xentools42 and xenkernel42 to Xen 4.2.5, fixing:
CVE-2014-2599 / XSA-89 HVMOP_set_mem_access is not preemptible
CVE-2014-3124 / XSA-92 HVMOP_set_mem_type allows invalid P2M entries to be
  created
CVE-2014-3967,CVE-2014-3968 / XSA-96 Vulnerabilities in HVM MSI injection
CVE-2014-4021 / XSA-100 Hypervisor heap contents leaked to guests

pkgsrc also includes patches from the Xen Security Advisory:
XSA-104 (CVE-2014-7154) - Race condition in HVMOP_track_dirty_vram
XSA-105 (CVE-2014-7155) - Missing privilege level checks in x86 HLT, LGDT,
  LIDT, and LMSW emulation
XSA-106 (CVE-2014-7156) - Missing privilege level checks in x86 emulation
  of software interrupts

(bouyer)

2014-09-26 07:00:50 UTC MAIN commitmail json YAML

current bootstrap binary kit for SmartOS is built with ncurses5

(obache)

2014-09-26 03:25:22 UTC MAIN commitmail json YAML

security update fixing:
- Incorrect DigestInfo validation in NSS (CVE-2014-1568)
- RSA signature verification vulnerabilities in parsing of DigestInfo
(see https://www.mozilla.org/security/announce/2014/mfsa2014-73.html)

(spz)

2014-09-25 21:47:06 UTC MAIN commitmail json YAML

2014-09-25 21:32:33 UTC MAIN commitmail json YAML

bump pkgrevision for previous

(jmcneill)

2014-09-25 20:28:32 UTC MAIN commitmail json YAML

2014-09-25 20:13:09 UTC MAIN commitmail json YAML

Requires USE_TOOLS+=pkg-config.

(jperkin)

2014-09-25 20:04:53 UTC MAIN commitmail json YAML

USE_TOOLS+=gm4, requires -I support.

(jperkin)

2014-09-25 20:02:51 UTC MAIN commitmail json YAML

SunOS needs -lsocket -lnsl.

(jperkin)

2014-09-25 19:46:26 UTC MAIN commitmail json YAML

Try to only chmod extracted files, recursively chmod'ing WRKDIR runs
into problems with e.g. TOOLS_DIR.

(jperkin)

2014-09-25 19:43:06 UTC MAIN commitmail json YAML

SunOS needs an explicit -lX11.

(jperkin)

2014-09-25 19:41:21 UTC MAIN commitmail json YAML

2014-09-25 19:39:10 UTC MAIN commitmail json YAML

Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps.

(jperkin)

2014-09-25 19:34:46 UTC MAIN commitmail json YAML

Ensure the correct msgfmt tools are picked up.

(jperkin)

2014-09-25 19:27:18 UTC MAIN commitmail json YAML

Requires OpenSSL and BerkeleyDB.

(jperkin)

2014-09-25 19:21:03 UTC MAIN commitmail json YAML

2014-09-25 19:18:01 UTC MAIN commitmail json YAML

2014-09-25 19:15:27 UTC MAIN commitmail json YAML

Pass correct location to OpenSSL.

(jperkin)

2014-09-25 19:13:23 UTC MAIN commitmail json YAML

Pass correct location of OpenSSL.

(jperkin)

2014-09-25 19:12:03 UTC MAIN commitmail json YAML

Requires USE_TOOLS+=flex.

(jperkin)

2014-09-25 19:09:26 UTC MAIN commitmail json YAML

Pass correct location to OpenSSL.

(jperkin)

2014-09-25 18:46:06 UTC MAIN commitmail json YAML

2014-09-25 17:37:55 UTC MAIN commitmail json YAML

Fix TOOLS_DIR reference in installed file.

(jperkin)

2014-09-25 17:26:56 UTC MAIN commitmail json YAML

Force file from pkgsrc on SunOS, it needs stdin support.

(jperkin)

2014-09-25 16:32:03 UTC MAIN commitmail json YAML

Needs -lsocket on SunOS.  Also required libpcap.

(jperkin)

2014-09-25 16:08:24 UTC MAIN commitmail json YAML

2014-09-25 15:59:14 UTC MAIN commitmail json YAML

Add SunOS 5.10+ to the NOT_FOR_PLATFORMS list.

(jperkin)

2014-09-25 15:21:46 UTC MAIN commitmail json YAML

SunOS needs -lnsl -lresolv.

(jperkin)

2014-09-25 15:18:09 UTC MAIN commitmail json YAML

Mark as not for SunOS, has hardcoded BSD/Linux support.

(jperkin)

2014-09-25 15:10:21 UTC MAIN commitmail json YAML

2014-09-25 15:08:29 UTC MAIN commitmail json YAML

2014-09-25 15:06:23 UTC MAIN commitmail json YAML

2014-09-25 14:53:05 UTC MAIN commitmail json YAML

Requires USE_TOOLS+=lex.

(jperkin)

2014-09-25 14:48:54 UTC MAIN commitmail json YAML

Avoid sys/dir.h on SunOS.

(jperkin)

2014-09-25 14:32:35 UTC MAIN commitmail json YAML

SunOS needs -lsocket -lnsl.

(jperkin)

2014-09-25 14:24:07 UTC MAIN commitmail json YAML

Make bdb a suggested option.  The package doesn't actually build without
a bdb present.  Not bumping PKGREVISION as the only way the package would
have built previously is by using a builtin version anyway.

(jperkin)

2014-09-25 14:14:47 UTC MAIN commitmail json YAML

2014-09-25 14:02:34 UTC MAIN commitmail json YAML

2014-09-25 13:58:23 UTC MAIN commitmail json YAML

Support builtin libmilter.

(jperkin)

2014-09-25 13:56:50 UTC MAIN commitmail json YAML

Support builtin libmilter.

(jperkin)

2014-09-25 13:47:59 UTC MAIN commitmail json YAML

2014-09-25 13:02:30 UTC MAIN commitmail json YAML

Remove broken CPPFLAGS.SunOS.

(jperkin)

2014-09-25 12:59:30 UTC MAIN commitmail json YAML

2014-09-25 12:57:04 UTC MAIN commitmail json YAML

Ensure we use a sane shell.  Fixes build on SunOS.

(jperkin)

2014-09-25 12:55:52 UTC MAIN commitmail json YAML

Don't define _XOPEN_SOURCE to a bogus value on SunOS.

(jperkin)

2014-09-25 12:29:35 UTC MAIN commitmail json YAML

2014-09-25 12:25:07 UTC MAIN commitmail json YAML

Fix build on SunOS.  Make it more likely that other OPSYS can build this
package too.

(jperkin)

2014-09-25 12:25:03 UTC MAIN commitmail json YAML

Make diff call portable. Fixes ruby-clearsilver on SunOS at least.

(fhajny)

2014-09-25 11:03:52 UTC MAIN commitmail json YAML

Put back Mac distfile, lost in previous update.

(jperkin)

2014-09-25 10:58:02 UTC MAIN commitmail json YAML

2014-09-25 10:56:08 UTC MAIN commitmail json YAML

Use -d rather than non-portable --make-directories cpio argument.

(jperkin)

2014-09-25 10:51:31 UTC MAIN commitmail json YAML

When using EXTRACT_ELEMENTS with wildcards we need to set EXTRACT_USING
to bsdtar, as the default tar implementation may be GNU tar which
requires explicitly using --wildcards for inclusion matches.

(jperkin)

2014-09-25 10:50:58 UTC MAIN commitmail json YAML

This package needs OpenSSL to build (no change where OpenSSL is built-in).

(fhajny)

2014-09-25 10:34:45 UTC MAIN commitmail json YAML

Fix directory permissions manually rather than relying on find(1)
which may not be able to traverse if building as non-root.

(jperkin)

2014-09-25 10:21:58 UTC MAIN commitmail json YAML

Fix SunOS configure and build for the (default) pam option.

(fhajny)

2014-09-25 09:32:38 UTC MAIN commitmail json YAML

Remove NOT_FOR_BULK_PLATFORM for SunOS, it builds in under 10 minutes
on modern hardware.

(jperkin)

2014-09-25 08:49:50 UTC MAIN commitmail json YAML

devel/zlib is needed not just by the main package. Fixes building where
zlib is not built-in.

(fhajny)

2014-09-25 08:18:35 UTC MAIN commitmail json YAML

Set INSTALLATION_DIRS properly. Fixes installation on at least SunOS.

(fhajny)

2014-09-24 23:31:36 UTC MAIN commitmail json YAML

Remove NOT_FOR_BULK_PLATFORM, builds fine for me.

(jperkin)

2014-09-24 23:24:39 UTC MAIN commitmail json YAML

Use portable find constructs.

(jperkin)

2014-09-24 23:10:51 UTC MAIN commitmail json YAML

2014-09-24 22:24:50 UTC MAIN commitmail json YAML

Use portable find constructs.

(jperkin)

2014-09-24 22:00:06 UTC MAIN commitmail json YAML

2014-09-24 21:32:32 UTC MAIN commitmail json YAML

2014-09-24 21:25:54 UTC MAIN commitmail json YAML

2014-09-24 20:46:21 UTC MAIN commitmail json YAML

USE_TOOLS+=gm4, required on SunOS.

(jperkin)

2014-09-24 20:33:31 UTC MAIN commitmail json YAML

Depend on dos2unix and run it on two files. From jperkin.

(wiz)

2014-09-24 20:20:49 UTC MAIN commitmail json YAML

2014-09-24 16:28:40 UTC MAIN commitmail json YAML

Avoid "error: call of overloaded <func> is ambiguous".

(jperkin)

2014-09-24 16:20:39 UTC MAIN commitmail json YAML

+ anjuta-3.14.0, atk-2.14.0, cmake-3.0.2,
  ffmpeg2-2.4, gdl-3.14.0, glu-10.3, gnome-common-3.14.0,
  gst-plugins1-base-1.4.2, gstreamer1-1.4.2, gtk3-3.14.0,
  lablgtk-2.18.2, libdvdcss-5.0.1, libdvdread-5.0.0, libgpg-error-1.16,
  modular-xorg-server-1.16.1, mono-3.8.0, ocaml-findlib-1.5.3,
  puzzles-10233, py-anki2-2.0.29, py-gobject3-3.14.0, py-py-2.4,
  py-setuptools-5.8, py-sqlparse-0.1.12, py-twisted-14.0.2,
  py-vdirsyncer-0.3.0, ruby21-2.1.3, sound-juicer-3.14.0, stella-4.1.1,
  vala-0.26.0, wine-devel-1.7.27, x264-devel-20140920, xscreensaver-5.30,
  xterm-311.

(wiz)

2014-09-24 15:24:44 UTC MAIN commitmail json YAML

Updated shells/bash to 4.3.025

(wiz)

2014-09-24 15:24:35 UTC MAIN commitmail json YAML

Add all current upstream bash patches including 025, which fixes
a security issue. Version number bumped in the usual way.

(wiz)

2014-09-24 14:57:29 UTC MAIN commitmail json YAML

2014-09-24 14:35:33 UTC MAIN commitmail json YAML

USE_TOOLS+=tar as the package contains a hardcoded 'tar' call which may
find the wrong one (needs to support bzip2).

(jperkin)

2014-09-24 14:33:28 UTC MAIN commitmail json YAML

2014-09-24 13:50:54 UTC MAIN commitmail json YAML

Requires USE_TOOLS+=groff to build mandatory documentation.

(jperkin)

2014-09-24 13:44:21 UTC MAIN commitmail json YAML

2014-09-24 13:36:53 UTC MAIN commitmail json YAML

Requires USE_TOOLS+=groff.

(jperkin)

2014-09-24 13:30:59 UTC MAIN commitmail json YAML

Trick dos2unix into actually converting configure.ac, fixes patching
on SunOS at least.

(jperkin)

2014-09-24 13:27:03 UTC MAIN commitmail json YAML

Regen. Hi jnementh@!

(joerg)

2014-09-24 12:51:06 UTC MAIN commitmail json YAML

2014-09-24 12:49:38 UTC MAIN commitmail json YAML

2014-09-24 12:39:28 UTC MAIN commitmail json YAML

2014-09-24 12:33:44 UTC MAIN commitmail json YAML

2014-09-24 12:32:26 UTC MAIN commitmail json YAML

2014-09-24 12:24:40 UTC MAIN commitmail json YAML

USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.

(jperkin)

2014-09-24 12:17:19 UTC MAIN commitmail json YAML

Remove obsolete patch breaking the build.

(jperkin)

2014-09-24 12:04:14 UTC MAIN commitmail json YAML

USE_TOOLS+=xgettext, fixes build on SunOS.

(jperkin)

2014-09-24 11:56:04 UTC MAIN commitmail json YAML

USE_TOOLS+=xgettext, fixes build on SunOS.

(jperkin)

2014-09-24 11:48:48 UTC MAIN commitmail json YAML

USE_TOOLS+=xgettext, fixes build on SunOS.

(jperkin)

2014-09-24 11:48:20 UTC MAIN commitmail json YAML

USE_TOOLS+=xgettext, fixes build on SunOS.

(jperkin)

2014-09-24 11:39:24 UTC MAIN commitmail json YAML

2014-09-24 11:27:51 UTC MAIN commitmail json YAML

2014-09-24 11:23:57 UTC MAIN commitmail json YAML

Ensure RUNPATH is empty to avoid bogus rpaths.

(jperkin)

2014-09-24 11:10:38 UTC MAIN commitmail json YAML

2014-09-24 10:58:51 UTC MAIN commitmail json YAML

USE_TOOLS+=gsed for -r support.

(jperkin)

2014-09-24 10:53:22 UTC MAIN commitmail json YAML

Replace WRAPPER_BINDIR reference with real path in generated file.

(jperkin)

2014-09-24 10:40:57 UTC MAIN commitmail json YAML

Avoid reference to WRAPPER_BINDIR in final binaries.

(jperkin)

2014-09-24 10:31:28 UTC MAIN commitmail json YAML

Remove WRAPPER_BINDIR references in mysqlbug.

(jperkin)

2014-09-24 10:02:39 UTC MAIN commitmail json YAML

Remove WRAPPER_BINDIR references in mysqlbug.

(jperkin)

2014-09-24 10:02:14 UTC MAIN commitmail json YAML

Explicitly disable epoll on SunOS, the MySQL implementation is specific
to Linux at this time.

(jperkin)

2014-09-24 09:47:41 UTC MAIN commitmail json YAML

2014-09-24 05:44:01 UTC MAIN commitmail json YAML

Updated www/nginx to 1.6.2

(kim)

2014-09-24 05:42:48 UTC MAIN commitmail json YAML

Upgrade to nginx-1.6.2 to fix security vulnerability CVE-2014-3616.
Restore module checksums that were lost in last update.

Changes with nginx 1.6.2                                        16 Sep 2014

    *) Security: it was possible to reuse SSL sessions in unrelated contexts
      if a shared SSL session cache or the same TLS session ticket key was
      used for multiple "server" blocks (CVE-2014-3616).
      Thanks to Antoine Delignat-Lavaud.

    *) Bugfix: requests might hang if resolver was used and a DNS server
      returned a malformed response; the bug had appeared in 1.5.8.

    *) Bugfix: requests might hang if resolver was used and a timeout
      occurred during a DNS request.

(kim)

2014-09-24 01:07:19 UTC MAIN commitmail json YAML

Updated devel/mantis to 1.2.17

(rodent)

2014-09-24 01:06:26 UTC MAIN commitmail json YAML

Update to 1.2.17. pkgsrc changes: Add bash:run to USE_TOOLS and
REPLACE_BASH in installed file. Replace PHP interpreter in installed *.php
files. Move options framework into options.mk. Use INSTALLATION_DIRS
instead of INSTALL_DATA_DIR. From doc/RELEASE:

1.2.17 Security Release (2014-03-04)
-------------------------------------------------

MantisBT 1.2.17 is a security update for the stable 1.2.x branch. All
installations that are currently running any 1.2.x version are strongly advised
to upgrade to this release. Download it from [3].

An SQL injection vulnerability (CVE-2014-2238) in adm_config_report.php was
patched. Refer to issue #17055 for detailed information.

This release also includes a few bug fixes for the tracker, including News API
correction for the regression issue #16940 introduced in 1.2.16, as well as
updated translations in many languages.

A full changelog for the 1.2.x series can be found on the official site. [1]

1.2.16 Security Release (2014-02-07)
-------------------------------------------------

MantisBT 1.2.16 is a security update for the stable 1.2.x branch. All
installations that are currently running any 1.2.x version are strongly advised
to upgrade to this release. Download it from [3].

The following security issues were resolved:

- Cross-site scripting (XSS) issue in account_sponsor_page.php, allowing a
  malicious user with project manager access to execute arbitrary JavaScript
  code (CVE-2013-4460). Affects MantisBT 1.1.0 and later.
  Refer to issue #16513 for detailed information.

- SQL injection attacks through the SOAP API's mc_attachment_get() function
  (CVE-2014-1608). Affects MantisBT 1.1.0a4 and later.
  Refer to issue #16879 for detailed information.

- Additional cases of unsanitized SQL query parameters usage were identified,
  potentially allowing SQL injection attacks (CVE-2014-1609).
  Refer to issue #16880 for detailed information.

This release also includes many bug fixes and enhancements to the tracker
and the SOAP api, as well as updated translations in many languages.

A full changelog for the 1.2.x series can be found on the official site. [1]

[1] The changelog is split between multiple releases:

1.2.17    http://www.mantisbt.org/bugs/changelog_page.php?version_id=189
1.2.16    http://www.mantisbt.org/bugs/changelog_page.php?version_id=183

(rodent)

2014-09-23 22:52:01 UTC MAIN commitmail json YAML

2014-09-23 22:40:27 UTC MAIN commitmail json YAML

2014-09-23 22:37:29 UTC MAIN commitmail json YAML

2014-09-23 22:30:30 UTC MAIN commitmail json YAML

Use appropriate build target on SunOS.

(jperkin)

2014-09-23 22:26:24 UTC MAIN commitmail json YAML

2014-09-23 22:24:38 UTC MAIN commitmail json YAML

2014-09-23 22:21:43 UTC MAIN commitmail json YAML

2014-09-23 22:18:22 UTC MAIN commitmail json YAML

2014-09-23 22:13:50 UTC MAIN commitmail json YAML

2014-09-23 21:47:52 UTC MAIN commitmail json YAML

2014-09-23 21:41:07 UTC MAIN commitmail json YAML

SunOS needs -lnsl -lresolv.

(jperkin)

2014-09-23 19:39:50 UTC MAIN commitmail json YAML

Sync PLIST with reality adding various man pages. Bump revision.

(joerg)

2014-09-23 19:39:17 UTC MAIN commitmail json YAML

2014-09-23 19:07:06 UTC MAIN commitmail json YAML

SunOS needs -lsocket -lnsl.

(jperkin)

2014-09-23 18:55:24 UTC MAIN commitmail json YAML

SunOS needs -lsocket -lnsl.

(jperkin)

2014-09-23 18:19:22 UTC MAIN commitmail json YAML

Make sure all patterns provide the upper limit to avoid conflicting
packages getting installed in bulk builds.

(joerg)

2014-09-23 18:18:42 UTC MAIN commitmail json YAML

Fails rather spectaculary with MAKE_JOBS, so disable it.

(joerg)

2014-09-23 17:57:04 UTC MAIN commitmail json YAML

2014-09-23 15:52:13 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 2.7.1.1.

(taca)

2014-09-23 15:51:43 UTC MAIN commitmail json YAML

Update fengoffice to 2.7.1.1.

Changes from 2.6.1 is too many, please refer <http://sourceforge.net/projects/opengoo/files/fengoffice/fengoffice_2.7.0/> in detail.

And this release contains security fix, XSS.

(taca)

2014-09-23 15:13:23 UTC MAIN commitmail json YAML

Provide flag to set correct RPATH in pkg-config.

(asau)

2014-09-23 15:11:54 UTC MAIN commitmail json YAML

2014-09-23 15:09:54 UTC MAIN commitmail json YAML

Resort, fixes use of undefined variable as mentioned by obache@

(joerg)

2014-09-23 14:59:24 UTC MAIN commitmail json YAML