Commit Graph

515928 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fc69a6bbb8 Add rubygem-chef-vault 4.0.1
Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.

WWW: https://github.com/chef/chef-vault
2020-07-30 09:48:22 +00:00
Sunpoet Po-Chuan Hsieh
00788b796e Add rubygem-chef-utils 16.2.73
Chef Utils gem contains common code and mixins for the core Chef Infra Ruby
gems. This is intended to be a "core" or "foundations" library for the chef
ecosystem (and external related gems) which allows the use of core code and
utility functions of the chef gem without requiring all the heaviness of the
chef gem.

WWW: https://github.com/chef/chef/tree/master/chef-utils
2020-07-30 09:48:13 +00:00
Sunpoet Po-Chuan Hsieh
f3f66bb86f Add rubygem-train-winrm 0.2.6
This plugin allows applications that rely on Train to communicate with the WinRM
API. This plugin relies on the winrm and winrm-fs gems for implementation.

WWW: https://github.com/inspec/train-winrm
2020-07-30 09:48:04 +00:00
Sunpoet Po-Chuan Hsieh
992f1682d2 Add rubygem-train-core 3.3.6
Train lets you talk to your local or remote operating systems and APIs with a
unified interface.

WWW: https://github.com/inspec/train
2020-07-30 09:47:55 +00:00
Sunpoet Po-Chuan Hsieh
bbba7909c3 Add rubygem-train 3.3.6
Train lets you talk to your local or remote operating systems and APIs with a
unified interface.

It allows you to:
- execute commands via run_command
- interact with files via file
- identify the target operating system via os
- authenticate to API-based services and treat them like a platform

Train supports:
- Local execution
- SSH
- WinRM
- Docker
- Mock (for testing and debugging)
- AWS as an API
- Azure as an API
- VMware via PowerCLI
- Habitat

WWW: https://github.com/inspec/train
2020-07-30 09:47:46 +00:00
Sunpoet Po-Chuan Hsieh
636191937b Add rubygem-zlib 1.1.0
This module provides access to the zlib library. Zlib is designed to be a
portable, free, general-purpose, legally unencumbered -- that is, not covered by
any patents -- lossless data-compression library for use on virtually any
computer hardware and operating system.

The library also supports reading and writing files in gzip (.gz) format with an
interface similar to that of IO. The gzip format is described in RFC 1952 which
is also a wrapper around a deflate stream.

WWW: https://github.com/ruby/zlib
2020-07-30 09:47:36 +00:00
Sunpoet Po-Chuan Hsieh
6b9187ff51 Add rubygem-timeout 0.1.0
Timeout provides a way to auto-terminate a potentially long-running operation if
it hasn't finished in a fixed amount of time.

WWW: https://github.com/ruby/timeout
2020-07-30 09:47:27 +00:00
Sunpoet Po-Chuan Hsieh
a360722984 Add rubygem-singleton 0.1.0
The Singleton module implements the Singleton pattern.

WWW: https://github.com/ruby/singleton
2020-07-30 09:47:20 +00:00
Sunpoet Po-Chuan Hsieh
ba51765fef Add rubygem-fileutils 1.4.1
Namespace for several file utility methods for copying, moving, removing, etc.

WWW: https://github.com/ruby/fileutils
2020-07-30 09:47:10 +00:00
Sunpoet Po-Chuan Hsieh
5c1bd360f8 Add rubygem-ffi-libarchive 1.0.3
This library provides Ruby FFI bindings to the well-known libarchive library.

WWW: https://github.com/chef/ffi-libarchive
2020-07-30 09:47:02 +00:00
Sunpoet Po-Chuan Hsieh
7eb8b72dc7 Add rubygem-etc 1.1.0
The Etc module provides access to information typically stored in files in the
/etc directory on Unix systems.

The information accessible consists of the information found in the /etc/passwd
and /etc/group files, plus information about he system's temporary directory
(/tmp) and configuration directory (/etc).

The Etc module provides a more reliable way to access information about the
logged in user than environment variables such as +$USER+.

WWW: https://github.com/ruby/etc
2020-07-30 09:46:53 +00:00
Sunpoet Po-Chuan Hsieh
96fb4e2874 Add rubygem-english 0.7.0
Include the English library file in a Ruby script, and you can reference the
global variables such as $_ using less cryptic names.

WWW: https://github.com/ruby/English
2020-07-30 09:46:44 +00:00
Sunpoet Po-Chuan Hsieh
497574b40a Add rubygem-delegate 0.1.0
This library provides three different ways to delegate method calls to an
object. The easiest to use is SimpleDelegator. Pass an object to the constructor
and all methods supported by the object will be delegated. This object can be
changed later.

