Commit graph

285083 commits

Author SHA1 Message Date
msaitoh
ebe0336e8a doc: Updated sysutils/dmidecode to 3.1nb3 2018-08-02 02:47:06 +00:00
msaitoh
ef37cd41df Add two officially recommended patch to sysutils/dmidecode
2018-08-01: Avoid OOB read on invalid entry point length

	Don't let the entry point checksum verification run beyond the end
	of the buffer holding it (32 bytes). This bug was discovered by
	Lionel Debroux using the AFL fuzzer and AddressSanitizer.
	Signed-off-by: Jean Delvare <jdelvare@suse.de>

2018-08-01: Validate structure completeness before decoding

	Ensure that the whole DMI structure fits in the announced table
	length before performing any action on it. Otherwise we might end
	up reading beyond the end of our memory buffer. This bug was
	discovered by Lionel Debroux using the AFL fuzzer and
	AddressSanitizer. Its probability is very low, as it requires a DMI
	table corrupted in one of two very specific ways to trigger. This
	bug exists since dmidecode version 2.9, although it is hard to
	test because option --from-dump was only introduced in version
	2.10.
	Signed-off-by: Jean Delvare <jdelvare@suse.de>
2018-08-02 02:45:50 +00:00
youri
d2d215568f Colord depends on lcms2. 2018-08-01 21:00:09 +00:00
rillig
111b66feb5 doc/CHANGES-2018: fix time warps
When updating a package, some package authors use local time for the
entries in doc/CHANGES, and my system clock was off by several days. To
detect and fix these problems early, pkglint now checks that the dates
are properly ordered.
2018-08-01 19:20:42 +00:00
jperkin
54dde50bd7 p11-kit: Build fix for older Darwin. 2018-08-01 19:18:19 +00:00
rillig
3866b420a6 mk/fetch/github.mk: document that PKGBASE influences GitHub variables
See https://mail-index.netbsd.org/pkgsrc-users/2018/07/thread1.html#027251
2018-08-01 18:01:32 +00:00
jperkin
64934c2c9c glib2: Update workaround for older Darwin releases. 2018-08-01 17:43:25 +00:00
tpaul
ca3db1990a doc: Updated sysutils/dc-tools to 1.6nb1 2018-08-01 15:50:46 +00:00
tpaul
4a507ebf2b Honor LDFLAGS, now builds with PKGSRC_USE_RELRO=yes
Bump PKGREVISION
ok <abs>
2018-08-01 15:50:16 +00:00
maya
f70290fca7 doc: Updated x11/qt5-qtwebkit to 5.212.0.alpha2nb8 2018-08-01 15:01:24 +00:00
maya
0dc60a82f0 qtwebkit: don't disable JIT on netbsd, declare functions like linux.
this works well enough to browse javascript websites with otter-browser,
which needed paxctl +m, although I didn't try it without these changes.

XXX this package might be crashing from feeding bogus values to
posix_memalign.
2018-08-01 15:01:08 +00:00
maya
d880f03f89 doc: Updated www/otter-browser to 0.9.99.1 2018-08-01 14:30:48 +00:00
maya
2fe198d206 otter-browser: update to 0.9.99.1
Additionally, this fixes the build.
Mark paxctl +m, I probably needed this because I locally
enabled qt-webkit's JIT.

0.9.99.1:
    added importer for OPML files;
    added support for abp: protocol for adding new content filtering profiles;
    added ability to open selection as link if it macthes URL format;
    various fixes and minor improvements for Feeds reader.

0.9.99:
    initial version of Feeds Reader:
        Atom and RSS 2.0 parsers;
        support for categories;
        ability to preview feeds before subscribing using view-feed: protocol;
    added action to take page screenshot;
    some minor optimizations.

0.9.98:
several enhancements in experimental backend for QtWebEngine (Blink):

    initial work on global history support;
    added support for alternative stylesheets;
    added support for fetching lists of search engines, feeds and links;

initial work on Feeds Reader;
several bug fixes and some minor optimizations.

0.9.97:
    added initial version of Tab History panel;
    some minor optimizations.

0.9.96:
added initial version of Tab History panel;
some minor optimizations

0.9.95:
    added initial version of toolbar widget for viewing downloads from current session;
    added some new keyboard shortcuts;
    some minor fixes.

0.9.94:
    added new default style for Start Page by Kamil Nęcek;
    added interface allowing to manage list of hosts using customized website overrides;
    several bug fixes and some optimizations.

