Commit graph

294712 commits

Author SHA1 Message Date
ryoon
846860844a Support SNI with upstream patch
* Support SNI. for example Google GMail IMAP4 server
* Bump PKGREVISION
2019-03-08 18:14:45 +00:00
wen
086f1a8597 Updated devel/p5-Module-Load to 0.34 2019-03-08 15:11:30 +00:00
wen
37f1932664 Update to 0.34
Upstream changes:
 Changes for version 0.34 - 2019-02-10

    Added SEE ALSO section to documentation. RT#100575
    Unreachable code cleanup (https://github.com/jib/cpanplus-devel/pull/15)
2019-03-08 15:10:33 +00:00
wen
48392c526e Updated devel/p5-Module-CoreList to 5.20190220 2019-03-08 15:00:58 +00:00
wen
67d27ce11b Update to 5.20190220
Upstream changes:
 Changes for version 5.20190220

    Updated for v5.29.8
2019-03-08 14:58:16 +00:00
adam
38f554286a Updated net/py-zmq 2019-03-08 13:41:30 +00:00
adam
b3119c6505 py-zmq: updated to 18.0.1
18.0.1
Fixes installation from source on non-unicode locales with Python 3.
There are no code changes in this release.
2019-03-08 13:41:09 +00:00
prlw1
e0a0195a04 doc: Updated devel/py-meson to 0.49.2nb2 2019-03-08 11:35:12 +00:00
prlw1
5c6168a7cf Attempt at fixing SunOS support after further breakage report from jperkin. 2019-03-08 11:34:49 +00:00
wiz
7892aef5d9 stooop: remove, included in devel/tcllib.
Suggested by Moritz Wilhelmy in
https://mail-index.netbsd.org/pkgsrc-users/2013/11/16/msg018898.html
2019-03-08 08:44:02 +00:00
wiz
45ea7198fa doc: Updated graphics/tkpiechart to 5.4nb2 2019-03-08 08:42:18 +00:00
wiz
0b9259a598 tkpiechart: update to 5.4nb2.
Switch from devel/stooop to tcllib.
Some pkglint cleanup while here, and fix configure seddery.
2019-03-08 08:42:09 +00:00
fox
219dde0a02 doc: Updated audio/fasttracker2 to version 2.139 2019-03-08 08:31:22 +00:00
fox
1f7670db87 fasttracker2: update to b139
Changes since b138:

Beta #139 - 06.03.2019
- The mixer interpolation routine would overflow if a sample's pingpong
  loop length was 1.
- Removed the 32000Hz audio frequency setting (kinda pointless these days)
- Small optimization on scope rate calculation
2019-03-08 08:27:56 +00:00
wiz
5387a031b3 mandoc: Update HOMEPAGE and MASTER_SITES. 2019-03-07 23:29:01 +00:00
wiz
2fce424334 doc: Updated x11/xf86-video-ati to 19.0.0 2019-03-07 23:24:46 +00:00
wiz
3cdff26588 xf86-video-ati: update to 19.0.0.
I'm pleased to announce the 19.0.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.20.

Highlights:

* Various TearFree related fixes and robustness improvements.
* Up to six independent instances per GPU are now supported in "Zaphod"
  style multi-head configurations.

Plus other improvements and fixes. Thanks to everybody who contributed
to this release in any way!


Alan Coopersmith (1):
      Update README for gitlab migration

Mario Kleiner (1):
      Fix crash when page flipping in multi-X-Screen/Zaphod mode

Michel Dänzer (30):
      dri3: Handle radeon_get_pixmap_bo returning NULL
      Handle pending scanout update in drmmode_crtc_scanout_free
      Make wait_pending_flip / handle_deferred symmetric in set_mode_major
      Allow up to six instances in Zaphod mode
      Post-release version bump
      Detect and fix up non-premultiplied cursor data
      Skip gamma correction of cursor data if premultiplied R/G/B > alpha
      glamor: Can work at depth >= 15 with current xserver Git master
      Use drm_abort_one in drm_queue_handler
      Explicitly keep track of whether a DRM event is for a flip or not
      Move deferred vblank events to separate drm_vblank_deferred list
      Perform scanout buffer update immediately if drmmode_wait_vblank fails
      Cancel pending scanout update in drmmode_crtc_scanout_update
      Automatically try re-enabling TearFree after a flip failed
      Drop RADEONInfoRec::cursor_bo array
      Use drmIoctl in drmmode_show_cursor
      Update cursor position in drmmode_show_cursor if hotspot changed
      Use two HW cursor buffers per CRTC
      Only call drmmode_uevent_init if RandR is enabled
      Only call drmmode_validate_leases if RandR is enabled
      dri3: Flush if necessary in dri3_fd_from_pixmap
      dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
      glamor: Avoid glamor_create_pixmap for pixmaps backing windows
      Don't allow TearFree scanout flips to complete in the same vblank period
      Only update drmmode_crtc->flip_pending after actually submitting a flip
      Call drmHandleEvent again if it was interrupted by a signal
      Keep waiting for a pending flip if drm_handle_event returns 0
      present: Check that flip and screen pixmap pitches match
      dri2: Call drm_queue_handle_deferred in dri2_deferred_event
      Bump version for 19.0.0 release
2019-03-07 23:24:37 +00:00
jmcneill
85ebc273bf Update checksums for 1.22.0 2019-03-07 21:40:09 +00:00
jmcneill
2e54bebc56 Updated wm/marco to 1.22.0
Updated x11/mate-panel to 1.22.0
Updated x11/vte3 to 0.54.3
2019-03-07 21:37:04 +00:00
jmcneill
654fcc5ccb vte3: update to 0.54.3 2019-03-07 21:36:06 +00:00
jmcneill
e96c5a004e mate-panel: update to 1.22.0 2019-03-07 21:35:35 +00:00
jmcneill
70022195a5 marco: update to 1.22.0 2019-03-07 21:35:05 +00:00
jperkin
91f14de68b rust: Fix another instance of the rand crate for SunOS.
While here convert some tabs->spaces that broke the test suite.
2019-03-07 20:19:11 +00:00
jperkin
90322114ec oracle-jre8: Fix Darwin PLIST. 2019-03-07 18:45:44 +00:00
jperkin
6c3cc5883b weechat: Need unistd.h for mkdtemp(3) 2019-03-07 18:09:24 +00:00
jperkin
93019c7822 xindy: Use PKGMANDIR. 2019-03-07 18:02:16 +00:00
jperkin
1e131e64f9 py-lxml: Remove -isysroot, breaks build on Darwin. 2019-03-07 18:01:20 +00:00
leot
cd22e16114 doc: Updated comms/py-gammu to 2.12 2019-03-07 16:43:27 +00:00
leot
d8fbbacbe3 py-gammu: Update to 2.12
Changes:
2.12
====
* Windows binaries built with Gammu 1.40.0.
2019-03-07 16:43:16 +00:00
prlw1
f24c4152af doc: Updated devel/py-meson to 0.49.2nb1 2019-03-07 13:48:45 +00:00
prlw1
7cfd8ff063 Fix typo in last update, which will hopefully fix the sun-solaris2 breakage
reported by jperkin.
2019-03-07 13:48:17 +00:00
bouyer
a165f35400 Updated sysutils/xenkernel411 to 4.11.1nb1
Updated sysutils/xentools411 to 4.11.1
2019-03-07 12:05:42 +00:00
bouyer
2b0d17dc31 Update to xen 4.11.1.
4.11.1 includes all security patches up to XSA282. At this time, no Xen
Security Advisory newer than XSA282 are relevant for xentools411.
changes since 4.11.0 are mostly bugfixes, no new features.
pkgsrc change: drop gcc4.8 requirement, as we're not building the
stub domains binaries it's not needed.
2019-03-07 12:04:20 +00:00
bouyer
c3961cc393 Update to 4.11.1nb1
PKGREVISION set to 1 on purpose, because this is not a stock 4.11.1 kernel
(it includes security patches).
4.11.1 includes all security patches up to XSA282.
Apply official patches for XSA284, XSA285, XSA287, XSA288, XSA290, XSA291,
XSA292, XSA293 and XSA294.
Other changes since 4.11.0 are mostly bugfixes, no new features.
2019-03-07 11:13:26 +00:00
jperkin
78d509e953 doc: Updated pkgtools/pkgin to 0.11.7 2019-03-07 11:08:49 +00:00
jperkin
55d2a14083 pkgin: Update to 0.11.7.
## Version 0.11.7 (2019-03-07)

 * Switch back to NetBSDfr/pkgin as the upstream repository.
 * Improve database safety.
 * Fix clang -Wmissing-noreturn and -Wformat-nonliteral warnings.
 * Fix some typos in the manual page.
2019-03-07 11:08:38 +00:00
adam
33eadf4e47 Updated net/wireshark 2019-03-07 10:46:40 +00:00
adam
abc18b11a0 wireshark: updated to 2.6.7
Wireshark 2.6.7 Release Notes
The following vulnerabilities have been fixed:

  • wnpa-sec-2019-06[1] ASN.1 BER and related dissectors crash.
    15447[2]. CVE-2019-9209[3].

  • wnpa-sec-2019-07[4] TCAP dissector crash.
    CVE-2019-9208[6].

  • wnpa-sec-2019-08[7] RPCAP dissector crash.

The following bugs have been fixed:

  • Alignment Lost after Editing Column.

  • Crash on applying display filters or coloring rules on capture
    files containing non-UTF-8 data.

  • tshark outputs debug information.

  • Feature request - HTTP, add the field "request URI" to response.

  • randpkt should be distributed with the Windows installer.

  • Memory leak with "-T ek" output format option.

  • Display error in negative response time stats (gint displayed as
    unsigned).

  • _epl_xdd_init not found.

  • Decoding of MEGACO/H.248 request shows the Remote descriptor as
    "Local descriptor".

  • Repeated NFS in Protocol Display field.

  • RBM file dissector adds too many items to the tree, resulting in
    aborting the program.

  • Wireshark heap out-of-bounds read in infer_pkt_encap.

  • Column width and hidden issues when switching profiles.

  • GTPv1-C SGSN Context Response / Forward Relocation Request decode
    GGSN address IPV6 issue.

  • Lua Error on startup: init.lua: dofile has been disabled due to
    running Wireshark as superuser.

  • DICOM ASSOCIATE Accept: Protocol Version.

  • Multiple out-of-bounds reads in NetScaler trace handling
    (wiretap/netscaler.c).

  • Wrong endianess when dissecting the "chain offset" in SMB2
    protocol header.

  • Memory leak in mate_grammar.lemon’s recolonize function.
2019-03-07 10:39:52 +00:00
adam
18f0f2140b Updated lang/nodejs, lang/npm 2019-03-07 09:23:18 +00:00
adam
62724cb82e npm: updated to 6.9.0
6.9.0:
FEATURES
* Time traveling installs using the --before flag.
* Add support for package aliases. This allows packages to be installed under a
  different directory than the package name listed in package.json, and adds a
  new dependency type to allow this to be done for registry dependencies.
* Always save package-lock.json when using --package-lock-only.
* Make empty-string run-scripts run successfully as a no-op.
* Match git semver ranges when flattening the tree.
* Re-enable updating local packages.

BUGFIXES
* Set modified to undefined in npm view when time is not available. This
  fixes a bug where npm view would crash on certain third-party registries.
* Print out tar version in install.sh only when the flag is supported not all
  the tar implementations support --version flag. This allows the install script
  to work in OpenBSD, for example.
* Fix typo in error message for npm stars.
* Strip version info from pkg on E404. This improves the error messaging format.

DOCS
* Add npm add as alias to npm install in docs.
* Fix link to RFC 10 in the changelog.
* Describe exit codes in npm-audit docs.
2019-03-07 09:22:48 +00:00
adam
2f28391c99 nodejs: updated to 10.15.3
Version 10.15.3 'Dubnium' (LTS)
Notable Changes
doc: add antsmartian to collaborators
http: fix error check in Execute()
stream: fix end-of-stream for HTTP/2
2019-03-07 08:47:45 +00:00
jnemeth
898589c655 delete file missed during package deletion on Feb. 16th 2019-03-07 04:07:54 +00:00
gutteridge
44678883ef caja-dropbox: fix patch checksums 2019-03-07 03:56:20 +00:00
jnemeth
8acce170c4 delete file missed yesterday 2019-03-07 03:42:35 +00:00
gutteridge
8a796aeae7 mate-session-manager: simplify patch (NFCI)
I misconstrued a detail about systemd handling code elsewhere in the
file by over-thinking things, and introduced some redundancies here.
2019-03-07 01:26:46 +00:00
joerg
c14731cbe4 Revert last, redundant with older fix. 2019-03-06 22:04:55 +00:00
joerg
5715bfe134 Ensure correct client linking when option liblqr is enabled. 2019-03-06 21:51:25 +00:00
he
dc48c289aa Update the NetBSD/aarch64 bootstrap kit to target 8.99.35 dated 2019-03-05. 2019-03-06 21:39:17 +00:00
joerg
af93a07d01 Needs tex-lamda-lists and tex-xkeyval. Bump revision. 2019-03-06 21:36:48 +00:00
joerg
d561e3596b Needs tex-listofitems. Bump revision 2019-03-06 21:36:04 +00:00