Going a step further, the top level DelegateClass method allows you to easily
setup delegation through class inheritance. This is considerably more flexible
and thus probably the most common use for this library.

Finally, if you need full control over the delegation scheme, you can inherit
from the abstract class Delegator and customize as needed. (If you find yourself
needing this control, have a look at Forwardable which is also in the standard
library. It may suit your needs better.)

WWW: https://github.com/ruby/delegate
2020-07-30 09:46:36 +00:00
Sunpoet Po-Chuan Hsieh
e8a78b1fe9 Add rubygem-date 3.0.1
Date is a subclass of Object that includes the Comparable module and easily
handles date.

WWW: https://github.com/ruby/date
2020-07-30 09:46:26 +00:00
Sunpoet Po-Chuan Hsieh
6fa86cfe6e Add rubygem-benchmark 0.1.0
The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.

WWW: https://github.com/ruby/benchmark
2020-07-30 09:46:19 +00:00
Sunpoet Po-Chuan Hsieh
b81325e25b Add py-cert-human 1.0.7
I wanted to incorporate a method to get an SSL certificate from a server, show
the user the same kind of information as you'd see in a browser, prompt them for
validity, then write it to disk for use in all requests to a server.

I was unable to find any great / easy ways that incorporated all of these
concepts into one neat thing. So I made a thing.

Originally this was based off of yet another lovely over-engineered solution in
get-ca-py by Josh Peak.

WWW: https://github.com/lifehackjim/cert_human
2020-07-30 09:46:11 +00:00
Dmitry Marakasov
15784a1ecf - Add LICENSE
- Add missing dependency
- Update WWW

Approved by:	portmgr blanket
2020-07-30 09:36:30 +00:00
Mateusz Piotrowski
7f702db9e0 astro/xearth: Add my marker to freebsd.committers.markers 2020-07-30 09:23:28 +00:00
Piotr Kubaj
247c7858c1 databases/ateam_mysql57_ldap_auth: fix build on GCC architectures
Use C11 compiler:
/usr/local/include/mysql/my_global.h:212: error: redefinition of typedef 'my_socket'
/usr/local/include/mysql/mysql.h:64: error: previous declaration of 'my_socket' was here
2020-07-30 08:54:04 +00:00
Li-Wen Hsu
cbb089518e Remove "(CORE)" label because it's not accurate now. 2020-07-30 08:32:23 +00:00
Li-Wen Hsu
0db386b853 Update to 2.250
Sponsored by:	The FreeBSD Foundation
2020-07-30 08:28:54 +00:00
Matthias Fechner
58ae952cbd Added my location. 2020-07-30 07:25:11 +00:00
Loïc Bartoletti
95dd3b7653 x11-toolkits/qwt6: Update to 6.1.5
- Update to 6.1.5
 - Remove patch fixed upstream

Approved by:	tcberner (implicit)
Differential Revision:	https://reviews.freebsd.org/D25851
2020-07-30 07:15:48 +00:00
Fernando Apesteguía
10a5676f29 games/ltris: update to 1.2.1
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/

 * fixed build failure with gcc 4.8
 * added training mode with optional zero gravity

PR:	248344
Submitted by:	marcel@herrbischoff.com (maintainer)
2020-07-30 07:06:07 +00:00
Greg Lewis
5d624f1511 Fix packing list
* Force bash completion to install into ${PREFIX}/etc/bash_completion.d
* Adjust packing list to reflect this

PR:		244976
2020-07-30 06:59:41 +00:00
Loïc Bartoletti
5b6d0a852e databases/pgmodeler: Update to 0.9.3-beta
Since Qt5.15 update, pgmodeler 0.9.2 crashes. A new release is coming, we can as well fix this crash and prepare for this release.
  - Update to 0.9.3-beta
  - Reorder and alphabetize USES

Changelog:
    https://github.com/pgmodeler/pgmodeler/blob/develop/CHANGELOG.md

Reported by:	tcberner
Approved by:	tcberner (mentor)
Differential Revision:	D25877
2020-07-30 06:51:26 +00:00
Fernando Apesteguía
a324337731 emulators/mame emulators/mess: update to 0.222
ChangeLog way to big to reproduce here:
https://github.com/mamedev/mame/releases/download/mame0222/whatsnew_0222.txt

While here

 * Add USES=localbase
 * Move multiple variables to their places

PR:	246698
Submitted by:	sdalu@sdalu.com
2020-07-30 06:50:24 +00:00
Yuri Victorovich
b1cad76f99 New port: audio/bliss: Multithreaded C library used to compute distance between songs 2020-07-30 05:41:12 +00:00
Philip Paeps
0965b09b7a astro/xearth: add myself to freebsd.committers.markers again
Given the state of the world, I'll probably be here for a while.
2020-07-30 05:16:00 +00:00
Yuri Victorovich
a22fe936af New port: devel/gitui: Terminal UI for git 2020-07-30 05:06:00 +00:00
Tobias C. Berner
6a36aec9de archivers/ark: add missing bump after r543704 2020-07-30 04:36:26 +00:00
Tobias C. Berner
c689c7af7b archivers/ark: security fix
KDE Project Security Advisory
=============================