0.9.93:
    added Page Information panel;
    added support for external icons for User Scripts;
    some minor fixes and optimizations.

0.9.92:
    improved support for styling tab bar text;
    added support for deleting User Scripts in Addons Manager;
    restored inline URLs completion;
    added action for peeking tab contents;
    multiple bug fixes and stability improvements.

0.9.91:
reworked toolbars:

    added support for visibility toggle button (collapsing contents);
    fixed unified toolbar and titlebar style under macOS;
    toolbar visibility and location is now stored per main window;

improved sidebar(s):

    added ability to add new sidebars;
    allow to change their location by drag and drop;

vastly improved error pages:

    special error pages are now used instead of SSL warning dialogs;
    blocked content triggers dedicated error pages;

improved User Agents configuration;
added support for managing multiple proxy configurations and setting them per page or host;
reworked internal actions handling system allows to specify parameters for actions trigerred by keyboard shortcuts and mouse gestures;
vastly decreased import time for large bookmark files;
added module for listing opened windows and tabs;
improved styling under Windows, Unity and macOS;
added new default icon theme by Kamil Nęcek;
item views can now allocate extra space to predefined column other than last one;
added action to set, reset or toggle an option;
global editing actions now apply to focused single and multi line text edit widgets too;
added ability to drop URLs onto bookmark bars;
spell checking is now available in other multi line text edit widgets;
added action to control multimedia playback rate;
keyboard shortcuts are now validated while editing;
added support for customizing F12 menu;
implemented "Validate Using" menu;
added support for configurable Fast Forward rules;

0.9.12:
    greatly improved tab bar:
        allow to detach tabs by dragging them away;
        allow to drop URLs and tabs from other windows;
        added option to show embedded tab thumbnails;
        improved handling of visibility of close button;
        tabs demanding attention are drawn using bold font;
        improved RTL support;
        decreased default tab padding;
        tab text is no longer centered horizontally;
        fixed status tip messages while rearranging tabs;
    improved KDE5 and Unity integration:
        added support for progress information;
        added support for desktop actions;
    several MacOS X specific fixes and improvements:
        improved rendering of platform style;
        added dock icon menu;
        added support for listing applications associated with given MIME type;
    added support for Windows jump list;
    added fullscreen support for QtWebKit backend;
    open file path is saved;
    improved RTL support in address and search fields;
    many other fixes and improvements.

0.9.11:
    added initial support for storing passwords:
        support for multiple credential sets per host;
        basic passwords management;
        disabled by default (no encryption yet);
    added crash reporter;
    added support for muting tab media;
    F12 menu now exposes all modes for Images visibility (including new option to show cached images only) and Plugins;
    QtWebEngine backend is now capable of saving pages in MIME HTML format and as complete set of files;
    added new toolbar visibility settings for full screen mode;
    added new widget for showing content blocking details;
    added ability to customize progress bar;
    added ability to add loading progress information widgets to any toolbar;
    various improvements in handling of content blocking profiles:
        added new definitions and updated existing;
        added option to add custom blocking rules;
        profiles are now grouped by type;
    various minor fixes and improvements.
