Commit Graph

60481 Commits

Author SHA1 Message Date
Jonathan Schleifer 0c8c16e6ea
Update PLIST for sickgear-git 2020-04-11 14:24:07 +02:00
Travis Paul 872b38a22b
xdebug: Remove xdebug
Newer version exists in pkgsrc as devel/php-xdebug
ok'd by Noud
2020-04-11 14:19:40 +08:00
pin cedb5aa0af sowm, minor corrections
Makefile:
-Use SUBST_MESSAGE instead of comment
-Do not cd into WRKSRC prior to install README.md
Patch:
-Comment on the use of scrot
2020-04-11 06:02:19 +02:00
Iku Iwasa 58ff595d87 mailsend-go: Update to 1.0.9
* The implementation of -name for attachment name was missing.
2020-04-11 10:55:45 +09:00
Iku Iwasa 9e849789c4 vault: Update to 1.4.0
CHANGES:

* cli: The raft configuration command has been renamed to list-peers to
  avoid confusion.

FEATURES:

* Kerberos Authentication: Vault now supports Kerberos authentication using
  a SPNEGO token. Login can be performed using the Vault CLI, API, or agent.
* Kubernetes Service Discovery: A new Kubernetes service discovery feature
  where, if configured, Vault will tag Vault pods with their current health
  status. For more, see #8249.
* MongoDB Atlas Secrets: Vault can now generate dynamic credentials for
  both MongoDB Atlas databases as well as the Atlas programmatic interface.
* OpenLDAP Secrets Engine: We now support password management of existing
  OpenLDAP user entries. For more, see #8360.
* Redshift Database Secrets Engine: The database secrets engine now
  supports static and dynamic secrets for the Amazon Web Services (AWS)
  Redshift service.
* Service Registration Config: A newly introduced service_registration
  configuration stanza, that allows for service registration to be configured
  separately from the storage backend. For more, see #7887.
* Transform Secrets Engine (Enterprise): A new secrets engine that handles
  secure data transformation and tokenization against provided input value.
* Integrated Storage: Promoted out of beta and into general availability
  for both open-source and enterprise workloads.

IMPROVEMENTS:

* agent: add option to force the use of the auth-auth token, and ignore the
  Vault token in the request [GH-8101]
* api: Restore and fix DNS SRV Lookup [GH-8520]
* audit: HMAC http_raw_body in audit log; this ensures that large
  authenticated Prometheus metrics responses get replaced with short HMAC
  values [GH-8130]
* audit: Generate-root, generate-recovery-token, and
  generate-dr-operation-token requests and responses are now
  audited. [GH-8301]
* auth/aws: Reduce the number of simultaneous STS client credentials needed
  [GH-8161]
* auth/azure: subscription ID, resource group, vm and vmss names are now
  stored in alias metadata [GH-30]
* auth/jwt: Additional OIDC callback parameters available for CLI logins
  [GH-80 & GH-86]
* auth/jwt: Bound claims may be optionally configured using globs [GH-89]
* auth/jwt: Timeout during OIDC CLI login if process doesn't complete
  within 2 minutes [GH-97]
* auth/jwt: Add support for the form_post response mode [GH-98]
* auth/jwt: add optional client_nonce to authorization flow [GH-104]
* auth/okta: Upgrade okta sdk lib, which should improve handling of groups
  [GH-8143]
* aws: Add support for v2 of the instance metadata service (see issue 7924
  for all linked PRs)
* core: Separate out service discovery interface from storage interface to
  allow new types of service discovery not coupled to storage [GH-7887]
* core: Add support for telemetry option metrics_prefix [GH-8340]
* core: Entropy Augmentation can now be used with AWS KMS and Vault Transit
  seals
* core: Allow tls_min_version to be set to TLS 1.3 [GH-8305]
* cli: Incorrect TLS configuration will now correctly fail [GH-8025]
* identity: Allow specifying a custom client_id for identity tokens
  [GH-8165]
* metrics/prometheus: improve performance with high volume of metrics
  updates [GH-8507]
* replication (enterprise): Fix race condition causing clusters with high
  throughput writes to sometimes fail to enter streaming-wal mode
* replication (enterprise): Secondary clusters can now perform an extra
  gRPC call to all nodes in a primary cluster in an attempt to resolve the
  active node's address
* replication (enterprise): The replication status API now outputs
  last_performance_wal, last_dr_wal, and connection_state values
* replication (enterprise): DR secondary clusters can now be recovered by
  the replication/dr/secondary/recover API
