non port: security/ssh-vault/Makefile |
Number of commits found: 48 |
Thursday, 3 Jul 2025
|
08:46 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.88.0
PR: 287766
f3f7e55 |
Thursday, 5 Jun 2025
|
07:52 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.87.0
PR: 286829
3ed29b8 |
Tuesday, 8 Apr 2025
|
08:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.86.0
PR: 285840
2a5976a |
Monday, 24 Feb 2025
|
07:55 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.85.0
PR: 284884
cf7c4b0 |
Monday, 20 Jan 2025
|
11:06 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.84.0
PR: 283962
fccaa1b |
Sunday, 1 Dec 2024
|
09:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.83.0
PR: 283000
1d1fd15 |
Friday, 8 Nov 2024
|
08:24 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.82.0
PR: 282516
ca048c2 |
Tuesday, 10 Sep 2024
|
11:00 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.81.0
PR: 281300
89ab81d |
10:58 Mikael Urankar (mikael) Author: Siva Mahadevan
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
c0d07f1 |
Monday, 26 Aug 2024
|
08:08 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.80.1
PR: 280490
7a55f95 |
Tuesday, 18 Jun 2024
|
10:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.79.0
PR: 279707
21476ca |
Monday, 13 May 2024
|
11:03 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.78.0
PR: 278834
2322b66 |
Saturday, 23 Mar 2024
|
09:41 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.77.0
PR: 277786
d632fbe |
Monday, 19 Feb 2024
|
11:59 Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.76.0
PR: 276920
7f5a7b0 |
Wednesday, 10 Jan 2024
|
00:51 Koichiro Iwao (meta)
security/ssh-vault: Update to 1.0.10
PR: 275689
d001800 |
Thursday, 7 Dec 2023
|
02:22 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 274405
0505b71 |
Friday, 8 Sep 2023
|
14:34 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go* update
8e4bc57 |
Friday, 4 Aug 2023
|
14:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
09b9930 |
Saturday, 8 Apr 2023
|
15:13 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
ff40d94 |
Saturday, 11 Mar 2023
|
08:37 Robert Clausecker (fuz)
security/ssh-vault: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough to
compile on riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
f1ba9fa |
Thursday, 9 Mar 2023
|
19:18 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go ports update
0907973 |
Wednesday, 15 Feb 2023
|
19:06 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
56b5ec7 |
Thursday, 9 Feb 2023
|
21:55 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after GO_DEFAULT update.
2297efc |
Saturday, 14 Jan 2023
|
11:31 Dmitri Goutnik (dmgk)
all: Bump PORTVERSION after lang/go{118,119} update
3b383d8 |
Sunday, 11 Dec 2022
|
11:17 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
d9ad100 |
Thursday, 6 Oct 2022
|
19:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
bde5186 |
Thursday, 8 Sep 2022
|
16:33 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
f05c98f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 3 Aug 2022
|
21:35 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
4476f89 |
Thursday, 14 Jul 2022
|
12:46 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{117,118} update
153cb65 |
Tuesday, 7 Jun 2022
|
21:56 Dmitri Goutnik (dmgk)
*/*: Bump port revisons after lang/go{117,118} update
309cdec |
Wednesday, 30 Mar 2022
|
07:01 Guangyuan Yang (ygy)
*/*: Bump PORTREVISION after lang/go 1.18 update
d690b51 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 18 Feb 2020
|
13:10 dmgk
security/ssh-vault: Update to 0.12.6
- While here: pet portclippy, remove trailing whitespace
Changes: https://github.com/ssh-vault/ssh-vault/blob/master/CHANGELOG.md
PR: 244210
Submitted by: nbari@tequila.io (maintainer)
 |
Sunday, 29 Sep 2019
|
22:31 dmgk
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
misc-shells)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21743
 |
Saturday, 11 Aug 2018
|
14:26 dbaio
security/ssh-vault: Update dependencies
Remove dependency on outdated security/go.crypto port and switch it to
current golang.org/x/crypto master.
PR: 230197
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: nbari@tequila.io (maintainer)
 |
Thursday, 7 Jun 2018
|
20:23 dbaio
security/ssh-vault: Update to 0.12.4
Changes: https://raw.githubusercontent.com/ssh-vault/ssh-vault/0.12.4/CHANGELOG.md
PR: 228816
Submitted by: nbari@tequila.io (maintainer)
 |
Sunday, 18 Mar 2018
|
03:55 yuri
Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2
sysutils/immortal
sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts
net-mgmt/pushgateway net/nsq
textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault
Approved by: portmgr (port compliance, infrastructure)
 |
Thursday, 12 Oct 2017
|
09:06 mat
Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight
 |
Saturday, 30 Sep 2017
|
21:00 cpm
security/ssh-vault: Update to 0.12.3
- Fix bug that didn't allow/give preference to the HOME environment variable.
PR: 222700
Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer)
 |
Saturday, 9 Sep 2017
|
20:51 dbaio
security/ssh-vault: Update to 0.12.1
- Allow to encrypt/decrypt as a service by using a remote HTTP endpoint
for fetching private keys.
PR: 222124
Submitted by: nbari@tequila.io (maintainer)
 |
Sunday, 3 Sep 2017
|
09:39 cpm
security/ssh-vault: update to 0.11.4
- Allow creating a vault by defining ssh-key fingerprint
While I'm here, fix whitespace and use a tab (not space) after a variable name
PR: 221687
Submitted by: nbari@tequila.io (maintainer)
 |
Saturday, 8 Apr 2017
|
11:36 cpm
security/ssh-vault: update to 0.11.0
- Implement -f fingerprint
Allows to create vaults defining a fingerprint beside the key index, allowing
with this to always use the same key in case the order changes from the input.
https://github.com/ssh-vault/ssh-vault/issues/19
PR: 218426
Submitted by: nbari@tequila.io (maintainer)
 |
Saturday, 18 Mar 2017
|
22:14 cpm
security/ssh-vault: update to 0.10.0
- Added -o option to support writing output to a file instead of stdout.
PR: 217644
Submitted by: nbari@tequila.io (maintainer)
 |
Sunday, 5 Mar 2017
|
08:13 mat
Cleanup USE_GITHUB with GH_TUPLE usage.
Do not use GH_TUPLE for the default distfile.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 4 Mar 2017
|
21:21 cpm
security/ssh-vault: update to 0.9.1
- Support for encrypt/decrypt on the fly, no need to keep files on disk
simplifying with this the shared of sensitive data, like in within chats.
PR: 217529
Submitted by: nbari@tequila.io (maintainer)
 |
Monday, 20 Feb 2017
|
11:02 wg
security/ssh-vault: encrypt/decrypt using ssh keys
A command line tool (cli) for creating encrypted files "vaults"
using ssh rsa keys for encrypt/decrypt.
WWW: https://ssh-vault.com/
PR: 214831
Submitted by: Nicolas de Bari Embriz Garcia Rojas
 |
Number of commits found: 48 |