Commit graph

258793 commits

Author SHA1 Message Date
sevan
cea224c694 Since 2016Q4 the package database lives inside the prefix, out of varbase.
Update the paths.
Remove the platform specific notes place holder which directed readers to
the intro page.
Platform specific notes were moved to the readme files in the bootstrap
directory during the 2016 pkgsrcCon.
2017-01-07 01:46:07 +00:00
sevan
63272a3282 Point to 2016Q4.
Archives are generated weekly.
2017-01-07 01:24:05 +00:00
sevan
16fad87893 Darwin & Mac OS X no longer have separate developer sites.
Direct Darwin / Mac OS X / OS X / macOS users to the new macOS developer page.
2017-01-07 00:59:13 +00:00
tez
51cc1883a8 Fix Imake for gcc49 on solaris sparc 2017-01-06 21:13:15 +00:00
tez
12e5829ec6 Adjust Imake.cf to recognize __sparc__ in addition to sparc.
Apparently now needed for gcc49 on solaris sparc to avoid
'-M /usr/lib/ld/map.noexdata' which in does not work on SPARC
ok'd by joerg
2017-01-06 21:12:39 +00:00
sevan
875e141fe9 regen 2017-01-06 20:28:01 +00:00
sevan
e95a0d4d46 Instruct the reader to set prefer-pkgsrc during bootstrap. It appears that
setting this post bootstrap does create issues, as observed with a Linux user
today.
2017-01-06 20:26:39 +00:00
fhajny
b369868e77 Updated math/grace to 5.1.25 2017-01-06 10:59:05 +00:00
fhajny
3fb22e4e64 Update math/grace to 5.1.25.
Change bl3 to pdflib-lite to fix binary package distribution.