* replication (enterprise): We now allow for an alternate means to create a
  Disaster Recovery token, by using a batch token that is created with an ACL
  that allows for access to one or more of the DR endpoints.
* secrets/database/mongodb: Switched internal MongoDB driver to
  mongo-driver [GH-8140]
* secrets/database/mongodb: Add support for x509 client authorization to
  MongoDB [GH-8329]
* secrets/database/oracle: Add support for static credential rotation
  [GH-26]
* secrets/consul: Add support to specify TLS options per Consul backend
  [GH-4800]
* secrets/gcp: Allow specifying the TTL for a service key [GH-54]
* secrets/gcp: Add support for rotating root keys [GH-53]
* secrets/gcp: Handle version 3 policies for Resource Manager IAM requests
  [GH-77]
* secrets/nomad: Add support to specify TLS options per Nomad backend
  [GH-8083]
* secrets/ssh: Allowed users can now be templated with identity information
  [GH-7548]
* secrets/transit: Adding RSA3072 key support [GH-8151]
* storage/consul: Vault returns now a more descriptive error message when
  only a client cert or a client key has been provided [GH-4930]
* storage/raft: Nodes in the raft cluster can all be given possible leader
  addresses for them to continuously try and join one of them, thus
  automating the process of join to a greater extent [GH-7856]
* storage/raft: Fix a potential deadlock that could occur on leadership
  transition [GH-8547]
* storage/raft: Refresh TLS keyring on snapshot restore [GH-8546]
* storage/etcd: Bumped etcd client API SDK [GH-7931 & GH-4961 & GH-4349 &
  GH-7582]
* ui: Make Transit Key actions more prominent [GH-8304]
* ui: Add Core Usage Metrics [GH-8347]
* ui: Add refresh Namespace list on the Namespace dropdown, and redesign of
  Namespace dropdown menu [GH-8442]
* ui: Update transit actions to codeblocks & automatically encode plaintext
  unless indicated [GH-8462]
* ui: Display the results of transit key actions in a modal window
  [GH-8462]
* ui: Transit key version styling updates & ability to copy key from
  dropdown [GH-8480]

BUG FIXES:

* agent: Fix issue where TLS options are ignored for agent template feature
  [GH-7889]
* auth/jwt: Use lower case role names for default_role to match the role
  case convention [GH-100]
* auth/ldap: Fix a bug where the UPNDOMAIN parameter was wrongly used to
  lookup the group membership of the given user [GH-6325]
* cli: Support autocompletion for nested mounts [GH-8303]
* cli: Fix CLI namespace autocompletion [GH-8315]
* identity: Fix incorrect caching of identity token JWKS responses
  [GH-8412]
* metrics/stackdriver: Fix issue that prevents the stackdriver metrics
  library to create unnecessary stackdriver descriptors [GH-8073]
* replication: Fix issue causing cubbyholes in namespaces on performance
  secondaries to not work.
* seal (enterprise): Fix seal migration when transactional seal wrap
  backend is in use.
* secrets/database/influxdb: Fix potential panic if connection to the
  InfluxDB database cannot be established [GH-8282]
* secrets/database/mysql: Ensures default static credential rotation
  statements are used [GH-8240]
* secrets/database/mysql: Fix inconsistent query parameter names: {{name}}
  or {{username}} for different queries. Now it allows for either for
  backwards compatibility [GH-8240]
* secrets/database/postgres: Fix inconsistent query parameter names:
  {{name}} or {{username}} for different queries. Now it allows for either
  for backwards compatibility [GH-8240]
* secrets/pki: Support FQDNs in DNS Name [GH-8288]
* storage/raft: Allow seal migration to be performed on Vault clusters
  using raft storage [GH-8103]
* telemetry: Prometheus requests on standby nodes will now return an error
  instead of forwarding the request to the active node [GH-8280]
* ui: Fix broken popup menu on the transit secrets list page [GH-8348]
* ui: Update headless Chrome flag to fix yarn run test:oss [GH-8035]
* ui: Update CLI to accept empty strings as param value to reset
  previously-set values
* ui: Fix bug where error states don't clear when moving between action
  tabs on Transit [GH-8354]
