File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -718,6 +718,7 @@ newrelic-prometheus-configurator
718718prometheus-nats-exporter
719719docker-credential-gcr
720720kyverno
721+ nmap
721722libapr
722723fq
723724mimalloc
Original file line number Diff line number Diff line change 11package :
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 :
You can’t perform that action at this time.
0 commit comments