Skip to content

Commit 48380a7

Browse files
authored
Merge branch 'main' into py3-certifi
2 parents d2caca1 + ebebcf3 commit 48380a7

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

nmap.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
package:
2+
name: nmap
3+
version: 7.94
4+
epoch: 0
5+
description: "network discovery and security auditing tool"
6+
copyright:
7+
- license: GPL-2.0
8+
9+
environment:
10+
contents:
11+
packages:
12+
- busybox
13+
- automake
14+
- autoconf
15+
- build-base
16+
- openssl-dev
17+
- libcap-utils
18+
- ca-certificates-bundle
19+
20+
pipeline:
21+
- uses: fetch
22+
with:
23+
uri: https://nmap.org/dist/nmap-${{package.version}}.tar.bz2
24+
expected-sha256: d71be189eec43d7e099bac8571509d316c4577ca79491832ac3e1217bc8f92cc
25+
26+
- uses: autoconf/configure
27+
28+
- uses: autoconf/make
29+
30+
- uses: autoconf/make-install
31+
32+
- uses: strip
33+
34+
- runs: |
35+
setcap cap_net_raw,cap_net_admin,cap_net_bind_service+eip "${{targets.destdir}}"/usr/bin/nmap
36+
37+
update:
38+
enabled: false

packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ newrelic-prometheus-configurator
718718
prometheus-nats-exporter
719719
docker-credential-gcr
720720
kyverno
721+
nmap
721722
libapr
722723
fq
723724
mimalloc

spicedb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: spicedb
3-
version: 1.22.1
3+
version: 1.22.2
44
epoch: 0
55
description: Open Source, Google Zanzibar-inspired fine-grained permissions database
66
copyright:
@@ -19,7 +19,7 @@ pipeline:
1919
with:
2020
repository: https://github.com/authzed/spicedb
2121
tag: v${{package.version}}
22-
expected-commit: 666d083225a1f3274112be95a9c6e17cc003be34
22+
expected-commit: bfc1b2c29cb2b3fcbc3c79057ea32c2fde908a65
2323

2424
- uses: go/build
2525
with:

0 commit comments

Comments
 (0)