2020-04-11 10:49:41 +09:00
pin 4dfc7d31be sowm, add README.md to share/doc/sowm
Allow users to navigate keybindings without the need
of a web browser
2020-04-10 21:52:56 +02:00
pin 65f69c928d sowm, final fixes 2020-04-10 14:46:02 +02:00
Aleksej Lebedev 546e87b0ca libopenshot-audio: Updated to 0.2.0. 2020-04-10 14:03:13 +02:00
Aleksej Lebedev 80a16fdfeb py-telegram-bot: Updated to 12.5.1, added missing dependencies. 2020-04-10 13:55:34 +02:00
Aleksej Lebedev 285732bf25 pacman: Updated to 5.2.1, remove TODO as the mentioned vulnerabilities were fixd in this version. 2020-04-10 13:38:57 +02:00
Aleksej Lebedev cc8e07f4bd xbps: Updated to 0.59.1 2020-04-10 13:05:19 +02:00
Benny Siegert e99e3895e0 Some bugfixes for go-module.mk.
- Also replace exclamation marks in paths
- Fix show-go-modules target
2020-04-10 10:50:11 +02:00
Benny Siegert 190ea1c869 Add a package for gopls-0.4.0.
The gopls command is an LSP server for Go. The Language Server Protocol
allows any text editor to be extended with IDE-like features; see
https://langserver.org/ for details.
2020-04-10 10:50:11 +02:00
Travis Paul e91f18440d
snuffleupagus: Fix MAINTAINER email 2020-04-10 15:55:35 +08:00
Travis Paul a693f08669
snuffleupagus: import php-snuffleupagus-0.5.0 as security/php-snuffleupagus
Snuffleupagus is a PHP 7+ module designed to drastically raise the cost of
attacks against websites, by killing entire bug classes. It also provides a
powerful virtual-patching system, allowing administrator to fix specific
vulnerabilities and audit suspicious behaviours without having to touch the
PHP code.
2020-04-10 15:50:09 +08:00
Apurva Nandan 5ef1731e3a afl++: Import afl++-2.62c as wip/afl++
afl++ is an upgrade to the American Fuzzy Lop (afl) fuzzer, created initially
to incorporate all the best features developed in the years for the fuzzers in
the AFL family but was not merged in AFL as it is not updated since November
2017.
2020-04-10 08:40:00 +05:30
pin 477393a699 sowm, use mixerctl instead of amixer on NetBSD 2020-04-10 06:27:29 +02:00
Benny Siegert 35b733f319 mattermost-server: add CHECK_RELRO_SKIP 2020-04-09 20:55:52 +02:00
Benny Siegert 0f3bb22cef go-module.mk: much improved distfile handling.
Module distfiles are now renamed so that their filenames contain
the subpath. Thus, they do not need to be in a DIST_SUBDIR and can
be shared among more than one Go package.

Also update the lf port with the new distfile names and add
CHECK_RELRO_SKIP.
2020-04-09 20:53:58 +02:00
Benny Siegert 080e895f81 Fix a few issues with go-module.mk.
- Quell pkglint warnings
- Add correct BUILD_DEPENDS
2020-04-09 17:37:08 +02:00
Kethzer Docteur 0cec385970 Update dependencies pkg in py-ngxtop 2020-04-09 08:08:32 -04:00
Travis Paul 2ee21da9ea
newt: import newt-0.52.21 as devel/newt
Newt is a programming library for color text mode, widget based user
interfaces.  Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars,
etc., to text mode user interfaces.  Newt is based on the slang library.
2020-04-09 19:04:44 +08:00
Thomas Klausner 22214867a7 py-mcomix3-git: really fix path 2020-04-09 12:10:34 +02:00
pin 1e91cb7c74 sowm, patch to use amixer only on Linux 2020-04-09 07:56:52 +02:00
pin ea9579b2a8 Remove pavucontrol-qt, imported into main 2020-04-09 07:11:37 +02:00
Kethzer Docteur b21e3b8e60 Update Makefile in py-ngxtop 2020-04-08 23:20:05 -04:00
Kethzer Docteur 0c2cff0152 Add py-ngxtop 2020-04-08 22:35:37 -04:00
nikita 7161d41ae2 gnunet: Update to gnunet-0.12.2
Changelog:

Fri Dec 20 09:22:03 2019 +0900
  Released gnunet 0.12.0 -schanzen

Fri Dec 20 09:22:03 2019 +0900
  Fixed BOX record label parsing -schanzen

Mon Dec 16 09:33:36 2019 +0100
  Fixed mysql build -schanzen

Sat 07 Dec 2019 02:38:53 PM CET
  Protocol-breaking change, using more standards-compliant
  EdDSA and RSA operations. Also changing POW function to
  make it less ASIC-compatible. This marks the switch to
  the 0.12.0 protocol family.

Sun Dec 01 19:31:00 UTC 2019
  configure: Add --with-gnunet-logread.
  -ng0

