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 (2m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:35:20 UTC Now

2015-10-13 14:21:13 UTC MAIN commitmail json YAML

Native illumos arc4random(3C) imported the latest OpenBSD API which
does not have arc4random_addrandom().  Update other patches while here.

(jperkin)

2015-10-13 12:31:18 UTC MAIN commitmail json YAML

Updated devel/ruby-redmine to 3.1.1nb1

(ryoon)

2015-10-13 12:30:38 UTC MAIN commitmail json YAML

Bump PKGREVISION

* Fix hardcoded netbsd.
* Use GEM_EXTSDIR to fix freebsd-10 installation.
* Remove duplicate PLIST entries.
* Tweak fix script.

(ryoon)

2015-10-13 07:48:02 UTC MAIN commitmail json YAML

Updated lang/nodejs to 4.2.0

(fhajny)

2015-10-13 07:47:48 UTC MAIN commitmail json YAML

Update lang/nodejs to 4.2.0.

The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

- Added new -c (or --check) command line argument for checking script
  syntax without executing the code
- Added process.versions.icu to hold the current ICU library versio
- Added process.release.lts to hold the current LTS codename when
  the binary is from an active LTS release line
- npm: Upgraded to npm 2.14.7 from 2.14.4, see release notes
  for full details

See full release notes incl. commit log:

  https://nodejs.org/en/blog/release/v4.2.0/

(fhajny)

2015-10-12 23:19:41 UTC MAIN commitmail json YAML

add license for this package

also add SHA512 digest while I'm here

(agc)

2015-10-12 21:48:33 UTC MAIN commitmail json YAML

2015-10-12 18:47:21 UTC MAIN commitmail json YAML

Add the latest version of fontconfig freetype library from OpenBSD 5.8-current
Add EGL & Khronos components to MesaLib list

(sevan)

2015-10-12 18:25:18 UTC MAIN commitmail json YAML

Note the addition of SHA512 digests for distfiles

(agc)

2015-10-12 18:23:48 UTC MAIN commitmail json YAML

Now that it looks like SHA1 is getting closer to its end of life, add
the SHA512 digest to the mix of digests we keep for each distfile.

All part of providing stronger digests for pkgsrc, as discussed on
tech-pkg recently, with unanimous agreement.  There will be further
changes in this area in the near future, as we transit away from
reliance on SHA1 and RMD160.

New distinfo files will gain a SHA512 digest entry.  Existing
verification of distinfo files will just use the SHA1 and RMD160
digests which exist right now.

(agc)

2015-10-12 17:51:02 UTC MAIN commitmail json YAML

Don't rely on Darwin.mk setting OSX_SDK_PATH. It's an internal variable
that will not always get defined. Instead query xcrun directly.

(tnn)

2015-10-12 16:49:27 UTC MAIN commitmail json YAML

Added biology/cdhit version 4.6.4

(leot)

2015-10-12 16:49:03 UTC MAIN commitmail json YAML

2015-10-12 16:48:08 UTC MAIN commitmail json YAML

Import biology/cdhit as cdhit-4.6.4.
Packaged in pkgsrc-wip by Jason Bacon.

CD-HIT is a very widely used program for clustering and comparing protein or
nucleotide sequences.

(leot)

2015-10-12 16:17:58 UTC MAIN commitmail json YAML

Updated graphics/enblend-enfuse to 4.1.4

(adam)

2015-10-12 16:01:18 UTC MAIN commitmail json YAML

Changes 4.1.4:
** New Commandline Options
- The introduction of additional blend color spaces in the Development
  Branch requires a new option to select them.  Here, in the Stable
  Branch, the new option `--blend-colorspace' just duplicates the
  functionality of `--ciecam' and `--no-ciecam'.  The Stable Branch
  does *not* provide the additional blend colorspaces of the
  Development Branch.  The following equivalences hold
      --ciecam    <=>  --blend-colorspace=ciecam
      --no-ciecam  <=>  --blend-colorspace=identity
  Both options `--ciecam' and `--no-ciecam' are deprecated in 4.2 and
  will be withdrawn in 4.3.  Thus, users should prefer
  `--blend-colorspace'.

** Bug Fixes
- [Enblend and Enfuse] Fix the nesting-depth counter for response
  files.  This bug prohibited to load more than 20 images in a single
  response file.
- [Enblend and Enfuse] Allow grayscale images to bring their own
  (grayscale) profiles.  Previously grayscale images with ICC profiles
  were rejected.
- [Enblend] Fix a possible domain error followed by a division-by-zero
  in the seam-line optimizer.
- [Enblend and Enfuse] Avoid an undeserved warning about incompatible
  colorspaces if they only disagree on their meta-data (e.g. profile
  creation date/time).
- [Enblend] Fix a bug in the Dijkstra Optimizer which could lead to
  undefined behavior in the placement of the (optimized) seam line.
- [Enblend] Fix a non-dereferencable vector iterator which led to a
  segfault.
- [Enblend] Avoid a division-by-zero in the Annealing Optimizer.
- [Enblend] Fix a bug (1356551) in the seam-line vectorization code
  that was there since 2004.  The fix changes the position of almost
  any coarse-mask seam line vertex by one pixel.

(adam)

2015-10-12 15:39:26 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 3.1.5.

(taca)

2015-10-12 15:38:57 UTC MAIN commitmail json YAML

Update ruby-test-unit to 3.1.5.

## 3.1.5 - 2015-10-09 {#version-3-1-5}

It's a Rack integration improvement release.

(taca)

2015-10-12 15:36:20 UTC MAIN commitmail json YAML

Note update of devel/ruby-highline package to 1.7.8.

(taca)

2015-10-12 15:35:44 UTC MAIN commitmail json YAML

Update ruby-highline to 1.7.8.

### 1.7.8 / 2015-10-09
* Fix some issues when paginating. (Nick Carboni (@carbonin) and Abinoam P. Marques Jr. (@abinoam), #168, PRs #169 #170)

(taca)

2015-10-12 15:33:41 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 package to 1.3.11.

(taca)

2015-10-12 15:33:08 UTC MAIN commitmail json YAML

Update ruby-sqlite3 to 1.3.11.

=== 1.3.11 / 2015-10-10

* Enhancements:
  * Windows: build against SQLite 3.8.11.1

* Internal:
  * Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
  * Expand Ruby versions being tested for Travis and AppVeyor

(taca)

2015-10-12 14:53:17 UTC MAIN commitmail json YAML

Fix install on Darwin, perl module extension suffix is ".bundle" not ".so".

(jperkin)

2015-10-12 12:36:33 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.3.6

(adam)

2015-10-12 12:35:32 UTC MAIN commitmail json YAML

2015-10-12 11:10:34 UTC MAIN commitmail json YAML

Fix missing dep on net/p5-NetAddr-IP. pkglint. PKGREVISION++

(fhajny)

2015-10-12 10:30:43 UTC MAIN commitmail json YAML

Updated www/matcha-sns to 1.3.7

(ryoon)

2015-10-12 10:29:48 UTC MAIN commitmail json YAML

Update to 1.3.7

Changelog:
* [Security fix] Access restriction bypass for admin account
* [Security fix] Code injection to execute arbitrary PHP code

(ryoon)

2015-10-12 10:28:56 UTC MAIN commitmail json YAML

Mark liblognorm dependency properly. Ride previous version/revision #.

(fhajny)

2015-10-12 10:06:37 UTC MAIN commitmail json YAML

Updated sysutils/liblognorm to 1.1.2

(fhajny)

2015-10-12 10:06:26 UTC MAIN commitmail json YAML

Update sysutils/liblognorm to 1.1.2.

Version 1.1.2, 2015-07-20

- permit newline inside parser definition
- new parser "cisco-interface-spec"
- new parser "json" to process json parts of the message
- new parser "mac48" to process mac layer addresses
- new parser "name-value-list" (currently inofficial, experimental)
- some parsers did incorrectly report success when an error occurred
- call "rest" parser only if nothing else matches.
- new API to support error callbacks
- testbench is now enabled by default
- bugfix: misadressing on some constant values
- bugfix: add missing function prototypes

(fhajny)

2015-10-12 10:00:57 UTC MAIN commitmail json YAML

Add missing py-cython bl3, fixes PLIST phase

(fhajny)

2015-10-12 09:08:22 UTC MAIN commitmail json YAML

Support compressed manual pages with 3am and 3f suffixes.

(jperkin)

2015-10-12 08:33:38 UTC MAIN commitmail json YAML

make NOT_FOR_UNPRIVILEGED unconditional (use of /etc is unconditional)

(tnn)

2015-10-12 07:28:39 UTC MAIN commitmail json YAML

PKGREVISION bump of mozc packages.

(ryoon)

2015-10-12 07:24:51 UTC MAIN commitmail json YAML

2015-10-12 05:56:08 UTC MAIN commitmail json YAML

Note update of devel/ruby-rugged package to 0.23.3.

(taca)

2015-10-12 05:55:27 UTC MAIN commitmail json YAML

Update ruby-rugged to 0.23.3.

Changes since Rugged 0.23.2

    * Update bundled libgit2 to 0.23.3.

      See https://github.com/libgit2/libgit2/releases/tag/v0.23.3
      for a list of fixed issues and new features.

(taca)

2015-10-12 05:50:51 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.45.

(taca)

2015-10-12 05:50:27 UTC MAIN commitmail json YAML

Update tuby-tzinfo to 0.3.45.

== Version 0.3.45 (tzdata v2015g) - 03-Oct-2015

* Updated to tzdata version 2015g
  (http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).

(taca)

2015-10-12 05:48:00 UTC MAIN commitmail json YAML

Note update of www/contao35 package to 3.5.4.

(taca)

2015-10-12 05:47:19 UTC MAIN commitmail json YAML

Update contao35 to 3.5.4.

Version 3.5.4 (2015-10-09)
--------------------------

### Fixed
Do not add the back end language in the meta wizard (see #8056).

### Fixed
Do not add excluded files to the DBAFS if they are edited in the file manager.

### Fixed
Add the `|flatten` insert tag flag to handle arrays (see #8021).

### Fixed
Check for excluded folders in the back end file popup (see #8003).

### Fixed
Fixed a wrong option name when initializing sortables (see #8053).

### Fixed
Translate UUIDs to paths in the parent view header fields.

### Fixed
Trigger the options_callback for the parent view header fields (see #8031).

### Fixed
Correctly create the initial version of a member without username (see #8037).

### Fixed
Improve the performance of the debug bar (see #7839).

### Fixed
Correctly output the event details in the `event_list` template (see #8041).

### Fixed
Only modify empty `href` attributes in the `nav_` template (see #8006, #8038).

### Fixed
Correctly show the group headlines in the repository DB updater (see #8020).

### Fixed
Improve the e-mail regex to also match the new TLDs (see #7984).

### Fixed
Ensure that the database port is not empty (see #7950).

### Fixed
Remove the left-over usages of `$this->v2warning` (see #8027).

### Fixed
Support the `hasDetails` variable in the event reader (see #8011).

(taca)

2015-10-12 05:41:26 UTC MAIN commitmail json YAML

+ postfix-3.0.3.

(taca)

2015-10-12 00:23:47 UTC MAIN commitmail json YAML

Update mozc packages to 2.17.2116.102

(ryoon)

2015-10-12 00:21:48 UTC MAIN commitmail json YAML

2015-10-12 00:11:30 UTC MAIN commitmail json YAML

ated converters/dos2unix to 7.3.1

(ryoon)

2015-10-12 00:11:07 UTC MAIN commitmail json YAML

Update to 7.3.1

Changelog:
2015-09-30: Version 7.3.1

  * New: Simplified Chinese translation of messages and manual.
  * Fix: Compilation error "'wchar_t' undeclared" when Unicode support is disabled.
  * Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK).

2015-08-24: Version 7.3

  * New: Unicode file name support on Windows.
  * Fix: Options -ul and -ub caused option -i to report wrong BOM for no_bom.

2015-07-01: Version 7.2.3

  * Fix: Check for file I/O errors while reading input files, and added
    a few missing checks while writing output files.
  * Fix: Compilation for msys.

(ryoon)

2015-10-11 23:34:26 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 38.3.0

(ryoon)

2015-10-11 23:34:00 UTC MAIN commitmail json YAML

Update to 38.3.0

Changelog:
    New Saved files tab now implements Search field and Clear button.
    Fixed (Right-)Clicking on a newsgroup now allows directly composing a message again
    Fixed Importing to the address book from CSV now works with international characters
    Fixed Thunderbird no longer crashes when executing filter rules when using maildir
    Fixed When using the maildir storage format, the INBOX folder is no longer deleted
    Fixed Emails with long References headers are now decoded correctly
    Fixed Checking for new messages correctly works after hibernation again
    Fixed Chat entries are no longer sometimes lost in global database at shutdown.

(ryoon)

2015-10-11 21:23:34 UTC MAIN commitmail json YAML

2015-10-11 21:06:20 UTC MAIN commitmail json YAML

2015-10-11 19:20:17 UTC MAIN commitmail json YAML

Moved the code for checking patch files into its own file

The pkglint.pl file has grown pretty large, which makes it hard to under-
stand. Therefore it is useful to split it into reasonable parts.

The code for checking patch files is such a part since it is independent
of the rest of pkglint, and its specialized routines take quite a bit
of space.

(rillig)

2015-10-11 18:42:34 UTC MAIN commitmail json YAML

Fixed runtime error introduced in version 1.884

The variable $m had been dereferenced although it was undefined.

(rillig)

2015-10-11 18:38:58 UTC MAIN commitmail json YAML

Remove old Dojo version. There is little reason for having it in pkgsrc
in first place, since any decent deployment will either use one of the
CDNs or a custom build. Being completely outdated doesn't help either.

(joerg)

2015-10-11 18:34:23 UTC MAIN commitmail json YAML

Removed the code that checked for buildlink.mk files from before 2009

(rillig)

2015-10-11 18:28:53 UTC MAIN commitmail json YAML

Fix ctrl-alt-Fn VT switching. Gleaned from xsrc. Bump rev.
Somebody reported that this was broken but now I can't find the thread ...

(tnn)

2015-10-11 18:16:51 UTC MAIN commitmail json YAML

Performance: replaced some regular expressions with string functions

Using regular expressions provides more uniform code, but at the cost of
higher runtime, since Perl doesn't optimize them away, even if they are
very simple, like those emulating the startswith() or endswith() functions
that other languages provide.

(rillig)

2015-10-11 17:51:47 UTC MAIN commitmail json YAML

2015-10-11 17:40:24 UTC MAIN commitmail json YAML

Adjust the PR misc/50073 patches so they only apply on NetBSD.
It turns out that moving Xpoll.h before osdep.h breaks on Linux because
it doesn't get the feature test macros for select.h.

(tnn)

2015-10-11 16:55:55 UTC MAIN commitmail json YAML

match libdrm's ONLY_FOR_PLATFORM when deciding if we should depend on it

(tnn)

2015-10-11 16:34:09 UTC MAIN commitmail json YAML

Try harder to not pick up system python. Might fix joyent Linux build.

(tnn)

2015-10-11 14:31:36 UTC MAIN commitmail json YAML

2015-10-11 14:20:57 UTC MAIN commitmail json YAML

Fix startup segfault on 64-bit platforms due to pointer to int conversion.
Why this didn't surface before is anyone's guess. Bump rev.

(tnn)

2015-10-11 12:31:43 UTC MAIN commitmail json YAML

Migrated pkglint to Perl 5.12.

(rillig)

2015-10-11 11:39:04 UTC MAIN commitmail json YAML

2015-10-11 11:38:02 UTC MAIN commitmail json YAML

Added databases/mysqltuner version 1.6.0

(rodent)

2015-10-11 11:37:50 UTC MAIN commitmail json YAML

Import mysqltuner-1.6.0 as databases/mysqltuner.

MySQLTuner is a script written in Perl that will assist you with your MySQL
configuration and make recommendations for increased performance and
stability.

(rodent)

2015-10-11 11:25:52 UTC MAIN commitmail json YAML

Updated databases/postgresql; print/ghostscript-agpl to 9.18; converters/help2man to 1.47.2

(adam)

2015-10-11 11:24:59 UTC MAIN commitmail json YAML

Changes 9.1.19:
Two security issues have been fixed in this release which affect users of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service.

CVE-2015-5288: The crypt() function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed.

(adam)

2015-10-11 10:59:20 UTC MAIN commitmail json YAML

Changes 9.2.14:
Two security issues have been fixed in this release which affect users of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service.

CVE-2015-5288: The crypt() function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed.

(adam)

2015-10-11 10:56:44 UTC MAIN commitmail json YAML

2015-10-11 10:44:31 UTC MAIN commitmail json YAML

Note update of "libtorrent" and "rtorrent" package

(tron)

2015-10-11 10:41:37 UTC MAIN commitmail json YAML

Update "libtorrent" package to version 0.13.6 and "rtorrent" package to
version 0.9.6.

A list of changes is not availabe unfortunately.

(tron)

2015-10-11 09:50:53 UTC MAIN commitmail json YAML

Changes 1.47.2:
* Update Esperanto translation
* Add Chinese (simplified) translation

(adam)

2015-10-11 08:44:01 UTC MAIN commitmail json YAML

2015-10-11 08:15:32 UTC MAIN commitmail json YAML

Removed redundancy from the patch file checker's data structures

(rillig)

2015-10-11 08:04:05 UTC MAIN commitmail json YAML

Made checking of patch files a little faster

The transition table is using a two-stage lookup now. The redundancy of the
data structure will be removed in a follow-up commit.

(rillig)

2015-10-11 07:27:13 UTC MAIN commitmail json YAML

Fixed warning for using github.com in MASTER_SITES.

(rillig)

2015-10-11 07:03:05 UTC MAIN commitmail json YAML

2015-10-11 07:02:39 UTC MAIN commitmail json YAML

Update to 6.0

Changelog:
All platforms:

MAJOR CHANGE:  All platforms now use a uniform graphical user
interface, based on the wxWidgets library.  A very simple editor
is part of the package, no more external editor.  This GUI is,
so far, rather primitive, but provides a framework that should
allow for many improvements relatively soon.  There is a single
Logo window that can be in fullscreen, splitscreen, or textscreen
mode, like traditional Logo versions.

INCOMPATIBLE CHANGE:  RGB color lists, as used by PALETTE,
SETPALETTE, etc., now take integer or non-integer values between
0 and 100 rather than integers between 0 and 65535.  I don't like
incompatible changes, but having now actually tried teaching kids
with Berkeley Logo, I've learned that they have trouble understanding
the old system; their colors all come out near-black.

New commands PRINTPICT and PRINTTEXT to print the graphics and
text screens, respectively.  If called with an argument (in
parentheses), they print preview instead. (wxWidgets only)

New commands INCREASEFONT and DECREASEFONT to make the text window
font one size bigger or smaller, SETTEXTSIZE to set the absolute
size, SETLABELHEIGHT to adjust graphics-window text size, and
SETFONT to set the font name for all windows.  (wxWidgets only)

SETTEXTCOLOR (SETTC) command, formerly just in DOS version, works
on all platforms.  It takes two color number or RGB lists as inputs,
first the text color, then the text background color. (wxWidgets only)

New command FILLED takes two arguments, a color and an instruction
list.  The instructions should draw a simple closed curve (but if
not closed, FILLED will add a turtle move back to the starting
point).  The instructions are carried out, and then the area
enclosed by the curve is filled using the given color, regardless
of other lines that might intersect that area.  (wxWidgets only)

Special variable BUTTONACT, if defined and nonempty, is an instruction
list to be run when the user presses a mouse button.  Special variable
KEYACT, if ditto, is to be run when the user presses a key on the
keyboard.  It is the responsibility of the user code to handle the
problem of a second mouse/keypress during the running of these
instructions.  New operation CLICKPOS outputs the position of the
mouse at the moment when the mouse button was pressed.  BUTTON
outputs which button was most recently pressed, or zero if no button
was pressed since the last call to BUTTON.  (BUTTONP still reflects
the actual current button status.)  (wxWidgets only)

The workspace management procedures (PO, TEXT, HELP, etc.) look
in the library before deciding whether the name you give exists
as a procedure or not, just the way running the procedure does.
This is an incompatible change!

The procedure formerly named BACKSLASHEDP or BACKSLASHED? is now
called VBARREDP or VBARRED?, to reflect a longstanding change in
its meaning.  The old names are retained in the Logo library for
backward compatibility.

A command line argument consisting of just a hyphen means that all
following command line arguments should be collected in a list,
instead of taken as filenames to load.  The list can be seen in
the buried variable :COMMAND.LINE

Logo looks in its library directory (e.g., /usr/local/lib/logo/logolib)
for a file startup.lg, and runs it if found, before looking in the
user's current directory for startup.lg and running that.

A vertical bar that comes after a semicolon doesn't require a
matching vertical bar to end the line.

Fixed a garbage collector bug (although I don't know why it was
a bug, alas).

The buffer for saving pictures (for SAVEPICT and EPSPICT and for
restoring the graphics window after it's hidden) has no size limit.

INVOKE is a macro, so (INVOKE [IF ? < 0 [OUTPUT "NEGATIVE]] :X)
will output from the caller, rather than from INVOKE.

Improved error message "Runlist %s has more than one expression"
for the case of a macro seen where an expression (that outputs a
value) is needed: PRINT RUN [PRINT "A PRINT "B].

One-pixel moves from drawing turtle aren't saved in SAVEPICT buffer.

(1 2 3) gives error message instead of blowing up.

PRINT [~] (bracket after tilde) works (no line continuation).

The check for END inside a multi-line instruction is correctly
internationalized.

APPLY [[][]] [] no longer crashes.

APPLY copies the arg list, so the original list can't be modified
by changes to the inputs (e.g., after an error).

Better error message (don't know how) for too much inside parens
and also the first one isn't a procedure name.

Better error message for STOP or OUTPUT during a PAUSE.

Fixed bug crashing backquote (`) in case of `[[,[...] ...]]

Fixed bug giving "out of bounds" message for line just on screen edge.

Fixed bug that ignored TEST outside of a procedure.

Turtle is invisible during drawing (to speed it up).

(ryoon)

2015-10-11 07:00:19 UTC MAIN commitmail json YAML

drop Darwin from list of supported platforms -- doesn't build

(tnn)

2015-10-11 05:20:57 UTC MAIN commitmail json YAML

Remove samba 4

(ryoon)

2015-10-11 05:18:49 UTC MAIN commitmail json YAML

bin86-0.16.21

(ryoon)

2015-10-11 04:00:14 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.23.03

(mef)

2015-10-11 03:59:56 UTC MAIN commitmail json YAML

(pkgsrc)
- Add comments to patches picked from cvs log
- Update HOMEPAGE and MASTER_SITES (to SF)
- (move LICENSE= line to the second paragraph)

(upstream)
- Update 3.22.13 to 3.23.03
----------------------------
=Version 3.23.03=
2015-09-28  David Freese  <iam_w1hkj@w1hkj.com>
c3b610b: FSQ trigger bug

=Version 3.23.02=
0424764: fsq cqcqcq
198c5a0: fsq sounder/heard-aging
dbb169b: FSQ directive
d47b1e3: rigcat delayed startup
e6ebe70: OS-X serial

2015-09-23  Kamal Mostafa  <kamal@whence.com>
f75b92a: asciidoc timezone

=Version 3.23.01=
2015-09-22  David Freese  <iam_w1hkj@w1hkj.com>
8ad0a8b: WX configure
0caa5ea: PA debug
838e112: WFALL-ONLY
f472a17: Logbook read
7cb4c66: ifkp avatar depth
ea18942: IFKP image slant

=Version 3.23.00=
f78aa38: Clear Tx Panel
cbff7c3: Olivia/Contestia start stop tones
37175e2: macro bug
3d6e0b9: FSQ updates
ed3b09d: ifkp modem
c82de8e: MXE update
7b42e01: Macros
0606d1a: Doxygen help
d4b6308: QSO rec
2df24b8: MS Read logbook
30ad2a9: WEFAX hang on INFO
6704797: Nu opBW combos
db69617: LSB modes

(mef)

2015-10-11 02:59:18 UTC MAIN commitmail json YAML

Updated ham/trustedQSL to 2.1.2

(mef)

2015-10-11 02:59:07 UTC MAIN commitmail json YAML

(pkgsrc)
  - (patch-openssl__cert.cpp)
    Add patch to define MAX_PATH macro
  - Unable to package with x11/wxGTK30 yet
(upstream)
- Udate 2.0.3 to 2.1.2
-----------
TQSL-2.1.2
The following links are pointers to TrustedQSL (TQSL) V2.1.2, which is
a bug fix for the official TQSL 2.1 release.
  Release Notes TrustedQSL-2-1-release.pdf
  http://www.rickmurphy.net/lotw/TrustedQSL-2-1-release.pdf

(mef)

2015-10-11 01:17:20 UTC MAIN commitmail json YAML

Added cross/arm-none-eabi-binutils version 2.25.1
Added cross/arm-none-eabi-gcc5 version 5.2.0
Added cross/arm-none-eabi-gdb version 7.10

(ryoon)

2015-10-11 01:16:29 UTC MAIN commitmail json YAML

Add arm-none-eabi-*

(ryoon)

2015-10-11 01:15:19 UTC MAIN commitmail json YAML

2015-10-11 01:14:56 UTC MAIN commitmail json YAML

2015-10-11 01:14:27 UTC MAIN commitmail json YAML

2015-10-11 01:11:32 UTC MAIN commitmail json YAML

Added cross/objconv version 2.39

(ryoon)

2015-10-11 01:11:06 UTC MAIN commitmail json YAML

2015-10-11 01:10:22 UTC MAIN commitmail json YAML

Import objconv-2.39 as cross/objconv.

Object file converter

This utility can be used for converting object files between COFF/PE,
OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms.
Can modify symbol names in object files. Can build, modify and
convert function libraries across platforms. Can dump object files
and executable files. Also includes a very good disassembler
supporting the SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights
Corner instruction sets. Source code included (GPL).

(ryoon)

2015-10-11 00:54:08 UTC MAIN commitmail json YAML

2015-10-11 00:53:25 UTC MAIN commitmail json YAML

Added emulators/8086tiny version 1.25

(ryoon)

2015-10-11 00:52:23 UTC MAIN commitmail json YAML

Import 8086tiny-1.25 as emulators/8086tiny.

8086tiny is a free, open source PC XT-compatible emulator/virtual
machine written in C. It is, we believe, the smallest of its kind
(the fully-commented source is around 28K). Despite its size,
8086tiny provides a highly accurate 8086 CPU emulation, together
with support for PC peripherals including XT-style keyboard,
floppy/hard disk, clock, timers, audio, and Hercules/CGA graphics.
8086tiny is powerful enough to run software like AutoCAD, Windows
3.0, and legacy PC games: the 8086tiny distribution includes Alley
Cat, the author's favorite PC game of all time.

8086tiny is highly portable and runs on practically any little
endian machine, from simple 32-bit MCUs upwards. 8086tiny has
successfully been deployed on 32-bit/64-bit Intel machines (Windows,
Mac OS X and Linux), Nexus 4/ARM (Android), iPad 3 and iPhone 5S
(iOS), and Raspberry Pi (Linux).

The philosophy of 8086tiny is to keep the code base as small as
possible, and through the open source license and repository on
GitHub encourage individual developers to tune and extend it as
per their specific requirements, adding support, for example, for
more complex instruction sets (e.g. Pentium) or peripherals (e.g.
mouse). Any questions, comments or suggestions are very welcome in
our forum.

(ryoon)

2015-10-11 00:38:05 UTC MAIN commitmail json YAML

oops, I bumped bootstrap-mk-files on 20150908 and forgot to commit the
CHANGES entry. do it now, better late than never.

(dholland)

2015-10-11 00:19:33 UTC MAIN commitmail json YAML

2015-10-10 20:10:33 UTC MAIN commitmail json YAML

2015-10-10 20:09:17 UTC MAIN commitmail json YAML

adjust for openbsd-input-ws -> xf86-input-ws rename

(tnn)

2015-10-10 20:08:08 UTC MAIN commitmail json YAML

Operating systems with wscons(4) can use xf86-input-ws. Bump rev.

(tnn)

2015-10-10 20:05:12 UTC MAIN commitmail json YAML

2015-10-10 20:02:53 UTC MAIN commitmail json YAML

Re-import x11/openbsd-input-ws as x11/xf86-input-ws and update to 1.3.0.

>From OpenBSD xenocara HEAD. No distfile, so manually tared up and dropped
in MASTER_SITE_LOCAL.

(tnn)

2015-10-10 17:05:17 UTC MAIN commitmail json YAML

revert accidental ssp fix waiting on joerg@

(richard)

2015-10-10 17:03:02 UTC MAIN commitmail json YAML

2015-10-10 15:17:17 UTC MAIN commitmail json YAML

Update MASTER_SITE_OSDN server names.

(ryoon)

2015-10-10 13:57:27 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.550

(ryoon)

2015-10-10 13:56:50 UTC MAIN commitmail json YAML

Update to 0.550

Status:
Unadjusted glyphs (characters; 1st pass): Uninode 8691-8b95
Unadjusted glyphs (Bushu; 1st pass): Mushi, Koromo, Gonben

(ryoon)

2015-10-10 13:28:20 UTC MAIN commitmail json YAML

Updated filesystems/glustefs to 3.7.5

(manu)

2015-10-10 13:25:09 UTC MAIN commitmail json YAML

2015-10-10 13:13:45 UTC MAIN commitmail json YAML

Append to PKG_FAIL_REASON rather than setting it so we don't overwrite other
potentially more useful failure messages.

(jperkin)

2015-10-10 13:12:50 UTC MAIN commitmail json YAML

Set PKG_FAIL_REASON with a useful failure message if we cannot find an SDK.

(jperkin)

2015-10-10 12:26:10 UTC MAIN commitmail json YAML

Changes 9.3.10:
Two security issues have been fixed in this release which affect users of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service.

CVE-2015-5288: The crypt() function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed.

(adam)

2015-10-10 11:55:19 UTC MAIN commitmail json YAML

Changes 9.18:
A substantial revision of the build system and GhostPDL directory structure, meaning the GhostPCL and GhostXPS "products" are now built by the Ghostscript build system "proper" rather than having their own builds which called the Ghostscript build system for certain parts of the builds.

Ghostscript-only users should not be affected by this change.

For users of the PCL and XPS interpreters (collectively downloaded as "GhostPDL") there is a new, "flatter" directory structure and only one configure and one make invocation to build all the products. There are also some executable default name changes to bring the PCL and XPS binaries in line with the Ghostscript ones. All executables now end up in the "bin" directory (or build specific variant thereof, e.g. "debugbin"). The PCL executable, by default, is now "gpcl6" on Unix like systems and "gpcl6win??.exe" (where "??" is either "32" or "64"). The XPS executable remains "gxps" on Unix-like systems, but similarly becomes "gxpswin??.exe" on Windows.

Those using scripts or other automated processes will need to take steps to cope with these changes.

A new method of internally inserting devices into the device chain has been developed, named "device subclassing". This allows suitably written devices to be more easily and consistently as "filter" devices.

The first fruit of this is a new implementation of the "-dFirstPage"/"-dLastPage" feature which functions a device filter in the Ghostscript graphics library, meaning it works consistently with all input languages.

The "ghostpdl.inf" file, provided to simplify installing a Postscript printer configure to produce output to suit Ghostscript's "pdfwrite" device is now available as a digitally signed version: "ghostpdl.cat".
Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

(adam)

2015-10-10 10:53:20 UTC MAIN commitmail json YAML

2015-10-10 10:52:19 UTC MAIN commitmail json YAML

Removed sysutils/storage-manager

(joerg)

2015-10-10 10:22:20 UTC MAIN commitmail json YAML

Changes 9.4.5:
Two security issues have been fixed in this release which affect users of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary user input can crash the PostgreSQL server and cause a denial of service.

CVE-2015-5288: The crypt() function included with the optional pgCrypto extension could be exploited to read a few additional bytes of memory. No working exploit for this issue has been developed.

(adam)

2015-10-10 10:02:55 UTC MAIN commitmail json YAML

2015-10-10 02:03:35 UTC MAIN commitmail json YAML

Updated devel/ruby-redmine to 3.1.1

(ryoon)

2015-10-10 02:03:04 UTC MAIN commitmail json YAML

Update to 3.1.1

Changhelog:
== 2015-09-20 v3.1.1

* Feature #11253: Total time spent from subtasks on the issue list
* Feature #20688: Add Total estimated hours column on issue list
* Feature #20738: Upgrade Rails 4.2.4
* Defect #19577: Open redirect vulnerability
* Defect #20761: Fix typo of Japanese translation for notice_gantt_chart_truncated
* Defect #20427: Cannot create a custom query visibility is "to these roles only"
* Defect #20454: Mail handler: unwanted assignment to a group occurs
* Defect #20278: Wrong syntax for resizing inline images will throw a 500 error
* Defect #20401: "Spent time" panel: columns not wrapping
* Defect #20407: Monospace font-family values are differ between application.css and scm.css
* Defect #20456: 3.1-stable/3.1.0: missing commits (omitted from being merged from trunk)
* Defect #20466: Broken email notification layout in Outlook
* Defect #20490: WARNING: Can't mass-assign protected attributes for User
* Defect #20633: Help cursor showing up since r14154
* Patch #20293: Russian translation for 2.6-stable
* Patch #20294: Russian translation for 2.6-stable
* Patch #20408: Turkish translation for 2.6-stable
* Patch #20557: Czech translation for 2.6-stable
* Patch #20735: Markdown: Upgrade redcarpet gem to 3.3 (ruby 1.9 and higher)
* Patch #20745: Portuguese translation for 2.6-stable
* Patch #20512: Project.copy_from deletes enabled_modules on source
* Patch #20737: Czech translation for 3.0-stable
* Patch #20746: Portuguese translation for 3.0-stable
* Patch #20243: Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods
* Patch #20410: Turkish translation for 3.1-stable
* Patch #20452: Czech localisation update
* Patch #20731: Change Japanese translation for "spent time"
* Patch #20747: Portuguese translation for 3.1-stable

(ryoon)

2015-10-10 01:58:23 UTC MAIN commitmail json YAML

2015-10-10 01:55:28 UTC MAIN commitmail json YAML

2015-10-09 23:16:35 UTC MAIN commitmail json YAML

Updated textproc/icu to 56.1

(ryoon)

2015-10-09 23:15:34 UTC MAIN commitmail json YAML

Update to 56.1

Changelog:
Release Overview
The features for this release include support of CLDR 28 and Unicode 8.0.

For more details, including migration issues, see below.
Common Changes

    CLDR 28: For details of the many changes in CLDR, see CLDR 28.
    Unicode data updated to Unicode 8.0: 41 new emoji characters, 5,771 new ideographs for Chinese/Japanese/Korean, 6 new scripts, improved character properties data, etc.
    ICU data size reduced by about 7.2% (1.8MB) via sharing string values across resource bundles. [#11537]
    DateIntervalFormat now handles intervals with seconds, and sets FieldPosition more consistently. [#11706, #11726]
    DateFormat::createInstanceForSkeleton() caches DateFormat patterns rather than DateTimePatternGenerator instances, for better performance (for cache hits) and lower heap memory consumption. [#11780]
    StringSearch (based on collation) defaults to matches on normalization boundaries rather than grapheme cluster boundaries, which yields more matches on Indic text. [#11750]
    RuleBasedNumberFormat (spelled-out numbers) now handles rounding (Java only), infinity, NaN. [#11653, #11760, #8223]
    Most of the old Normalizer/unorm.h had been replaced by (and reimplemented via) Normalizer2, and is now deprecated. [#7303]
    COLON has been withdrawn as a date pattern character corresponding to the date field [UDAT_]TIME_SEPARATOR_FIELD; there is currently no pattern character corresponding to that field. [#11773]
    Support for locale key "cf" to specify currency format style, and interaction with NumberFormat values for UNumberFormatStyle: [#11787]
        For NumberFormat style UNUM_CURRENCY / CURRENCYSTYLE, the default is "standard" currency style (typically using minus sign for negative numbers), but the new locale key "cf" may be used with values "standard" or "account" to specify currency format style ("account" indicates accounting style, often using parentheses for negative numbers).
        For other NumberFormat styles, the locale key "cf" is ignored (they override the locale preference):
            UNUM_CURRENCY_ISO / ISOCURRENCYSTYLE
            UNUM_CURRENCY_PLURAL / PLURALCURRENCYSTYLE
            UNUM_CURRENCY_ACCOUNTING / ACCOUNTINGCURRENCYSTYLE
            UNUM_CASH_CURRENCY / CASHCURRENCYSTYLE
        A new NumberFormat style is availble to explicitly specify standard style, ignoring the  the locale key "cf"
            UNUM_CURRENCY_STANDARD / STANDARDCURRENCYSTYLE

ICU4C Specific Changes

    C API support for CompactDecimalFormat via UNumberFormatStyle additions: UNUM_DECIMAL_COMPACT_SHORT, UNUM_DECIMAL_COMPACT_LONG [#11693]
    Larger UnicodeString object stores more characters inside the object without heap allocation; the UnicodeString object size is now build-time-configurable. [#11551]
        On 64-bit machines, increase from object size 40 bytes with 15 internal UChars to a new default of 64 bytes with 27 UChars.
    Some C++ classes now have swap() and moveFrom() methods, and support C++11 move semantics on compilers that support them. [#10086]
        UnicodeString, LocalPointer, LocalArray
    DecimalFormat code refactored to fix bugs, improve maintainability, and improve performance. [#10458]
    New FilteredBreakIterator suppresses certain segment boundaries. For example, it can suppress the sentence boundary in the middle of "Mr. Smith". [#11248]
    The internal, shared cache has been changed from unbounded to bounded. [#11767]
    For [U]BreakIterator with type UBRK_SENTENCE, the locale key "ss" can now be used with value "standard" to specify that standard sentence break suppression data should be used, or with value "none" to indicate that no break suppression data should be used (the default). [#11770]
    Collator: first-time startup time improved 20% due to precalculated unsafe-backward table [#11886]
    A number of memory leaks and buffer overruns have been fixed based on static code analysis, mostly in data build tools

(ryoon)

2015-10-09 22:33:13 UTC MAIN commitmail json YAML

2015-10-09 17:27:10 UTC MAIN commitmail json YAML

Correction to the previous: we must use ${GREP} -E, there's no ${EGREP} here.

(he)

2015-10-09 14:01:57 UTC MAIN commitmail json YAML

Added devel/libzookeeper version 3.4.6

(fhajny)

2015-10-09 14:01:39 UTC MAIN commitmail json YAML

Added devel/zookeeper version 3.4.6

(fhajny)

2015-10-09 14:01:23 UTC MAIN commitmail json YAML

Add devel/zookeeper and devel/libzookeeper

(fhajny)

2015-10-09 13:59:57 UTC MAIN commitmail json YAML

2015-10-09 12:28:48 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.14

(szptvlfn)

2015-10-09 12:28:25 UTC MAIN commitmail json YAML

Update to 2.14

ChangeLog:
Sun, 04 Oct 2015 10:01:20 +0200

* Release v2.14
    * Add --xinerama-index option for background setting
      (patch by James Knight)
    * When removing the last image in slidsehow mode, stay on the last
      (previously second-to-last) image (patch by Lior Shiponi)
    * Allow --sort and --randomize to override each other (most recently
      specified option wins) instead of always preferring --sort
    * Thumbnail mode: Mark image as processed when executing an action
      (--action) by clicking on an image
    * It is now possible to override feh's idea of the active xinerama screen
      using the --xinerama-index option
    * Remove (undocumented) feature allowing to override feh's idea of the
      active xinerama screen by setting the XINERAMA_SCREEN environment
      variable

(szptvlfn)

2015-10-09 12:03:32 UTC MAIN commitmail json YAML

Updated devel/ccache to 3.2.4

(adam)

2015-10-09 12:02:20 UTC MAIN commitmail json YAML

Changes 3.2.4:
Fixed build error related to zlib on systems with older make versions (regression in ccache 3.2.3).
Made conversion-to-bool explicit to avoid build warnings (and potential runtime errors) on legacy systems.
Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit before exiting; die appropriately.
Minor fixes related to Windows support.
The correct compression level is now used if compression is requested.
Fixed a bug where cache cleanup could be run too early for caches larger than 64 GiB on 32-bit systems.

(adam)

2015-10-09 11:44:48 UTC MAIN commitmail json YAML

Force the "linux-elf" Configure target for Linux 32-bit, fixes the build when
running with ABI=32 on a 64-bit native host.

(jperkin)

2015-10-09 11:27:23 UTC MAIN commitmail json YAML

Skip shlibs check for libgcj_bc.so, a "fake" library used at link time
only.  Fixes build on Linux.

(jperkin)

2015-10-08 21:09:53 UTC MAIN commitmail json YAML

Extend the pattern matching the -v output from pcc.

(he)

2015-10-08 19:19:46 UTC MAIN commitmail json YAML

Updated www/py-django to 1.8.5

(adam)

2015-10-08 18:16:31 UTC MAIN commitmail json YAML

accidental ommission of a suppressed line

(richard)

2015-10-08 17:46:17 UTC MAIN commitmail json YAML

Updated graphics/opencv to 3.0.0

(fhajny)

2015-10-08 17:45:59 UTC MAIN commitmail json YAML

Update graphics/opencv to 3.0.0.

Major changes (besides bugfixes):
- opencv_contrib (http://github.com/itseez/opencv_contrib) repository
  has been added.
- a subset of Intel IPP (IPPCV) is given to us and our users free
  of charge, free of licensing fees, for commercial and non-commerical
  use.
- T-API (transparent API) has been introduced, this is transparent GPU
  acceleration layer using OpenCL. It does not add any compile-time or
  runtime dependency of OpenCL. When OpenCL is available, it's detected
  and used, but it can be disabled at compile time or at runtime.
- ~40 OpenCV functions have been accelerated using NEON intrinsics and
  because these are mostly basic functions, some higher-level functions
  got accelerated as well.
- There is also new OpenCV HAL layer that will simplifies creation
  of NEON-optimized code and that should form a base for the open-source
  and proprietary OpenCV accelerators.
- The documentation is now in Doxygen: http://docs.opencv.org/master/
- We cleaned up API of many high-level algorithms from features2d, calib3d,
  objdetect etc. They now follow the uniform "abstract interface - hidden
  implementation" pattern and make extensive use of smart pointers (Ptr<>).
- Greatly improved and extended Python & Java bindings (also, see below on
  the Python bindings), newly introduced Matlab bindings
- Improved Android support - now OpenCV Manager is in Java and supports
  both 2.4 and 3.0.
- Greatly improved WinRT support, including video capturing and
  multi-threading capabilities. Thanks for Microsoft team for this!
- Big thanks to Google who funded several successive GSoC programs and
  let OpenCV in. The results of many successful GSoC 2013 and 2014 projects
  have been integrated in opencv 3.0 and opencv_contrib (earlier results
  are also available in OpenCV 2.4.x). We can name:
  - text detection
  - many computational photography algorithms (HDR, inpainting, edge-aware
    filters, superpixels,...)
  - tracking and optical flow algorithms
  - new features, including line descriptors, KAZE/AKAZE
  - general use optimization (hill climbing, linear programming)
  - greatly improved Python support, including Python 3.0 support, many new
    tutorials & samples on how to use OpenCV with Python.
  - 2d shape matching module and 3d surface matching module
  - RGB-D module
  - VTK-based 3D visualization module

For full changelog see:

  http://code.opencv.org/projects/opencv/wiki/ChangeLog

For 2.4 to 3.0 transition, see the transition guide:

  http://docs.opencv.org/master/db/dfa/tutorial_transition_guide.html

(fhajny)

2015-10-08 17:17:23 UTC MAIN commitmail json YAML

Quick workaround for groff tools issue per joerg@
Still needs, as many tools, TLC to simplify tools.*.mk as well as adding
a builtin check.

(richard)

2015-10-08 14:32:09 UTC MAIN commitmail json YAML

2015-10-08 14:08:46 UTC MAIN commitmail json YAML

Note update of mail/pear-Mail_Mime package to 1.10.0.

(taca)

2015-10-08 14:08:11 UTC MAIN commitmail json YAML

Update pear-Mail_Mime to 1.10.0.

Release date: 2015-09-13 13:48 UTC
Release state: stable

Changelog:

* Add possibility to add externally created Mail_mimePart objects as
  attachments [alec]
* Add possibility to set preamble text for multipart messages [alec]

(taca)

2015-10-08 14:06:41 UTC MAIN commitmail json YAML

Note update of net/ruby-stompserver package to 1.0.0nb2.

(taca)

2015-10-08 14:05:55 UTC MAIN commitmail json YAML

Remove .gemtest from PLIST since it is not generated by rake with newer
version of hoe.

Bump PKGREVISION.

(taca)

2015-10-08 13:35:39 UTC MAIN commitmail json YAML

Add options.mk to properly select, detect and link in LDAP support.
Bump PKGREVISION as this removes dirmngr_ldap from default PLIST.

(fhajny)

2015-10-08 12:59:23 UTC MAIN commitmail json YAML

Updated databases/py-peewee to 2.6.4

(fhajny)

2015-10-08 12:59:13 UTC MAIN commitmail json YAML

Update databases/py-peewee to 2.6.4.

Bugs fixed
- fixed a bug with the Cython speedups not being included
  in package.
- documented how to create models with no primary key.
- allow bare INSERT statements.
- regarding foreign key / one-to-one relationships.
- allow ArrayField to accept tuples in addition to lists.
- fix regarding unsaved relations.
- refactored QueryResultWrapper to allow multiple independent
  iterations over the same underlying result cache.
- fix bug with multiple joins to same table + eager loading.
- fix bug when connection fails while using an execution context.
- use correct column names with non-standard django foreign keys.
- return datetime.time instead of timedelta for MySQL time fields.
- fixed SQLite migrator regular expressions. Thanks @sroebert.

New features
- added support for RETURNING clauses. Update, Insert and Delete
  queries can now be called with RETURNING to retrieve the rows
  that were affected.
- added web request hook docs.
- allowed arbitrary model attributes and methods to be serialized
  by model_to_dict(). Docs.
- allow model_to_dict() to introspect query for which fields
  to serialize.
- Added backend-agnostic truncate_date() implementation.
- Added a FixedCharField which uses column type CHAR.
- Added support for arbitrary PRAGMA statements to be run on new
  SQLite connections. Docs.
- Removed berkeley_build.sh script. See instructions on my blog
  instead.

(fhajny)

2015-10-08 12:49:25 UTC MAIN commitmail json YAML

Updated sysutils/rsyslog* to 8.13.0

(fhajny)

2015-10-08 12:46:08 UTC MAIN commitmail json YAML

Update sysutils/rsyslog to 8.13.0.

Version 8.13.0 [v8-stable] 2015-09-22

- ZeroMQ enhancements:
  - Added the ability to set a static publishing topic per action as an
    alternative to constructing topics with templates
  - ZMQ_PUB socket now defaults to bind and ZMQ_SUB socket now defaults to
    connect
- Redis enhancements:
  - Can now LPUSH to a Redis list in "queue" mode
  - Can now PUBLISH to a Redis channel in "publish" mode
- build requirement for rsyslog/mmnormalize is now liblognorm 1.1.2 or above
- mmnormalize: liblognorm error messages are now emitted via regular
  rsyslog error reporting mechanism (aka "are now logged")
- add support for TCP client side keep-alives
- bugfix: imtcp/TLS hangs on dropped packets
- bugfix testbench: some tests using imptcp are run if module is disabled
- bugfix omkafka: Fixes a bug not accepting new messages anymore.
- bugfix: Parallel build issue "cannot find ../runtime/.libs/librsyslog.a:
    No such file or directory" (#479) fixed.
- bugfix: Added missing mmpstructdata testfiles into makefile.
- bugfix: Reverted FIX for issue #392 as it had unexpected side effects.
- The new fix duplicates the Listener object for static files (like
  done for dynamic files already), resolving issue #392 and #490.
- bugfix: issues in queue subsystem if syncqueuefiles was enabled
  - Error 14 was generated on the .qi file directory handle.
    As the .qi filestream does not have a directory set, fsync
    was called on an empty directory causing a error 14 in debug log.
  - When queue files existed on startup, the bSyncQueueFiles
    strm property was not set to 1. This is now done in the
    qqueueLoadPersStrmInfoFixup function.
- bugfix/testbench: tcpflood tool could abort when random data was added
- rscryutil: Added support to decrypt a not closed log file.

(fhajny)

2015-10-08 12:20:45 UTC MAIN commitmail json YAML

Requires msgfmt. Fixes build on at least SunOS.

(fhajny)

2015-10-08 11:36:00 UTC MAIN commitmail json YAML

OSX El Capitan has an interesting file system bug which allows a deep
directory hierarchy to be created but not removed.  This is triggered by
the GNU getcwd-path-max.m4 configure test used in lots of GNU software,
and causes the builds to fail in pbulk as 'make clean' cannot complete.

For now we provide a cached result for the test to avoid running it,
using a 'no' value as the test is for a specific glibc bug.

This bug has been brought to Apple's attention by the NixOS developers,
raised as https://openradar.appspot.com/radar?id=6160634819379200.  For
now we mark only 10.11.0 (15.0.0) as having the bug - it remains to be
seen whether Apple will fix it in the upcoming .1 release.

(jperkin)

2015-10-08 10:08:03 UTC MAIN commitmail json YAML

2015-10-08 10:07:10 UTC MAIN commitmail json YAML

Check current file descriptor limit and raise if required rather than
blindly setting to 4096 (which may in fact be lower than current limit).
Bump PKGREVISION

(sborrill)

2015-10-08 09:47:33 UTC MAIN commitmail json YAML

Honour chronyd in rc.conf. Prior to this, chronyd would run regardless and
could not be disabled.
Bump PKGREVISION

(sborrill)

2015-10-08 07:58:17 UTC MAIN commitmail json YAML

Changes 1.8.5:
Made the development server���s autoreload more robust.
Fixed AssertionError in some delete queries with a model containing a field that is both a foreign and primary key.
Fixed AssertionError in some complex queries.
Fixed a migrations crash with GenericForeignKey.
Made translation.override() clear the overridden language when a translation isn���t initially active.
Fixed crash when using a value in ModelAdmin.list_display that clashed with a reverse field on the model.
Fixed autocompletion for options of non-argparse management commands.
Alphabetized ordering of imports in from django.db import migrations, models statement in newly created migrations.
Fixed migrations crash on MySQL when adding a text or a blob field with an unhashable default.
Changed Count queries to execute COUNT(*) instead of COUNT('*') as versions of Django before 1.8 did. This may fix a performance regression on some databases.
Fixed custom queryset chaining with values() and values_list().
Moved the unsaved model instance assignment data loss check on reverse relations to Model.save().
Readded inline foreign keys to form instances when validating model formsets.
Allowed using ORM write methods after disabling autocommit with set_autocommit(False).
Fixed the manage.py test --keepdb option on Oracle.
Fixed incorrect queries with multiple many-to-many fields on a model with the same ���to��� model and with related_name set to ���+���.
Fixed pickling a SimpleLazyObject wrapping a mode

(adam)

2015-10-08 01:03:06 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8nb1

(leot)

2015-10-08 01:02:42 UTC MAIN commitmail json YAML

2015-10-08 00:14:17 UTC pkgsrc-2015Q3 commitmail json YAML

2015-10-08 00:12:56 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4835 - requested by leot
www/webkit-gtk: build fix

Revisions pulled up:
- www/webkit-gtk/Makefile                                      1.99
- www/webkit-gtk/hacks.mk                                      1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Mon Oct  5 16:25:30 UTC 2015

  Modified Files:
  pkgsrc/www/webkit-gtk: Makefile
  Added Files:
  pkgsrc/www/webkit-gtk: hacks.mk

  Log Message:
  Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with
  - -march=i586 in order to avoid on i386 the "-latomic" flag when linking
  libwebkit2gtk-4.0.so.

  Bump PKGREVISION.

  Thanks joerg@, jperkin@ and tnn@ for various suggestions.

  To generate a diff of this commit:
  cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/webkit-gtk/Makefile
  cvs rdiff -u -r0 -r1.1 pkgsrc/www/webkit-gtk/hacks.mk

(spz)

2015-10-07 23:21:51 UTC MAIN commitmail json YAML

Needs pkg-config.

(joerg)

2015-10-07 23:21:22 UTC MAIN commitmail json YAML

2015-10-07 23:21:07 UTC MAIN commitmail json YAML

2015-10-07 23:19:08 UTC MAIN commitmail json YAML

2015-10-07 23:16:58 UTC MAIN commitmail json YAML

Explicitly pull in limits.h, it sometimes hasn't been included yet.

(joerg)

2015-10-07 23:16:09 UTC MAIN commitmail json YAML

2015-10-07 23:14:47 UTC MAIN commitmail json YAML

2015-10-07 22:20:18 UTC MAIN commitmail json YAML

Removed www/php-sugarcrm

(ryoon)

2015-10-07 22:17:01 UTC MAIN commitmail json YAML

2015-10-07 19:08:06 UTC MAIN commitmail json YAML

Revert previous - apparently I want netbsd-www

(hubertf)

2015-10-07 18:43:34 UTC MAIN commitmail json YAML

Make sure xsltproc is pulled in (via libxslt) when installing from
a binary package, not only when building from source.
Needed to build stuff in htdocs on NetBSD-7/amd64 at least.

That's what you get from non-recursive dependency resolving...

Bump to version 1.4.

(hubertf)

2015-10-07 14:53:45 UTC MAIN commitmail json YAML

Updated databases/p5-Dancer-Plugin-DBIC to 0.2102

(wen)

2015-10-07 14:51:38 UTC MAIN commitmail json YAML

Update to 0.2102
Add missing DEPENDS

Upstream changes:
version 0.2102 at 2015-03-29 09:46:45 +0000
-------------------------------------------

  Change: 96eacfc5c44a2ac4c5f6ae5c4e8202c1e9f7c059
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-03-29 05:44:09 +0000

    this plugin is now a thin wrapper around DBICx::Sugar

    I created DBICx::Sugar to factor out the code duplication between
    Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC. Now this plugin is
    just a thin wrapper around DBICx::Sugar.

-------------------------------------------
version 0.2101 at 2015-02-14 02:52:24 +0000
-------------------------------------------

  Change: b4b29aa82925bc53370ae15aa66e897085c31db5
  Author: Naveed Massjouni <naveed@vt.edu>
  Date : 2015-02-13 21:52:24 +0000

    updated SQL::Translator version requirement to fix cpantesters
    failures

  Change: 2ee1a4bfad6362fad5907dfe85fb8d866835cef6
  Author: Naveed Massjouni <naveedm9@gmail.com>
  Date : 2015-01-12 01:16:15 +0000

    Merge pull request #17 from monsieurp/test-code-refactoring

    Test code refactoring

  Change: c2b09c695a711a336e753771926c01d4a53a4c31
  Author: Patrice Clement <monsieurp@gentoo.org>
  Date : 2015-01-11 19:48:35 +0000

    get rid of eval {} and make use of Test::Requires instead

  Change: 9270cfe02c06f1de469d6e19171c3e8d1ecb2f47
  Author: Patrice Clement <monsieurp@gentoo.org>
  Date : 2015-01-10 20:32:36 +0000

    test code refactoring and import tyding

(wen)

2015-10-07 14:46:43 UTC MAIN commitmail json YAML

Added databases/p5-DBICx-Sugar version 0.0001

(wen)

2015-10-07 14:45:23 UTC MAIN commitmail json YAML

add p5-DBICx-Sugar

(wen)

2015-10-07 14:43:36 UTC MAIN commitmail json YAML

Import DBICx-Sugar-0.0001 as databases/p5-DBICx-Sugar.

Just some syntax sugar for your DBIx::Class applications. This was originally
created to remove code duplication between Dancer::Plugin::DBIC and
Dancer2::Plugin::DBIC.

(wen)

2015-10-07 14:29:39 UTC MAIN commitmail json YAML

Added devel/p5-Test-Modern version 0.013

(wen)

2015-10-07 14:28:21 UTC MAIN commitmail json YAML

Add p5-Test-Modern

(wen)

2015-10-07 14:26:42 UTC MAIN commitmail json YAML

Import Test-Modern-0.013 as devel/p5-Test-Modern.

Test::Modern provides the best features of Test::More, Test::Fatal,
Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
Test::CleanNamespaces.

Test::Modern also automatically imposes strict and warnings on your script,
and loads IO::File. (Much of the same stuff Modern::Perl does.)

Although Test::Modern is a modern testing framework, it should run fine on
pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 and
above; and if you can persuade its dependencies to install (not necessarily
easy!), should be OK on anything back to Perl 5.6.1.

(wen)

2015-10-07 14:13:09 UTC MAIN commitmail json YAML

Added devel/p5-Test-API version 0.005

(wen)

2015-10-07 14:11:09 UTC MAIN commitmail json YAML

Add p5-Test-API

(wen)

2015-10-07 14:10:39 UTC MAIN commitmail json YAML

Update git packages to 2.6.1

(ryoon)

2015-10-07 14:09:10 UTC MAIN commitmail json YAML

Import Test-API-0.005 as devel/p5-Test-API.

This simple test module checks the subroutines provided by a module. This is
useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.

(wen)

2015-10-07 14:08:41 UTC MAIN commitmail json YAML

Update to 2.6.1

Changelog:
Git v2.6.1 Release Notes
========================

Fixes since v2.6
----------------

* xdiff code we use to generate diffs is not prepared to handle
  extremely large files.  It uses "int" in many places, which can
  overflow if we have a very large number of lines or even bytes in
  our input files, for example.  Cap the input size to soemwhere
  around 1GB for now.

* Some protocols (like git-remote-ext) can execute arbitrary code
  found in the URL.  The URLs that submodules use may come from
  arbitrary sources (e.g., .gitmodules files in a remote
  repository), and can hurt those who blindly enable recursive
  fetch.  Restrict the allowed protocols to well known and safe
  ones.

Git 2.6 Release Notes
=====================

Updates since v2.5
------------------

UI, Workflows & Features

* An asterisk as a substring (as opposed to the entirety) of a path
  component for both side of a refspec, e.g.
  "refs/heads/o*:refs/remotes/heads/i*", is now allowed.

* New userdiff pattern definition for fountain screenwriting markup
  format has been added.

* "git log" and friends learned a new "--date=format:..." option to
  format timestamps using system's strftime(3).

* "git fast-import" learned to respond to the get-mark command via
  its cat-blob-fd interface.

* "git rebase -i" learned "drop commit-object-name subject" command
  as another way to skip replaying of a commit.

* A new configuration variable can enable "--follow" automatically
  when "git log" is run with one pathspec argument.

* "git status" learned to show a more detailed information regarding
  the "rebase -i" session in progress.

* "git cat-file" learned "--batch-all-objects" option to enumerate all
  available objects in the repository more quickly than "rev-list
  --all --objects" (the output includes unreachable objects, though).

* "git fsck" learned to ignore errors on a set of known-to-be-bad
  objects, and also allows the warning levels of various kinds of
  non-critical breakages to be tweaked.

* "git rebase -i"'s list of todo is made configurable.

* "git send-email" now performs alias-expansion on names that are
  given via --cccmd, etc.

* An environment variable GIT_REPLACE_REF_BASE tells Git to look into
  refs hierarchy other than refs/replace/ for the object replacement
  data.

* Allow untracked cache (experimental) to be used when sparse
  checkout (experimental) is also in use.

* "git pull --rebase" has been taught to pay attention to
  rebase.autostash configuration.

* The command-line completion script (in contrib/) has been updated.

* A negative !ref entry in multi-value transfer.hideRefs
  configuration can be used to say "don't hide this one".

* After "git am" without "-3" stops, running "git am -3" pays attention
  to "-3" only for the patch that caused the original invocation
  to stop.

* When linked worktree is used, simultaneous "notes merge" instances
  for the same ref in refs/notes/* are prevented from stomping on
  each other.

* "git send-email" learned a new option --smtp-auth to limit the SMTP
  AUTH mechanisms to be used to a subset of what the system library
  supports.

* A new configuration variable http.sslVersion can be used to specify
  what specific version of SSL/TLS to use to make a connection.

* "git notes merge" can be told with "--strategy=<how>" option how to
  automatically handle conflicts; this can now be configured by
  setting notes.mergeStrategy configuration variable.

* "git log --cc" did not show any patch, even though most of the time
  the user meant "git log --cc -p -m" to see patch output for commits
  with a single parent, and combined diff for merge commits.  The
  command is taught to DWIM "--cc" (without "--raw" and other forms
  of output specification) to "--cc -p -m".

* "git config --list" output was hard to parse when values consist of
  multiple lines.  "--name-only" option is added to help this.

* A handful of usability & cosmetic fixes to gitk and l10n updates.

* A completely empty e-mail address <> is now allowed in the authors
  file used by git-svn, to match the way it accepts the output from
  authors-prog.

Performance, Internal Implementation, Development Support etc.

* In preparation for allowing different "backends" to store the refs
  in a way different from the traditional "one ref per file in
  $GIT_DIR or in a $GIT_DIR/packed-refs file" filesystem storage,
  direct filesystem access to ref-like things like CHERRY_PICK_HEAD
  from scripts and programs has been reduced.

* Computation of untracked status indicator by bash prompt
  script (in contrib/) has been optimized.

* Memory use reduction when commit-slab facility is used to annotate
  sparsely (which is not recommended in the first place).

* Clean up refs API and make "git clone" less intimate with the
  implementation detail.

* "git pull" was reimplemented in C.

* The packet tracing machinery allows to capture an incoming pack
  data to a file for debugging.

* Move machinery to parse human-readable scaled numbers like 1k, 4M,
  and 2G as an option parameter's value from pack-objects to
  parse-options API, to make it available to other codepaths.

* "git verify-tag" and "git verify-commit" have been taught to share
  more code, and then learned to optionally show the verification
  message from the underlying GPG implementation.

* Various enhancements around "git am" reading patches generated by
  foreign SCM have been made.

* Ref listing by "git branch -l" and "git tag -l" commands has
  started to be rebuilt, based on the for-each-ref machinery.

* The code to perform multi-tree merges has been taught to repopulate
  the cache-tree upon a successful merge into the index, so that
  subsequent "diff-index --cached" (hence "status") and "write-tree"
  (hence "commit") will go faster.

  The same logic in "git checkout" may now be removed, but that is a
  separate issue.

* Tests that assume how reflogs are represented on the filesystem too
  much have been corrected.

* "git am" has been rewritten in "C".

* git_path() and mkpath() are handy helper functions but it is easy
  to misuse, as the callers need to be careful to keep the number of
  active results below 4.  Their uses have been reduced.

* The "lockfile" API has been rebuilt on top of a new "tempfile" API.

* To prepare for allowing a different "ref" backend to be plugged in
  to the system, update_ref()/delete_ref() have been taught about
  ref-like things like MERGE_HEAD that are per-worktree (they will
  always be written to the filesystem inside $GIT_DIR).

* The gitmodules API that is accessed from the C code learned to
  cache stuff lazily.

Also contains various documentation updates and code clean-ups.

Fixes since v2.5
----------------

Unless otherwise noted, all the fixes since v2.5 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).

* "git subtree" (in contrib/) depended on "git log" output to be
  stable, which was a no-no.  Apply a workaround to force a
  particular date format.
  (merge e7aac44 da/subtree-date-confusion later to maint).

* An attempt to delete a ref by pushing into a repository whose HEAD
  symbolic reference points at an unborn branch that cannot be
  created due to ref D/F conflict (e.g. refs/heads/a/b exists, HEAD
  points at refs/heads/a) failed.
  (merge b112b14 jx/do-not-crash-receive-pack-wo-head later to maint).

* The low-level "git send-pack" did not honor 'user.signingkey'
  configuration variable when sending a signed-push.
  (merge d830d39 db/send-pack-user-signingkey later to maint).

* "sparse checkout" misbehaved for a path that is excluded from the
  checkout when switching between branches that differ at the path.
  (merge 7d78241 as/sparse-checkout-removal later to maint).

* An experimental "untracked cache" feature used uname(2) in a
  slightly unportable way.
  (merge 100e433 cb/uname-in-untracked later to maint).

* A "rebase" replays changes of the local branch on top of something
  else, as such they are placed in stage #3 and referred to as
  "theirs", while the changes in the new base, typically a foreign
  work, are placed in stage #2 and referred to as "ours".  Clarify
  the "checkout --ours/--theirs".
  (merge f303016 se/doc-checkout-ours-theirs later to maint).

* The "rev-parse --parseopt" mode parsed the option specification
  and the argument hint in a strange way to allow '=' and other
  special characters in the option name while forbidding them from
  the argument hint.  This made it impossible to define an option
  like "--pair <key>=<value>" with "pair=key=value" specification,
  which instead would have defined a "--pair=key <value>" option.
  (merge 2d893df ib/scripted-parse-opt-better-hint-string later to maint).

* Often a fast-import stream builds a new commit on top of the
  previous commit it built, and it often unconditionally emits a
  "from" command to specify the first parent, which can be omitted in
  such a case.  This caused fast-import to forget the tree of the
  previous commit and then re-read it from scratch, which was
  inefficient.  Optimize for this common case.
  (merge 0df3245 mh/fast-import-optimize-current-from later to maint).

* Running an aliased command from a subdirectory when the .git thing
  in the working tree is a gitfile pointing elsewhere did not work.
  (merge d95138e nd/export-worktree later to maint).

* "Is this subdirectory a separate repository that should not be
  touched?" check "git clean" was inefficient.  This was replaced
  with a more optimized check.
  (merge fbf2fec ee/clean-remove-dirs later to maint).

* The "new-worktree-mode" hack in "checkout" that was added in
  nd/multiple-work-trees topic has been removed by updating the
  implementation of new "worktree add".
  (merge 65f9b75 es/worktree-add-cleanup later to maint).

* Remove remaining cruft from  "git checkout --to", which
  transitioned to "git worktree add".
  (merge 114ff88 es/worktree-add later to maint).

* An off-by-one error made "git remote" to mishandle a remote with a
  single letter nickname.
  (merge bc598c3 mh/get-remote-group-fix later to maint).

* "git clone $URL", when cloning from a site whose sole purpose is to
  host a single repository (hence, no path after <scheme>://<site>/),
  tried to use the site name as the new repository name, but did not
  remove username or password when <site> part was of the form
  <user>@<pass>:<host>.  The code is taught to redact these.
  (merge adef956 ps/guess-repo-name-at-root later to maint).

* Running tests with the "-x" option to make them verbose had some
  unpleasant interactions with other features of the test suite.
  (merge 9b5fe78 jk/test-with-x later to maint).

* t1509 test that requires a dedicated VM environment had some
  bitrot, which has been corrected.
  (merge faacc5a ps/t1509-chroot-test-fixup later to maint).

* "git pull" in recent releases of Git has a regression in the code
  that allows custom path to the --upload-pack=<program>.  This has
  been corrected.

  Note that this is irrelevant for 'master' with "git pull" rewritten
  in C.
  (merge 13e0e28 mm/pull-upload-pack later to maint).

* When trying to see that an object does not exist, a state errno
  leaked from our "first try to open a packfile with O_NOATIME and
  then if it fails retry without it" logic on a system that refuses
  O_NOATIME.  This confused us and caused us to die, saying that the
  packfile is unreadable, when we should have just reported that the
  object does not exist in that packfile to the caller.
  (merge dff6f28 cb/open-noatime-clear-errno later to maint).

* The codepath to produce error messages had a hard-coded limit to
  the size of the message, primarily to avoid memory allocation while
  calling die().
  (merge f4c3edc jk/long-error-messages later to maint).

* strbuf_read() used to have one extra iteration (and an unnecessary
  strbuf_grow() of 8kB), which was eliminated.
  (merge 3ebbd00 jh/strbuf-read-use-read-in-full later to maint).

* We rewrote one of the build scripts in Perl but this reimplements
  in Bourne shell.
  (merge 57cee8a sg/help-group later to maint).

* The experimental untracked-cache feature were buggy when paths with
  a few levels of subdirectories are involved.
  (merge 73f9145 dt/untracked-subdir later to maint).

* "interpret-trailers" helper mistook a single-liner log message that
  has a colon as the end of existing trailer.

* The "interpret-trailers" helper mistook a multi-paragraph title of
  a commit log message with a colon in it as the end of the trailer
  block.
  (merge 5c99995 cc/trailers-corner-case-fix later to maint).

* "git describe" without argument defaulted to describe the HEAD
  commit, but "git describe --contains" didn't.  Arguably, in a
  repository used for active development, such defaulting would not
  be very useful as the tip of branch is typically not tagged, but it
  is better to be consistent.
  (merge 2bd0706 sg/describe-contains later to maint).

* The client side codepaths in "git push" have been cleaned up
  and the user can request to perform an optional "signed push",
  i.e. sign only when the other end accepts signed push.
  (merge 68c757f db/push-sign-if-asked later to maint).

* Because the configuration system does not allow "alias.0foo" and
  "pager.0foo" as the configuration key, the user cannot use '0foo'
  as a custom command name anyway, but "git 0foo" tried to look these
  keys up and emitted useless warnings before saying '0foo is not a
  git command'.  These warning messages have been squelched.
  (merge 9e9de18 jk/fix-alias-pager-config-key-warnings later to maint).

* "git rev-list" does not take "--notes" option, but did not complain
  when one is given.
  (merge 2aea7a5 jk/rev-list-has-no-notes later to maint).

* When re-priming the cache-tree opportunistically while committing
  the in-core index as-is, we mistakenly invalidated the in-core
  index too aggressively, causing the experimental split-index code
  to unnecessarily rewrite the on-disk index file(s).
  (merge 475a344 dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update later to maint).

* "git archive" did not use zip64 extension when creating an archive
  with more than 64k entries, which nobody should need, right ;-)?
  (merge 88329ca rs/archive-zip-many later to maint).

* The code in "multiple-worktree" support that attempted to recover
  from an inconsistent state updated an incorrect file.
  (merge 82fde87 nd/fixup-linked-gitdir later to maint).

* On case insensitive systems, "git p4" did not work well with client
  specs.

* "git init empty && git -C empty log" said "bad default revision 'HEAD'",
  which was found to be a bit confusing to new users.
  (merge ce11360 jk/log-missing-default-HEAD later to maint).

* Recent versions of scripted "git am" has a performance regression in
  "git am --skip" codepath, which no longer exists in the built-in
  version on the 'master' front.  Fix the regression in the last
  scripted version that appear in 2.5.x maintenance track and older.
  (merge b9d6689 js/maint-am-skip-performance-regression later to maint).

* The branch descriptions that are set with "git branch --edit-description"
  option were used in many places but they weren't clearly documented.
  (merge 561d2b7 po/doc-branch-desc later to maint).

* Code cleanups and documentation updates.
  (merge 1c601af es/doc-clean-outdated-tools later to maint).
  (merge 3581304 kn/tag-doc-fix later to maint).
  (merge 3a59e59 kb/i18n-doc later to maint).
  (merge 45abdee sb/remove-unused-var-from-builtin-add later to maint).
  (merge 14691e3 sb/parse-options-codeformat later to maint).
  (merge 4a6ada3 ad/bisect-cleanup later to maint).
  (merge da4c5ad ta/docfix-index-format-tech later to maint).
  (merge ae25fd3 sb/check-return-from-read-ref later to maint).
  (merge b3325df nd/dwim-wildcards-as-pathspecs later to maint).
  (merge 7aa9b9b sg/wt-status-header-inclusion later to maint).
  (merge f04c690 as/docfix-reflog-expire-unreachable later to maint).
  (merge 1269847 sg/t3020-typofix later to maint).
  (merge 8b54c23 jc/calloc-pathspec later to maint).
  (merge a6926b8 po/po-readme later to maint).
  (merge 54d160e ss/fix-config-fd-leak later to maint).
  (merge b80fa84 ah/submodule-typofix-in-error later to maint).
  (merge 99885bc ah/reflog-typofix-in-error later to maint).
  (merge 9476c2c ah/read-tree-usage-string later to maint).
  (merge b8c1d27 ah/pack-objects-usage-strings later to maint).
  (merge 486e1e1 br/svn-doc-include-paths-config later to maint).
  (merge 1733ed3 ee/clean-test-fixes later to maint).
  (merge 5fcadc3 gb/apply-comment-typofix later to maint).
  (merge b894d3e mp/t7060-diff-index-test later to maint).
  (merge d238710 as/config-doc-markup-fix later to maint).

(ryoon)

2015-10-07 13:07:07 UTC MAIN commitmail json YAML

Added devel/uthash version 1.9.9; Updated net/dhcpd-pools to 2.27

(adam)

2015-10-07 13:02:39 UTC MAIN commitmail json YAML

Changes 2.27:
      docs: remove very basic git usage info
      docs: remove todo items that will never happen
      output: remove empty element from xml
      add touched addresses counts to xml and json reports
      add xml format check
      improve html output
      add hint about configure options to README
      man: fix character class change
      gitignore: update gnulib file list

(adam)

2015-10-07 12:34:00 UTC MAIN commitmail json YAML

Added devel/uthash version 1.9.9

(adam)

2015-10-07 12:33:16 UTC MAIN commitmail json YAML

This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.

(adam)

2015-10-07 11:26:22 UTC MAIN commitmail json YAML

Network libs still needed, fix build on SunOS.

(fhajny)

2015-10-07 11:22:00 UTC MAIN commitmail json YAML

2015-10-07 10:36:54 UTC MAIN commitmail json YAML

2015-10-07 10:15:24 UTC MAIN commitmail json YAML

Updated databases/lmdb to 0.9.16

(fhajny)

2015-10-07 10:15:12 UTC MAIN commitmail json YAML

Update databases/lmdb to 0.9.16.

Use Github for distfiles. Simplify build/install fixes. Readability.

LMDB 0.9.16 Release (2015/08/14)
- Fix cursor EOF bug (ITS#8190)
- Fix handling of subDB records (ITS#8181)
- Fix mdb_midl_shrink() usage (ITS#8200)

LMDB 0.9.15 Release (2015/06/19)
- Fix txn init (ITS#7961,#7987)
- Fix MDB_PREV_DUP (ITS#7955,#7671)
- Fix compact of empty env (ITS#7956)
- Fix mdb_copy file mode
- Fix mdb_env_close() after failed mdb_env_open()
- Fix mdb_rebalance collapsing root (ITS#8062)
- Fix mdb_load with large values (ITS#8066)
- Fix to retry writes on EINTR (ITS#8106)
- Fix mdb_cursor_del on empty DB (ITS#8109)
- Fix MDB_INTEGERDUP key compare (ITS#8117)
- Fix error handling (ITS#7959,#8157,etc.)
- Fix race conditions (ITS#7969,7970)
- Added workaround for fdatasync bug in ext3fs
- Don't use -fPIC for static lib
- Update .gitignore (ITS#7952,#7953)
- Cleanup for "make test" (ITS#7841), "make clean", mtest*.c
- Misc. Android/Windows cleanup
- Fix MDB_APPEND doc
- Fix MDB_MAXKEYSIZE doc (ITS#8156)
- Fix mdb_cursor_put,mdb_cursor_del EACCES description
- Fix mdb_env_sync(MDB_RDONLY env) doc (ITS#8021)
- Clarify MDB_WRITEMAP doc (ITS#8021)
- Clarify mdb_env_open doc
- Clarify mdb_dbi_open doc

(fhajny)

2015-10-07 10:07:11 UTC MAIN commitmail json YAML

Reduce SunOS optimisation to -O2, avoiding alignment faults in 32-bit builds
of libverify with certain compilers.

(jperkin)

2015-10-07 10:00:20 UTC MAIN commitmail json YAML

Needs USE_GCC_RUNTIME=yes to work with gcc??-libs packages. PKGREVISION++

(fhajny)

2015-10-07 09:56:14 UTC MAIN commitmail json YAML

Support .3am (lang/gawk) and .3f (math/udunits) cat/man page suffixes, fixing
builds with PKGMANDIR=share/man for those packages.

Put the regexes into variables to make it easier to add more in the future.

(jperkin)