Commit Graph

58611 Commits

Author SHA1 Message Date
Adam Ciarciński 682b59ecb8 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED 2019-09-02 15:00:57 +02:00
Michael Baeuerle 23d724babb eureka: Fix insertion of DOOMWADDIR in Makefile 2019-09-02 14:56:49 +02:00
Thomas Klausner 0addccf68b emacs-git: sync PLIST with upstream changes
ada-mode was removed.
2019-09-02 11:02:00 +02:00
Thomas Klausner b8a2dcdbac Makefile: add findcrcs 2019-09-01 12:25:22 +02:00
Thomas Klausner 29e8be664c wip/findcrcs: import findcrcs-0.3
findcrcs tries to find a chunk of a file that matches a particular
given CRC and MD5.
2019-09-01 12:24:56 +02:00
Thomas Klausner 3704ddcad6 TODO: + rclone-1.49.1. 2019-09-01 10:43:18 +02:00
Mark Davies d59f8481c4 akonadi-notes: update to 19.08.0 2019-08-31 18:17:48 +12:00
Mark Davies 0dad06ff23 libkdepim: update to 19.08.0 2019-08-31 18:05:20 +12:00
Mark Davies 4c00a33d3b akonadi-search: update to 19.08.0 2019-08-31 17:58:33 +12:00
Mark Davies f9872d67ab ksmtp: update to 19.08.0 2019-08-31 17:51:54 +12:00
Mark Davies c451c9b2d1 kmbox: update to 19.08.0 2019-08-31 17:48:01 +12:00
Mark Davies cf3555a4d6 kldap: update to 19.08.0 2019-08-31 17:44:11 +12:00
Mark Davies 44856a5d51 kimap: update to 19.08.0 2019-08-31 17:39:47 +12:00
Iku Iwasa 2c666cca25 iosevka-*: Update to 2.3.0
* Adjusted horizontal stroke width for heavy weights.
2019-08-31 11:22:58 +09:00
Iku Iwasa 340101b72f consul: Update to 1.6.0
SECURITY:

* Updated to compile with Go 1.12.8 which mitigates CVE-2019-9512 and
  CVE-2019-9514 for the builtin HTTP server [GH-6319]
* Updated the google.golang.org/grpc dependency to v1.23.0 to mitigate
  CVE-2019-9512, CVE-2019-9514, and CVE-2019-9515 for the gRPC
  server. [GH-6320]

BREAKING CHANGES:

* connect: remove deprecated managed proxies and ProxyDestination config [GH-6220]

FEATURES:

* Connect Envoy Supports L7 Routing: Additional configuration entry types
  service-router, service-resolver, and service-splitter, allow for
  configuring Envoy sidecars to enable reliability and deployment patterns at
  L7 such as HTTP path-based routing, traffic shifting, and advanced failover
  capabilities. For more information see the L7 traffic management docs.
* Mesh Gateways: Envoy can now be run as a gateway to route Connect traffic
  across datacenters using SNI headers, allowing connectivty across platforms
  and clouds and other complex network topologies. Read more in the mesh
  gateway docs.
* Intention & CA Replication: In order to enable connecitivty for services
  across datacenters, Connect intentions are now replicated and the Connect
  CA cross-signs from the primary_datacenter. This feature was previously
  part of Consul Enterprise.
* agent: add local-only parameter to operator/keyring list requests to
  force queries to only hit local servers. [GH-6279]
* connect: expose an API endpoint to compile the discovery chain [GH-6248]
* connect: generate the full SNI names for discovery targets in the
  compiler rather than in the xds package [GH-6340]
* connect: introduce ExternalSNI field on service-defaults [GH-6324]
* xds: allow http match criteria to be applied to routes on services using
  grpc protocols [GH-6149]

IMPROVEMENTS:

* agent: Added tagged addressing to services similar to the already present
  Node tagged addressing [GH-5965]
* agent: health checks: change long timeout behavior to use to
  user-configured timeout value [GH-6094]
* api: Display allowed HTTP CIDR information nicely [GH-6029]
* api: Update filtering language to include substring and regular
  expression matching on string values [GH-6190]