Grace-5.1.25
- killing set data from GUI and scripts now clears set comments
- undid "always overwrite set comments when reading data in" from 5.1.24
- fixed Fourier transform DC-term amplitude (rep. #630)
- newer versions of "make" tried to regenerate documentation (rep. #2240)

Grace-5.1.24
- fixed detection of dynamic loading libraries (rep. # 2238)
- install PDF docs instead of the DVI ones
- added cephes/COPYING (from Debian)
- a workaround for broken input of non-ASCII text under UTF8 locales
- always overwrite set comments when reading data in
2017-01-06 10:58:56 +00:00
fhajny
9207ccf103 Updated lang/nodejs6 to 6.9.4 2017-01-06 10:00:22 +00:00
fhajny
53e54414df Update lang/nodejs6 to 6.9.4.
This is a special release that contains 0 commits. While promoting
additional platforms for v6.9.3 after the release, the tarballs on the
release server were overwritten and now have different shasums. In order
to remove any ambiguity around the release we have opted to do a semver
patch release with no changes.
2017-01-06 10:00:14 +00:00
fhajny
47b8a89016 Updated lang/nodejs4 to 4.7.2 2017-01-06 09:59:36 +00:00
fhajny
e3e0f634a4 Update lang/nodejs4 to 4.7.2.
This is a special release that contains 0 commits. While promoting
additional platforms for v4.7.1 after the release, the tarballs on
the release server were overwritten and now have different shasums.
In order to remove any ambiguity around the release we have opted
to do a semver patch release with no changes.
2017-01-06 09:59:25 +00:00
plunky
6b9fe2bd8b Updated cad/qcad to 3.16.4.0 2017-01-06 07:23:41 +00:00
plunky
bd0b3c8635 3.16.4 (2017/01/04)
Command line tools:
	Add offscreen Qt plugin to allow running QCAD command line tools in Linux server environments
    Bug fixes:
	FS#1525 - Block attributes: escaped unicode sequences in files not converted on loading

3.16.3 (2016/12/28)

    File > Bitmap Export...:
	Add options for color, anti-aliasing, margin to compensate for lineweight
    Edit > Convert Unit:
	Converts the unit of a drawing
    Part Library Browser:
	Add gear generator item (default > Mechanics > Gears > InvoluteSpur)
    QCAD Professional:
	Draw > Hatch > Hatch from Segments:
	    Use selection color to highlight selected boundary
	Save active layer in file, restore on load
    Bug fixes:
	FS#1517 - Modify > Break out Segment: fails with closed polyline
	FS#1519 - Ruler precision always zero
	FS#1520 - Modify > Rotate: rotating splines changes start/end tangents
	FS#1521 - Modify > Offset: fails in certain cases with short arcs
	FS#1523 - Draw > Hatch > Hatch from Segments: fails for circle in circle
	FS#1524 - Command line: cannot enter @ sign in command line on German keyboard

3.16.2 (2016/12/20)

    Bug fixes:
	FS#1514 - Block attributes: association with block reference lost on copy / paste

3.16.1 (2016/12/16)

    Improved precision of arc rendering for screen-based linetypes
    Bug fixes:
	FS#1513 - Layer > Create Layer from Selection: Layer created, selection unchanged
2017-01-06 07:23:09 +00:00
gdt
df29c2f272 Updated chat/jabberd2 to 2.5.0 2017-01-06 02:25:20 +00:00
gdt
d5a3185242 Update to 2.5.0; upstream changes:
* Do not attempt to reload SM modules on SIGHUP
 * Cleanup config files example
 * Fixed memory leak in pgsql storage driver
 * Fixed two double-frees caused by dangling pointers
 * Fixed c2s logger initialization point

On NetBSD, sm receives a SIGHUP shortly after being started from rc.d,
which causes a crash.  With 2.5.0, sm starts correctly on boot.

Drop MESSAGE; reading NEWS on updating is standard practice and not
special about jabberd.
2017-01-06 01:55:12 +00:00
gdt
72b3794141 Change sub-daemon start order
Drop dependency of router, sm, s2s on c2s.  This did not make sense --
none of them care if c2s runs.

c2s, s2s, and sm all connect to router.  So make them depend on
router, even though in theory they should retry.

Make c2s depend on sm, because if someone tries to log in before sm is
running, they will get a failure, and some clients do not retry
correctly.  Getting ECONNREFUSED connecting to c2s is more likely to
be handled correctly.

No PKGREVISION; riding the impending update.

(Tested on netbsd-6 i386 in a domU.)
2017-01-06 01:52:20 +00:00
roy
29ae3646e0 Fix prior patches to use is_pad(3) rather than is_keypad(3).
Bump py-curses.
2017-01-05 23:16:42 +00:00
joerg
479bd052ee Recognize libgnuform as valid implementation of a form library to match
devel/ncurses. This is necessary due to cmake's insistance of scanning
PREFIX/lib directly. Bump revision.
2017-01-05 22:34:25 +00:00
joerg
44a3eb4dae Drop buildlink-ncurses-fake-libs, it didn't get applied due to a typo
and it doesn't help with the directory scanning of cmake anyway, since
that one only looks in the real prefix.
2017-01-05 22:18:03 +00:00
roy
12d7944a02 Use the curses framework. 2017-01-05 21:33:23 +00:00
roy
3dc60e7357 Add a test for resize_term(3). 2017-01-05 21:32:39 +00:00
roy
f633dfa47c Add a test for set_escdelay 2017-01-05 21:19:24 +00:00
roy
efdbac7a6e Uses termcap, not ncurses. 2017-01-05 21:13:53 +00:00
wiz
dff683501a Updated graphics/png to 1.6.28 2017-01-05 17:54:54 +00:00
wiz
8198c749c7 Updated png to 1.6.28.
Version 1.6.28rc01 [January 3, 2017]
  Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna).
  Added option to Cmake build allowing a custom location of zlib to be
    specified in a scenario where libpng is being built as a subproject
    alongside zlib by another project (Sam Serrels).
  Changed png_ptr->options from a png_byte to png_uint_32, to accomodate
    up to 16 options.

Version 1.6.28rc02 [January 4, 2017]
  Added "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
  Moved SSE2 optimization code into the main libpng source directory.
    Configure libpng with "configure --enable-intel-sse" or compile
    libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.

Version 1.6.28rc03 [January 4, 2017]
  Backed out the SSE optimization and last CMakeLists.txt to allow time for QA.

Version 1.6.28 [January 5, 2017]
  No changes.
2017-01-05 17:54:44 +00:00
adam
777c6327cb Updated databases/sqlite3 to 3.16.1 2017-01-05 17:52:18 +00:00
adam
9cf3c637ef Changes 3.16.1:
Fix a bug concerning the use of row values within triggers (see ticket 8c9458e7) that was in version 3.15.0 but was not reported until moments after the 3.16.0 release was published.
2017-01-05 17:49:54 +00:00
roy
a77c3d23ab Uses termcap, not curses. 2017-01-05 17:22:09 +00:00
maya
632f77b0ff Note update of irssi* packages to 1.0.0. 2017-01-05 17:17:54 +00:00
maya
97ae39916b irssi-icb: catch up with irssi 1.0.0 distinfo changes.
thanks leot for testing!
2017-01-05 17:16:30 +00:00
maya
bae61e9fb1 irssi-xmpp: catch up with irssi 1.0.0.
thanks leot for testing!
2017-01-05 17:15:46 +00:00
maya
732bde7d42 irssi: update to 1.0.0
v1.0.0 2017-01-03  The Irssi team <staff@irssi.org>
	* Removed --disable-ipv6 (#408).
	* /connect Network now aborts with an error if no servers have been
	  added to that network (#443).
	* /dcc commands now use quotes around spaces consistently.
	* bell_beeps was removed (#524, #565).
	* Switch to GRegex instead of regex.h (#412).
	+ irssiproxy can now forward all tags through a single
	  port. By Lukas Mai (mauke, #425).
	+ irssiproxy can also listen on unix sockets. By Lukas Mai (#427).
	+ send channel -botcmds immediately when no mask is specified (#175, #399).
	+ the kill buffer now remembers consecutive kills.
	  New bindings were added: yank_next_cutbuffer and append_next_kill
	  By Todd A. Pratt (#353, #414, #455)
	+ connections will avoid looking up IPv6 addresses if the machine does
	  not have an IPv6 address assigned (exact behaviour is implementation
	  defined, #410).
	+ Fix potential crash if scripts insert undef values into the completion
	  list (#413).
	+ Paste warning is now also shown on pasting overlong
	  lines. By Manish Goregaokar (#426).
	+ autolog_ignore_targets and activity_hide_targets learn a new syntax
	      tag/* and * to ignore whole networks or everything.
	  By Jari Matilainen (vague666, #437)
	+ /hilight got a -matchcase flag to hilight case
	  sensitively. By Thibault B (isundil, #421, #476).
	+ Always build irssi with TLS support.
	+ Rename SSL to TLS in the code and add -tls_* versions of the -ssl_*
	  options to /CONNECT and /SERVER, but make sure the -ssl_* options continue
	  to work.
	+ Use TLS for Freenode, EFnet, EsperNet, OFTC, Rizon, and IRC6 in the default
	  configuration.
	+ Display TLS connection information upon connect. You can disable this by
	  setting tls_verbose_connect to FALSE.
	+ Add -tls_pinned_cert and -tls_pinned_pubkey for x509 and public key pinning.

	  The values needed for -tls_pinned_cert and -tls_pinned_pubkey is shown
	  when connecting to a TLS enabled IRC server, but you can also find the
	  values like this: Start by downloading the certificate from a given IRC
	  server:

	      $ openssl s_client -connect chat.freenode.net:6697 < /dev/null 2>/dev/null | \
	        openssl x509 > freenode.cert

	  Find the value for -tls_pinned_cert:

	      $ openssl x509 -in freenode.cert -fingerprint -sha256 -noout

	  Find the value for -tls_pinned_pubkey:

	      $ openssl x509 -in freenode.cert -pubkey -noout | \
	        openssl pkey -pubin -outform der | \
	        openssl dgst -sha256 -c | \
	        tr a-z A-Z

	+ Remove support for DANE validation of TLS certificates.

	  There wasn't enough support in the IRC community to push for this on the
	  majority of bigger IRC networks. If you believe this should be
	  reintroduced into irssi, then please come up with an implementation that
	  does not rely on the libval library. It is causing a lot of troubles for
	  our downstream maintainers.

	+ /names and $[...] now uses utf8 string operations. By Xavier
          G. (#40, #411, #471, #480).
	+ New setting completion_nicks_match_case (#488).
	+ /channel /server /network now support modify subcommand. By
	  Jari Matilainen (#338, #498).
	+ Irssi::signal_remove now works with coderefs. By Tom Feist (shabble, #512).
	+ /script reset got an -autorun switch (#540, #538).
	+ cap_toggle can now be called from Perl, and fields
	  cap_active and cap_supported can be inspected (#542).
	+ Make it possible to disable empty line completion. By Lauri
	  Tirkkonen (lotheac, #574).
	+ New option sasl_disconnect_on_failure to disconnect when
	  SASL log-in failed (#514).
	- IP addresses are no longer stored when resolve_reverse_lookup is
	  used.
	- Removed broken support for curses (#521).
	- Removed broken dummy mode (#526).
	- Fix terminal state after suspend (#450, #452).
	- Improve Perl library path detection (#479, #132).
	- Reconnect now works on unix connections (#493).
	- Fix completion warnings (#125, #496, FS#124).
	- Fix a crash in the --more-- item (#501).
	- Fix a display issue in /unignore (#517, bdo#577202).
	- Fix a crash in some netsplits (#529, #500).
	- Fix crashes with some invalid config (#550, #551, #563, #564, #587, #581, #570).
	- Add support for SASL Fragmentation. By Kenny Root (kruton, #506).
	- Improve netsplit dumping (#420, #465).
	- Improve responsibility under DCC I/O strain (#578, #159).
	- Fix query nick change on open (#580, #586).
	- Correct a few help texts.
2017-01-05 17:14:52 +00:00
roy
f339c71253 Use the curses framework. 2017-01-05 16:52:19 +00:00
fhajny
b351bd58a3 Enable beats 2017-01-05 16:44:02 +00:00
fhajny
e6b25c1469 Added sysutils/beats version 5.1.1 2017-01-05 16:43:20 +00:00
fhajny
5b8bd78a1b Import beats 5.1.1 as sysutils/beats (based on wip/beats).
The Beats are lightweight processes, written in Go, that you install
on your servers to capture all sorts of operational data like logs,
operating system metrics or network packet data, and to send it to
Elasticsearch, either directly or via Logstash, so it can be
visualized with Kibana.
2017-01-05 16:43:09 +00:00
roy
3e363b0fd6 Use the curses framework 2017-01-05 16:33:58 +00:00
wiz
cb0e8203bc Updated sysutils/py-borgbackup to 1.0.9 2017-01-05 16:33:26 +00:00
wiz
24b200d63f Updated py-borgbackup to 1.0.9.
Version 1.0.9 (2016-12-20)

Security fixes:

    A flaw in the cryptographic authentication scheme in Borg
    allowed an attacker to spoof the manifest. See Pre-1.0.9 manifest
    spoofing vulnerability above for the steps you should take.
    borg check: When rebuilding the manifest (which should only be
    needed very rarely) duplicate archive names would be handled
    on a âfirst come first serveâ basis, allowing an attacker to
    apparently replace archives.

Bug fixes:

    borg check:
        rebuild manifest if it’s corrupted
        skip corrupted chunks during manifest rebuild
    fix TypeError in integrity error handler, #1903, #1894
    fix location parser for archives with @ char (regression introduced in 1.0.8), #1930
    fix wrong duration/timestamps if system clock jumped during a create
    fix progress display not updating if system clock jumps backwards
    fix checkpoint interval being incorrect if system clock jumps

Other changes:

    docs:
        add python3-devel as a dependency for cygwin-based installation
        clarify extract is relative to current directory
        FAQ: fix link to changelog
        markup fixes
    tests:
        test_get_(cache|keys)_dir: clean env state, #1897
        get back pytest’s pretty assertion failures, #1938
    setup.py build_usage:
        fixed build_usage not processing all commands
        fixed build_usage not generating includes for debug commands

Version 1.0.9rc1 (2016-11-27)

Bug fixes:

    files cache: fix determination of newest mtime in backup set
    (which is used in cache cleanup and led to wrong âAâ [added]
    status for unchanged files in next backup), #1860.
    borg check:
        fix incorrectly reporting attic 0.13 and earlier archives as corrupt
        handle repo w/o objects gracefully and also bail out early if repo is completely empty, #1815.
    fix tox/pybuild in 1.0-maint
    at xattr module import time, loggers are not initialized yet

New features:

    borg umount <mountpoint> exposed already existing umount code
    via the CLI api, so users can use it, which is more consistent
    than using borg to mount and fusermount -u (or umount) to
    un-mount, #1855.
    implement borg create –noatime –noctime, fixes #1853

Other changes:

    docs:
        display README correctly on PyPI
        improve cache / index docs, esp. files cache docs, fixes #1825
        different pattern matching for –exclude, #1779
        datetime formatting examples for {now} placeholder, #1822
        clarify passphrase mode attic repo upgrade, #1854
        clarify –umask usage, #1859
        clarify how to choose PR target branch
        clarify prune behavior for different archive contents, #1824
        fix PDF issues, add logo, fix authors, headings, TOC
        move security verification to support section
        fix links in standalone README (:ref: tags)
        add link to security contact in README
        add FAQ about security
        move fork differences to FAQ
        add more details about resource usage
    tests: skip remote tests on cygwin, #1268
    travis:
        allow OS X failures until the brew cask osxfuse issue is fixed
        caskroom osxfuse-beta gone, it’s osxfuse now (3.5.3)
    vagrant:
        upgrade OSXfuse / FUSE for macOS to 3.5.3
        remove llfuse from tox.ini at a central place
        do not try to install llfuse on centos6
        fix fuse test for darwin, #1546
        add windows virtual machine with cygwin
        Vagrantfile cleanup / code deduplication
2017-01-05 16:33:16 +00:00
roy
c47ece26ed Note we need libpanel from curses. 2017-01-05 16:08:18 +00:00
maya
4eec1f893d note update of irssi* packages. 2017-01-05 15:51:21 +00:00
maya
74f72b4902 irssi-xmpp: catch up with irssi changes.
bump PKGREVISION to ensure it is rebuilt.
2017-01-05 15:49:46 +00:00
maya
514ca78079 irssi-icb: catch up with irssi changes.
bump PKGREVISION to ensure it is rebuilt.
2017-01-05 15:48:34 +00:00
maya
e48eef7a95 irssi: update to 0.8.21.
irssi 0.8.21 is a maintenance release without any new features.

Changes:

- Correct a NULL pointer dereference in the nickcmp function found by
Joseph Bisch (GL#1)
- Correct an out of bounds read in certain incomplete control codes
found by Joseph Bisch (GL#2)
- Correct an out of bounds read in certain incomplete character
sequences found by Hanno Böck and independently by J. Bisch (GL#3)
- Correct an error when receiving invalid nick message (GL#4, #466)
2017-01-05 15:46:10 +00:00
roy
8ca06b09c1 Use the curses framework. 2017-01-05 15:36:24 +00:00
leot
598da4204f Fix typos in recent devel/ruby-redmine-* entries 2017-01-05 13:12:25 +00:00
sborrill
82314ce2ba Fix build by getting configure not to check for dependencies that will never
be needed.
2017-01-05 12:44:54 +00:00
roy
cff63d1765 Allow to use NetBSD-7.99 curses 2017-01-05 12:38:30 +00:00