Title:           Ark: maliciously crafted archive can install files outside the extraction directory.
Risk Rating:     Important
CVE:             CVE-2020-16116
Versions:        ark <= 20.04.3
Author:          Elvis Angelaccio <elvis.angelaccio@kde.org>
Date:            30 July 2020

Overview
========

A maliciously crafted archive with "../" in the file paths
would install files anywhere in the user's home directory upon extraction.

Proof of concept
================

For testing, an example of malicious archive can be found at
https://github.com/jwilk/traversal-archives/releases/download/0/relative2.zip

Impact
======

Users can unwillingly install files like a modified .bashrc, or a malicious
script placed in ~/.config/autostart

Workaround
==========

Users should not use the 'Extract' context menu from the Dolphin file manager.
Before extracting a downloaded archive using the Ark GUI, users should inspect it
to make sure it doesn't contain entries with "../" in the file path.

Solution
========

Ark 20.08.0 prevents loading of malicious archives and shows a warning message
to the users.

Alternatively,
0df592524f
can be applied to previous releases.

Credits
=======

Thanks to Dominik Penner for finding and reporting this issue and thanks to
Elvis Angelaccio and Albert Astals Cid for fixing it.
2020-07-30 04:32:24 +00:00
Alan Somers
8881046e5d astro/xearth: add myself (asomers) to freebsd.committers.markers 2020-07-30 02:40:48 +00:00
Yuri Victorovich
9663bb20d6 math/py-spot: Update 2.9.2 -> 2.9.3
Reported by:	portscout
2020-07-30 01:12:33 +00:00
Yuri Victorovich
4aacad3b5a math/spot: Update 2.9.2 -> 2.9.3
Reported by:	portscout
2020-07-30 01:11:57 +00:00
Yuri Victorovich
bd56619613 www/cpp-httplib: Update 0.7.1 -> 0.7.2
Reported by:	portscout
2020-07-30 01:00:55 +00:00
Yuri Victorovich
79e9d31aed multimedia/obs-streamfx: Update 0.8.1 -> 0.8.2
Reported by:	portscout
2020-07-30 00:59:44 +00:00
Yuri Victorovich
59da5ce569 math/lean: Update 3.17.1 -> 3.18.2
Reported by:	portscout
2020-07-30 00:55:24 +00:00
Greg Lehey
fe36327d28 Recover sort sequence. 2020-07-30 00:51:34 +00:00
Greg Lehey
cd98ebdbf3 Remove bde, deceased. 2020-07-30 00:43:59 +00:00
Greg Lehey
a76a6931b3 Remove trailing space. 2020-07-30 00:41:57 +00:00
John Hixson
c4a85c71bf sysutils/openshift-install-devel: use GH_TAGNAME for git commit hash 2020-07-30 00:32:43 +00:00
John Hixson
e299012350 sysutils/openshift-install45: use GH_TAGNAME for git commit hash 2020-07-30 00:32:16 +00:00
John Hixson
647a673c8f sysutils/openshift-install46: use GH_TAGNAME for git commit 2020-07-30 00:31:30 +00:00
Larry Rosenman
830951500d astro/xearth: Update per bcran.
PR:		248357
Submitted by:	bcran
2020-07-30 00:20:00 +00:00
Jan Beich
68c5fa6f61 graphics/mesa-devel: update to 20.1.b.3574
Changes:	12dd5455f4...b5558f2d2a
2020-07-29 23:48:07 +00:00
Jan Beich
2c345013cb emulators/yuzu: update to s20200729
Changes:	6b35317ff...b8a7b530f
2020-07-29 23:48:02 +00:00
Jan Beich
7d15f0909b emulators/rpcs3: update to 0.0.11.10707
Changes:	609182b13...ebf832214
2020-07-29 23:47:56 +00:00
Piotr Kubaj
f4a869a18e net/libusrsctp: fix build on GCC architectures
Disable -Werror:
/wrkdirs/usr/ports/net/libusrsctp/work/usrsctp-0.9.3.0-856-g66a25d7/usrsctplib/netinet/sctp_auth.c:197: warning: declaration of 'index' shadows a global declaration

MFH:		2020Q3 (fix build blanket)
2020-07-29 22:45:11 +00:00
Gerald Pfeifer
390e0afa31 Update to the 20200726 snapshot of GCC 11.0.0. 2020-07-29 22:39:47 +00:00