* connect: added a new -bind-address cli option for envoy to create a
  mapping of the desired bind addresses to use instead of the default rules
  or tagged addresses [GH-6107]
* connect: allow L7 routers to match on http methods [GH-6164]
* connect: change router syntax for matching query parameters to resemble
  the syntax for matching paths and headers for consistency. [GH-6163]
* connect: detect and prevent circular discovery chain references [GH-6246]
* connect: ensure time.Duration fields retain their human readable forms in
  the API [GH-6348]
* connect: reconcile how upstream configuration works with discovery chains
  [GH-6225]
* connect: rework how the service resolver subset OnlyPassing flag works
  [GH-6173]
* connect: simplify the compiled discovery chain data structures [GH-6242]
* connect: validate and test more of the L7 config entries [GH-6156]
* gossip: increase size of gossip key generated by keygen to 32 bytes and
  document support for AES 256 [GH-6244]
* license (enterprise): Added license endpoint support to the API client
  [GH-6268]
* xds: improve how envoy metrics are emitted [GH-6312]
* xds: Verified integration test suite with Envoy 1.11.1 [GH-6347]

BUG FIXES:

* acl: Fixed a bug that could prevent transition from legacy ACL mode to
  new ACL mode [GH-6332
* agent: blocking central config RPCs iterations should not interfere with
  each other [GH-6316]
* agent: fix an issue that could cause a panic while transferring
  leadership due to replication [GH-6104]
* api: Fix a bug where the service tagged addresses were not being returned
  through the v1/agent/service/:service api. [GH-6299]
* api: un-deprecate api.DecodeConfigEntry [GH-6278]
* auto_encrypt: use server-port [GH-6287]
* autopilot: update to also remove failed nodes from WAN gossip pool
  [GH-6028]
* cli: ensure that the json form of config entries can be submitted with
  'consul config write' [GH-6290]
* cli: Fixed bindable IP detection with the connect envoy
  command. [GH-6238]
* config: Ensure that all config entry writes are transparently forwarded
  to the primary datacneter. [GH-6327]
* connect: allow 'envoy_cluster_json' escape hatch to continue to function
  [GH-6378]
* connect: allow mesh gateways to use central config [GH-6302]
* connect: ensure intention replication continues to work when the
  replication ACL token changes [GH-6288]
* connect: ensure local dc connections do not use the gateway [GH-6085]
* connect: fix bug in service-resolver redirects if the destination uses a
  default resolver [GH-6122]
* connect: Fixed a bug that would prevent CA replication/initializing in a
  secondary DC from working when ACLs were enabled. [GH-6192]
* connect : Fixed a regression that broken xds endpoint generation for
  prepared query upstreams. [GH-6236]
* connect: fix failover through a mesh gateway to a remote datacenter
  [GH-6259]
* connect: resolve issue where MeshGatewayConfig could be returned empty
  [GH-6093]
* connect: updating a service-defaults config entry should leave an unset
  protocol alone [GH-6342]
* connect: validate upstreams and prevent duplicates [GH-6224]
* server: if inserting bootstrap config entries fails don't silence the
  errors [GH-6256]
* snapshot: fix TCP half-close implementation for TLS connections [GH-6216]

KNOWN ISSUES

* auto_encrypt: clients with auto_encrypt enabled won't be able to start
  because of [GH-6391]. There is a fix, but it came too late and we couldn't
  include it in the release. It will be part of 1.6.1 and we recommend that
  if you are using auto_encrypt you postpone the update.
2019-08-31 10:14:50 +09:00
Greg Troxel 9d1a1f125e open-zwave: change PKGPATH to match PKGNAME 2019-08-30 14:02:33 -04:00
Greg Troxel 9f6764a59c openzwave: Add version 1.6
Our goal is to create free software library that interfaces with
selected Z-Wave PC controllers, allowing anyone to create applications
that manipulate and respond to devices on a Z-Wave network, without
requiring in-depth knowledge of the Z-Wave protocol.

This software is currently aimed at Application Developers who wish to
incorporate Z-Wave functionality into their applications.
2019-08-30 13:45:28 -04:00
nia 031b764321 switch packages from glut to freeglut 2019-08-30 18:26:19 +01:00
Michael Baeuerle 2fa2bdf766 Makefile: -chocolate-doom 2019-08-30 19:23:04 +02:00
Michael Baeuerle 1213fba305 chocolate-doom: Remove, imported as games/chocolate-doom 2019-08-30 19:21:28 +02:00
Michael Baeuerle 1e282c829c doom1: Remove, imported as games/doom1 2019-08-30 19:12:55 +02:00
Michael Baeuerle b56962e68b eureka: Update TODO 2019-08-30 18:26:41 +02:00
Michael Baeuerle 71b864677d eureka: Make it work 2019-08-30 18:17:53 +02:00
Susumu Miwa e112f889af mackerel-agent-plugins: update to v0.58.0 2019-08-31 00:46:33 +09:00
Susumu Miwa 78ba880442 mackerel-agent: update to v0.62.1 2019-08-31 00:45:24 +09:00
ng0 735dd5384d wip/xplanet: import from pkgsrc. 2019-08-30 13:18:28 +00:00
Mark Davies f23937ac12 svgpart: update to 19.08.0 2019-08-31 00:46:44 +12:00
Mark Davies d064db71c7 kmix: update to 19.08.0 2019-08-31 00:41:55 +12:00
Mark Davies dba50d2471 kwalletmanager: update to 19.08.0 2019-08-31 00:32:52 +12:00
Mark Davies 58be4e14f1 kgpg: update to 19.08.0 2019-08-31 00:28:02 +12:00
Mark Davies 4923330acf akonadi-contacts: update to 19.08.0 2019-08-31 00:22:14 +12:00
Mark Davies d2b1f8b696 akonadi-mime: update to 19.08.0 2019-08-31 00:14:22 +12:00
Mark Davies 347b62d7a4 kmime: update to 19.08.0 2019-08-31 00:07:21 +12:00
Mark Davies 200904f936 keditbookmarks: update to 19.08.0 2019-08-31 00:02:46 +12:00
Mark Davies e828c48979 kdegraphics-thumbnailers: update to 19.08.0 2019-08-30 23:58:26 +12:00
Mark Davies d5cc0e5c06 kdav: update to 19.08.0 2019-08-30 23:54:43 +12:00
Mark Davies 9ded0c21f2 kcontacts: update to 19.08.0 2019-08-30 23:49:28 +12:00
Mark Davies eedd66bba4 kalarmcal: update to 19.08.0 2019-08-30 23:42:41 +12:00
Mark Davies fd0da14750 akonadi: update to 19.08.0 2019-08-30 23:34:27 +12:00
Mark Davies e73688362e kcalutils: update to 19.08.0 2019-08-30 23:09:29 +12:00
Mark Davies 1b8734c662 kcalcore: update to 19.08.0 2019-08-30 23:03:49 +12:00
Michael Baeuerle 01bfd74f5d doom1: Add licence
The license text was copied from the Debian package.
2019-08-30 13:00:18 +02:00
Mark Davies 8a9130e830 kidentitymanagement: update to 19.08.0 2019-08-30 22:53:45 +12:00
Mark Davies 10ec878d52 kpimtextedit: update to 19.08.0 2019-08-30 18:49:35 +12:00
Mark Davies 190a6be3ad dragon: update to 19.08.0 2019-08-30 17:28:16 +12:00
Mark Davies 9e1f36bc87 dolphin-plugins: update to 19.08.0 2019-08-30 16:36:56 +12:00
Mark Davies 65ec82b18d dolphin5: update to 19.08.0 2019-08-30 16:15:39 +12:00
Mark Davies 17290767ad kget: update to 19.08.0 2019-08-30 15:17:53 +12:00
Mark Davies 5127ec709d kde-gtk-config: update to 5.16.4 2019-08-30 14:46:35 +12:00
Mark Davies 09f5c751fb kinfocenter: update to 5.16.4 2019-08-30 09:35:25 +12:00