notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
Port details
puppetdb-cli PuppetDB CLI Tooling
1.2.5_9 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Broken BROKEN: Needs an older version of OpenSSL (older than 1.1)
Ignore IGNORE: is marked as broken: Needs an older version of OpenSSL (older than 1.1)
Maintainer: puppet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-27 09:11:20
Last Update: 2019-05-15 06:29:37
SVN Revision: 501688
License: APACHE20
Description:
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. bin/puppet-db
  2. bin/puppet-query
  3. man/man8/puppet-db.8.gz
  4. man/man8/puppet-query.8.gz
  5. man/man8/puppetdb_conf.8.gz
  6. /usr/local/share/licenses/puppetdb-cli-1.2.5_9/catalog.mk
  7. /usr/local/share/licenses/puppetdb-cli-1.2.5_9/LICENSE
  8. /usr/local/share/licenses/puppetdb-cli-1.2.5_9/APACHE20
Collapse this list.
Dependency lines:
  • puppetdb-cli>0:databases/puppetdb-cli
No installation instructions:
This port has been deleted.
PKGNAME: puppetdb-cli
Flavors: there is no flavor information for this port.
distinfo:

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rust>=1.34.2 : lang/rust
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. perl5>=5.28.r1<5.29 : lang/perl5.28
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/puppetlabs/puppetdb-cli/tar.gz/1.2.5?dummy=/
Collapse this list.
Port Moves

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.5_9
15 May 2019 06:29:37
Revision:501688Original commit files touched by this commit
romain search for other commits by this committer
Update to 2.0.0

puppetdb-cli was rewritten in Ruby, so the port was moved from
databases/puppetdb-cli to databases/rubygem-puppetdb_cli.

With hat:	puppet
1.2.5_9
15 May 2019 03:12:15
Revision:501679Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.34.2

- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
1.2.5_8
17 Apr 2019 07:33:34
Revision:499149Original commit files touched by this commit
tobik search for other commits by this committer
Mk/Uses/cargo.mk: Push lib dependencies back down into ports

Some crates are optional via Cargo features or are only used during
tests, however the framework has no way to discriminate between
test or run dependencies using just CARGO_CRATES leading to more
run dependencies than necessary for some packages.  With more ported
Rust applications it's time to let individual ports make that
decision now.

The environmental setup to use dependencies from ports instead of
bundled ones and implied build dependencies (cmake, gmake, pkgconf)
are left in place for now.

Assign cargo.mk to rust@ while here.
1.2.5_8
11 Apr 2019 19:39:28
Revision:498677Original commit files touched by this commit
tobik search for other commits by this committer
lang/rust: Update to 1.34.0

- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by:	jbeich
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D19850
1.2.5_7
28 Feb 2019 18:51:46
Revision:494176Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.33.0

- www/firefox temporarily loses SIMD in charset conversion, see
  https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by:	Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D19354
1.2.5_6
28 Feb 2019 18:47:28
Revision:494175Original commit files touched by this commit
jbeich search for other commits by this committer
USES=cargo to update libc to 0.2.49 for Tier2

PR:		235063
Differential Revision:	https://reviews.freebsd.org/D19309
1.2.5_5
08 Feb 2019 12:23:27
Revision:492432Original commit files touched by this commit
tobik search for other commits by this committer
Remove USES=ssl where it's already implied by CARGO_CRATES=openssl-sys
1.2.5_5
17 Jan 2019 19:50:39
Revision:490600Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.32.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
1.2.5_4
14 Dec 2018 07:02:15
Revision:487408Original commit files touched by this commit
romain search for other commits by this committer
Various cleanups

- Add libressl-devel to the list of BROKEN_SSL;
- Include bsd.port.options.mk + bsd.port.mk instead of bsd.port.pre.mk +
  bsd.port.post.mk;
- Fix detection of FreeBSD 12 with OpenSSL from base;
- Fix marking FreeBSD 12 with OpenSSL from base as broken.

Reported by:	jbeich
1.2.5_4
14 Dec 2018 02:59:37
Revision:487403Original commit files touched by this commit
romain search for other commits by this committer
Mark broken with unsupported OpenSSL release

puppetdb-cli internal dependencies support OpenSSL 1.0 or older only. To
sum up, one will be able to build/run puppetdb-cli using SSL from base
(FreeBSD <= 11) or from security/openssl (all FreeBSD versions).

Mark broken for:
  - DEFAULT_VERSIONS+=ssl=base (for FreeBSD 12+)
  - DEFAULT_VERSIONS+=ssl=openssl111
  - DEFAULT_VERSIONS+=ssl=libressl

An experimental patch to bring support for OpenSSL 1.1.1 is available in
the PR 233389.
The details why we chose not to merge it is explained in the comments.

PR:             233389
Reported by:    jbeich
With hat:       puppet
1.2.5_4
06 Dec 2018 17:11:15
Revision:486770Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.31.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18427
1.2.5_3
25 Oct 2018 21:59:37
Revision:482993Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.30.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by:	rust (tobik)
MFH:		2018Q4 (less rust versions to support)
Differential Revision:	https://reviews.freebsd.org/D17695
1.2.5_2
12 Oct 2018 19:01:02
Revision:481921Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.29.2

- Force rebuild all consumers in case some are affected by miscompilation

Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR:		229826 (follow up)
Approved by:	rust (tobik)
MFH:		2018Q4
Differential Revision:	https://reviews.freebsd.org/D17477
1.2.5_1
03 Oct 2018 17:03:52
Revision:481172Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.2.5

With hat:	puppet
1.2.4_1
28 Sep 2018 17:59:24
Revision:480871Original commit files touched by this commit
jbeich search for other commits by this committer
lang/rust: update to 1.29.1

- Force rebuild all consumers as standard library is statically linked

Changes:	https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR:		229826 (follow up)
Approved by:	dumbbell
Differential Revision:	https://reviews.freebsd.org/D17337
1.2.4
27 Sep 2018 09:11:03
Revision:480795Original commit files touched by this commit
romain search for other commits by this committer
New port: databases/puppetdb-cli

The PuppetDB CLI project provide Puppet subcommands for querying PuppetDB data,
via `puppet query <query>`, and PuppetDB administrative tasks, `puppet db
<import|export|status>`.

The query subcommand will allow you to query PuppetDB using either the upcoming
PQL syntax of the traditional PuppetDB query syntax (also known as AST).

The db subcommand is a replacement for the older puppetdb <export|import>
commands with faster startup times and much friendlier error messages.

WWW: https://github.com/puppetlabs/puppetdb-cli

With hat:	puppet

Number of commits found: 16