Sun Dec 1 12:26:11 2019 +0100
  GNS NSS plugin: Reject non-IDNA conforming names and
  trigger continue with next NSS plugin. -schanzen

Sat Nov 30 23:32:03 2019 +0100
  GNS NSS plugin: Disabled if called as root. -CG

Sat Nov 30 23:08:49 2019 +0100
  Fixed #3795: Switched to new PoW for NSE and GNS revocation.
  Functionality is ifdef guarded for 0.12. -CG

Sat Nov 30 21:05:25 2019 +0100
  Fixed #5978:
  Added support for .<zkey> CNAMEs in the GNS resolver. -schanzen

Sat Nov 30 20:27:51 2019 +0100
  Fixed #5979:
  Added support for .<zkey> DNS server names in GNS2DNS records.
  -schanzen

Tue Nov 26 18:26:54 2019 +0100
  Crypto change: Use Curve25519 for ECDH and tweetnacl where we can.
  Functionality is ifdef guarded for 0.12. -fdold

Nov 30 15:20:45 2019 +0100
  Fixed #5922:
  GNS names are now UTF-8. For DNS, names are converted to IDNA.
  Functionality is ifdef guarded for 0.12. -schanzen
2020-04-09 01:36:42 +02:00
Thomas Klausner d16574ddcf py-mcomix3-git: fix path in DEPENDS. 2020-04-08 23:42:22 +02:00
pin 39518cf8bc sowm, add scrot as dependency 2020-04-08 21:40:47 +02:00
kikadf 9af2162ea2 u-boot-orangepi-pc: Import u-boot-orangepi-pc-2018.11 as wip/u-boot-orangepi-pc
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Xunlong Orange Pi PC.
2020-04-08 19:39:39 +02:00
nikita 05eec3aa33 alacritty: update to 0.4.2
still needs some work to get the libraries to link
2020-04-08 17:46:59 +02:00
Kamil Rytarowski af6a3d7cdc gdb-netbsd-wip: Drop
Local patches will be rebased to gdb-netbsd.
2020-04-08 17:31:19 +02:00
Kamil Rytarowski 7f9228e9e9 gdb-netbsd-wip: Drop merged or pending to merge patches 2020-04-08 17:25:40 +02:00
Kamil Rytarowski c29f12d085 gdb-netbsd: Drop no longer needed local patches 2020-04-08 17:22:20 +02:00
Jaap Boender 46dc2bde72 Synchronised ARM changes with ocaml 2020-04-01 08:00:37 +00:00
Jaap Boender bc10f370e0 Added patch for natdylink on arm 2020-04-01 06:46:07 +00:00
Travis Paul 8d7ac7c092
cmusfm: Update to 0.3.3
https://github.com/Arkq/cmusfm/releases
2020-04-08 12:42:08 +08:00
Yorick Hardy d9be0313c6 cyclone: update to cyclone-0.17
Cyclone Scheme 0.17

April 6th, 2020

Bug Fixes

  * Modified binary-port? and textual-port? to correctly differentiate between binary and textual ports.
2020-04-07 20:38:40 +02:00
Olaf Seibert 421182650a sdl-hercules-hyperion: Replace path to bash in a script. 2020-04-07 18:41:29 +02:00
pin 113bc850e4 sowm, add dmenu and st dependencies 2020-04-07 17:20:26 +02:00
Matthias Petermann 9b3057df9f xtrlock: version update to 2.13, unbreak build due to missing distfile on upstream 2020-04-07 16:30:33 +02:00
Leonardo Taccari 93feaea751 rclone: Document patches 2020-04-06 18:26:44 +02:00
pin ec02103198 sowm, remove unnecessary pre-configure 2020-04-06 16:16:47 +02:00
pin b8ee66b3b7 Remove focuswriter, imported into pkgsrc 2020-04-06 14:01:59 +02:00
Thomas Klausner 6f15943444 py-distro: remove, newer version in pkgsrc 2020-04-06 11:17:46 +02:00
Thomas Klausner d40eac5d27 py-unidecode: remove, already in pkgsrc as py-Unidecode 2020-04-06 09:18:35 +02:00
Thomas Klausner 2ec20adc6c gjs: add update to 1.64.1
Issues with PaX mprotect, see TODO.
2020-04-06 07:12:32 +02:00
Susumu Miwa 6f9dcba70f mackerel-agent-plugins: update to v0.60.1 2020-04-06 11:17:43 +09:00
Susumu Miwa 7ba6f27ad1 mackerel-agent: update to v0.67.1 2020-04-06 11:17:03 +09:00