2018-08-01 14:30:29 +00:00
gdt
2b61af2d98 py-configobj: Depend on py-six 2018-08-01 13:40:41 +00:00
jmcneill
019fe1d06b TLS is broken on NetBSD aarch64, so force use of pthread_{set,get}specific 2018-08-01 09:32:27 +00:00
wen
24de8286f4 Updated www/p5-CGI-Simple to 1.16 2018-08-01 07:40:59 +00:00
wen
e48bf6b2eb Update to 1.16
Upstream changes:
1.16  2018-07-25 MANWAR
      - Made t/manifest.t AUTHOR only (RT #125383).
      - Removed +x bits from test scripts.
2018-08-01 07:40:14 +00:00
wen
d20e6f4e37 Updated www/p5-App-Nopaste to 1.012 2018-08-01 07:37:23 +00:00
wen
d686d7f2b9 Update to 1.012
Upstream changes:
1.012   2018-07-08 03:56:39Z
        - add GitLab service
2018-08-01 07:36:27 +00:00
schmonz
e914abfe03 doc: Updated mail/qmail-run to 20180801 2018-08-01 07:15:37 +00:00
schmonz
b9e067c970 Depend on pkgtools/pkg_alternatives and a new enough mail/qmail to rely
on finding "nbcheckpassword" (which, at present, might be either
checkpassword-pam or DJB's original).

Depend (unconditionally) on mail/qmail-rejectutils, instead of having it
as an option on mail/qmail.

Bump version.
2018-08-01 07:15:21 +00:00
schmonz
ee6aa8f220 doc: Updated mail/qmail to 1.03nb36 2018-08-01 07:10:46 +00:00
schmonz
59c4fc1a52 Depend on new enough sysutils/checkpassword{,-pam} such that qmail-run
can (by itself depending on pkgtools/pkg_alternatives) expect to find
"nbcheckpassword".

Remove 'qmail-rejectutils' option, which will become an unconditional
dependency in qmail-run.

Bump PKGREVISION.
2018-08-01 07:10:27 +00:00
wen
d61ab90b6b Updated textproc/p5-Text-Quoted to 2.10 2018-08-01 07:07:16 +00:00
wen
f4af88d9e6 Update to 2.10
Upstream changes:
2.10 2018-07-26
 - Add no_separators option (RJBS)
 - Fix "Negative repeat count does nothing" warning (thanks to Stefan
   Bühler)
 - Fix Makefile.PL for perl 5.26 where "." is not in @INC by default
   (thanks to Petr Písař)
2018-08-01 07:05:29 +00:00
schmonz
be96871b01 doc: Updated sysutils/checkpassword-pam to 0.99nb1 2018-08-01 06:53:51 +00:00
schmonz
7af83d7d44 Offer an 'nbcheckpassword' alternative to pkg_alternatives(8). Bump PKGREVISION. 2018-08-01 06:53:34 +00:00
schmonz
06f9bd5d58 doc: Updated sysutils/checkpassword to 0.90nb1 2018-08-01 06:52:47 +00:00
schmonz
b7bc60825b Offer an 'nbcheckpassword' alternative to pkg_alternatives(8). Bump PKGREVISION. 2018-08-01 06:52:29 +00:00
maya
76618c8031 doc: Updated security/putty to 0.69nb4 2018-08-01 05:34:39 +00:00
maya
dc2326e1e7 putty: fix build after gdk_beep became deprecated.
bump pkgrevision for paranoia.
2018-08-01 05:34:17 +00:00
jperkin
42969c1376 caribou: Add missing dependencies. 2018-07-31 22:06:54 +00:00
nia
8678005aff chat/py-mastodon: Fix typo in patch. 2018-07-31 21:14:33 +00:00
jperkin
f6b39ed173 audacity: SunOS build fixes. 2018-07-31 21:10:29 +00:00
rjs
faf6084e4b Only need nasm when building for x86. 2018-07-31 19:13:10 +00:00
nia
9bfcdaa43f doc: Added www/py-http_ece version 1.0.5 2018-07-31 16:44:37 +00:00
nia
db8b086c5b www/py-http_ece: Import http_ece-1.0.5
py-http_ece is a simple implementation of the HTTP encrypted
content-encoding (RFC 8188).
2018-07-31 16:44:21 +00:00
nia
587396791e chat/tootstream: Add a patch removing the use of the 'async' keyword,
allowing it to be used with Python 3.7.
2018-07-31 16:15:33 +00:00
nia
0789c50cdf chat/py-mastodon: Add a patch to avoid the use of the 'async' keyword,
allowing it to be used with Python 3.7.
2018-07-31 16:14:29 +00:00
nia
5bdcdc1fff chat/tootstream: incompatible with python37 due to its chat/py-mastodon
dependency.
2018-07-31 15:55:16 +00:00
nia
a9d3267f22 chat/py-mastodon: Version in pkgsrc is incompatible with python37
due to a collision with the async keyword.
2018-07-31 15:54:26 +00:00
jperkin
f557d370c0 lilv: Fix build on SunOS. 2018-07-31 15:35:38 +00:00
jperkin
1097cef1c1 grilo-plugins: Fix "format not a string literal" errors.
Disable the bliptv plugin, the service has been shut down.
2018-07-31 14:27:35 +00:00
jperkin
84306c52dc audacious-plugins: Fix oss4 PLIST entry. 2018-07-31 14:01:40 +00:00
jperkin
8f649288be audacious: Use standard shared library naming on SunOS. 2018-07-31 13:46:31 +00:00
jperkin
d4e963a1db gammu: Fix build on SunOS. 2018-07-31 13:13:46 +00:00
manu
7cd60d1488 Build fix for databases/openldap-smbk5pwd
From upstream ITS #8885

Add a configure test for hdb_generate_key_set_password() prototype

contrib/slapd-modules/smbk5pwd uses hdb_generate_key_set_password() from
Heimdal, which was shortly turned from a 5 arguments function to a 7 arguments
function before the prototype change was rolled back to address API
incompatibility.

Unfortunately, the 7 arguments hdb_generate_key_set_password() made it into
released NetBSD 8.0, causing a build break in contrib/slapd-modules/smbk5pwd.

This change adds a configure test for 7 arguments prototype so that
contrib/slapd-modules/smbk5pwd build again on NetBSD 8.0, and other OS that
would include the 7 arguments hdb_generate_key_set_password().
2018-07-31 12:39:52 +00:00
jperkin
4e4b522485 lasso: _XOPEN_SOURCE and _POSIX_C_SOURCE fixes. 2018-07-31 12:39:34 +00:00
fhajny
e08b01d355 doc: Updated sysutils/consul to 1.2.2 2018-07-31 12:35:03 +00:00
fhajny
a3f9e71545 sysutils/consul: Update to 1.2.2
## 1.2.2 (July 30, 2018)

SECURITY:
- acl: Fixed an issue where writes operations on the Keyring and
  Operator were being allowed with a default allow policy even when
  explicitly denied in the policy.

FEATURES:

- **Alias Checks:** Alias checks allow a service or node to alias the
  health status of another service or node in the cluster.
- agent: New Cloud Auto-join providers: vSphere and Packet.net.
- cli: Added `-serf-wan-port`, `-serf-lan-port`, and `-server-port`
  flags to CLI for cases where these can't be specified in config
  files and `-hcl` is too cumbersome.
- connect: The TTL of leaf (service) certificates in Connect is now
  configurable.

IMPROVEMENTS:

- proxy: With `-register` flag, heartbeat failures will only log once
  service registration succeeds.
- http: 1.0.3 introduced rejection of non-printable chars in HTTP URLs
  due to a security vulnerability. Some users who had keys written
  with an older version which are now dissallowed were unable to delete
  them. A new config option disable_http_unprintable_char_filter is
  added to allow those users to remove the offending keys. Leaving this
  new option set long term is strongly discouraged as it bypasses
  filtering necessary to prevent some known vulnerabilities.
- agent: Allow for advanced configuration of some gossip related
  parameters.
- agent: Make some Gossip tuneables configurable via the config file
- ui: Included searching on `.Tags` when using the freetext search
  field.
- ui: Service.ID's are now shown in the Service detail page and (only
  if it is different from the service name) the Node Detail >
  [Services] tab.

BUG FIXES:

- acl/connect: Fix an issue that was causing managed proxies not to
  work when ACLs were enabled.
- connect: Fix issue with managed proxies and watches attempting to
  use a client addr that is 0.0.0.0 or ::
- connect: Allow Native and Unmanaged proxy configurations via config
  file
- connect: Fix bug causing 100% CPU on agent when Connect is disabled
  but a proxy is still running
- proxy: Don't restart proxies setup in a config file when Consul
  restarts
- ui: Display the Service.IP address instead of the Node.IP address in
  the Service detail view.
- ui: Watch for trailing slash stripping 301 redirects and forward the
  user to the correct location.
- connect: Fixed an issue in the connect native HTTP client where it
  failed to resolve service names.

## 1.2.1 (July 12, 2018)

IMPROVEMENTS:

- acl: Prevented multiple ACL token refresh operations from occurring
  simultaneously.
- acl: Add async-cache down policy mode to always do ACL token
  refreshes in the background to reduce latency.
- proxy: Pass through HTTP client env vars to managed proxies so that
  they can connect back to Consul over HTTPs when not serving HTTP.
- connect: Persist intermediate CAs on leader change.

BUG FIXES:

- api: Intention APIs parse error response body for error message.
- agent: Intention read endpoint returns a 400 on invalid UUID
- agent: Service registration with "services" does not error on
  Connect upstream configuration.
- dns: Ensure that TXT RRs dont get put in the Answer section for
  A/AAAA queries.
- dns: Ensure that only 1 CNAME is returned when querying for services
  that have non-IP service addresses.
- api: Fixed issue where `Lock` and `Semaphore` would return earlier
  than their requested timeout when unable to acquire the lock.
- watch: Fix issue with HTTPs only agents not executing watches
  properly
- agent: Managed proxies that bind to 0.0.0.0 now get a health check
  on a sane IP
- server: (Consul Enterprise) Fixed an issue causing Consul to panic
  when network areas were used
- license: (Consul Enterprise) Fixed an issue causing the snapshot
  agent to log erroneous licensing errors
2018-07-31 12:34:55 +00:00