pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/opa opa: Update to 0.43.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64f7fcd541fd
branches:  trunk
changeset: 382665:64f7fcd541fd
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Aug 02 11:16:21 2022 +0000

description:
opa: Update to 0.43.0

pkgsrc changes:
 - Remove patches/patch-runtime_check__user__unix.go that was shared
   and applied upstream

Changes:
## 0.43.0

This release contains a number of fixes, enhancements, and performance
improvements.

### Object Insertion Optimization

Rego Object insertion operations did not scale linearly in the past,
and experienced noticeable reallocation/memory movement overheads once
the Object grew past 120k-150k keys in size.

This release introduces different handling of Object internals during
insert operations to avoid pathological reallocation behavior, and
allows linear performance scaling up into the 500k key range and
beyond.

### Tooling, SDK, and Runtime

- Add lines covered/not covered counts to test coverage report
- Plugins: Status and logs plugins now accept any HTTP 2xx status code
- Runtime: Generalize OS check for MacOS to other Unix-likes

#### Bundles Fixes

The Bundles system received several bugfixes and performance
improvements in this release:

  - Bundle: `opa bundle` command now supports `.yml` files
  - Plugins/Bundle: Use unique temporary files for persisting activated
    bundles to disk
  - Server: Old policy path is now checked for bundle ownership before update
  - Storage+Bundle: Old bundle data is now cleaned before new bundle activation
  - Bundle: Paths are now normalized before bundle root check occurs to
    ensure checks are os-independent

#### Storage Fixes

The Storage system received mostly bugfixes, with a notable performance
improvement for large bundles in this release:

  - storage/inmem: Speed up bundle activation by avoiding unnecessary read
    operations
  - storage/inmem: Paths are now created during truncate operations if they
    did not exist before
  - storage/disk: Symlinks work with relative paths now

### Rego and Topdown

The Rego compiler and runtime environment received a number of
bugfixes, and a few new features this release, as well as a notable
performance improvement for large Objects (covered above).

- AST/Compiler: New method for obtaining parsed, but otherwise unprocessed modules is now available
- `object.subset`: Support array + set combination
- Compiler: Prevent erasure of `print()` statements in the compiler via
  a `WithEnablePrintStatements` option to `compiler.Compiler` and
  `compiler.optimizer`
- Topdown fixes:
  - AST/Builtins: `type_name` builtin now has more precise type metadata and
    improved docs
  - Topdown/copypropagation: Ref-based tautologies like `input.a == input.a`
    are no longer eliminated during the copy-propagation pass
  - Topdown/parse_units: Use big.Rat for units parsing to avoid floating-point
    rounding issues on fractional units.
  - Topdown: `is_valid` builtins no longer error, and should always return
    booleans
  - Topdown: `glob.match` now can be used without delimiters

### Documentation

 - Docs: Add GraphQL API authorization tutorial
 - Docs/bundles: Add bundle CLI command documentation
 - Docs/policy-reference: Remove extra quote in Grammar to fix formatting
 - Docs/policy-testing: Add missing future.keywords imports
 - Docs: Add note about counter_server_query_cache_hit metric
 - Docs: Kube tutorial includes updated cert install procedure
 - Docs: GraphQL builtins section now includes a note about framework-specific
   `@directive` definitions in GraphQL schemas
 - Docs: Add warning about name collisions in older policies from importing
   'future.keywords'

### Miscellaneous

- Dependency bumps, notably:
  - aquasecurity/trivy-action from 0.5.1 to 0.6.1
  - github.com/sirupsen/logrus from 1.8.1 to 1.9.0
  - github.com/vektah/gqlparser/v2 from 2.4.5 to 2.4.6
  - google.golang.org/grpc from 1.47.0 to 1.48.0
  - terser in /docs/website/scripts/live-blocks
  - glob-parent in /docs/website/scripts/live-blocks
- Added GKE Policy Automation to ADOPTERS.md
- Fix minor code unreachability error

diffstat:

 devel/opa/Makefile                                   |   7 +-
 devel/opa/distinfo                                   |  51 ++++++++++---------
 devel/opa/go-modules.mk                              |  16 +++--
 devel/opa/patches/patch-runtime_check__user__unix.go |  12 ----
 4 files changed, 39 insertions(+), 47 deletions(-)

diffs (186 lines):

diff -r 1f8485a54efa -r 64f7fcd541fd devel/opa/Makefile
--- a/devel/opa/Makefile        Tue Aug 02 11:15:56 2022 +0000
+++ b/devel/opa/Makefile        Tue Aug 02 11:16:21 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/07/23 18:50:10 leot Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/02 11:16:21 leot Exp $
 
-DISTNAME=      opa-0.42.2
+DISTNAME=      opa-0.43.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=open-policy-agent/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -17,9 +17,6 @@
                        -X github.com/open-policy-agent/opa/version.Hostname= \
                        -X github.com/open-policy-agent/opa/internal/report.ExternalServiceURL='
 
-pre-patch:
-       ${MV} ${WRKSRC}/runtime/check_user_darwin.go ${WRKSRC}/runtime/check_user_unix.go
-
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"
diff -r 1f8485a54efa -r 64f7fcd541fd devel/opa/distinfo
--- a/devel/opa/distinfo        Tue Aug 02 11:15:56 2022 +0000
+++ b/devel/opa/distinfo        Tue Aug 02 11:16:21 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2022/07/23 18:50:10 leot Exp $
+$NetBSD: distinfo,v 1.4 2022/08/02 11:16:21 leot Exp $
 
 BLAKE2s (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece
 SHA512 (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c
@@ -3309,9 +3309,12 @@
 BLAKE2s (github.com_sirupsen_logrus_@v_v1.8.1.mod) = 895823f1674562e92c0f627b224102cd31f945633c3adba4e6e6dbbd1fff80c9
 SHA512 (github.com_sirupsen_logrus_@v_v1.8.1.mod) = ba06d3386a03812f2ce65f0597b932beb62b70b4da92974c5f5ed81c150fb71ce0285a2d9779ec8a40916870b0e4da5c2c8c5591c3687f3b8e829652a01ec1f6
 Size (github.com_sirupsen_logrus_@v_v1.8.1.mod) = 242 bytes
-BLAKE2s (github.com_sirupsen_logrus_@v_v1.8.1.zip) = a4c2f237e700d2ec8b18a1d6a3ce388fbb749996c0a9a5a7d38562b0ab89427b
-SHA512 (github.com_sirupsen_logrus_@v_v1.8.1.zip) = 50aa92ee488371c7242664cacc6772fcf3b54068d834089d7b62675f9e17a84d234295f266419919ca197f3ddb6d358bab6d5e4583883d4504d6ff90054f5827
-Size (github.com_sirupsen_logrus_@v_v1.8.1.zip) = 66301 bytes
+BLAKE2s (github.com_sirupsen_logrus_@v_v1.9.0.mod) = 6e794dcec8d67bf1b0f0c0cb15ca681fb93ff263c23a2e13a04039a290efcc5c
+SHA512 (github.com_sirupsen_logrus_@v_v1.9.0.mod) = f3636346810370d6b8945a861132310af71deba014726e3fd53fbf3fbe0dcd7b2aba6ec33a1aa716cdc674a21777297b09448db4e24edd242b3ef6e10990652d
+Size (github.com_sirupsen_logrus_@v_v1.9.0.mod) = 192 bytes
+BLAKE2s (github.com_sirupsen_logrus_@v_v1.9.0.zip) = f1bc3e08d0cc1443e64c35f744a9b6bbd32959b42e0838b99bca058361ff2c25
+SHA512 (github.com_sirupsen_logrus_@v_v1.9.0.zip) = 73a2821428115e9a809261522546cf019193e3c0c058983cdba85dbf6fda4bbf37794a0f61f173a387bc19d583d5cb7f66ffa9c3436289665f18dd0a14ed2e8a
+Size (github.com_sirupsen_logrus_@v_v1.9.0.zip) = 68377 bytes
 BLAKE2s (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 4831f53e706d957dfa9e55498f39badbe6ae21c8fdfc98c276be4b1236056008
 SHA512 (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 
222b0edcf745e14eb775eac28668dfa0c52051cbf302ec441b58d75846fc2570a0fc2e616cbec68f6312a1648fd7e6997b6597b160b1a7f84c1c500a42e93e6d
 Size (github.com_smartystreets_assertions_@v_v0.0.0-20180927180507-b2de0cb4f26d.mod) = 43 bytes
@@ -3552,12 +3555,12 @@
 BLAKE2s (github.com_urfave_cli_@v_v1.22.2.zip) = 497235de697aeb64e768434df8569e3ce6db4cc54978752c98e8513b47a2ccbf
 SHA512 (github.com_urfave_cli_@v_v1.22.2.zip) = ebe55034b03a75da1e267c7cd06517a6e429d96557bfdd0253ef3967576d57b5866d8137172f15cad0875c009c2bd2efdb6994ee82c2ba83e804e9e8531f4a14
 Size (github.com_urfave_cli_@v_v1.22.2.zip) = 106836 bytes
-BLAKE2s (github.com_vektah_gqlparser_v2_@v_v2.4.5.mod) = b0395a58d85b927b569829aac5207a628f52077597909d64790fdbc671d9a598
-SHA512 (github.com_vektah_gqlparser_v2_@v_v2.4.5.mod) = a5b926d543ab0cef1f44aee2fa1a0174f29ac2b67fa9a6ac7ca2a02e77ee79f541aa3f185cbcda6ee00278ec1a8481bdf27011790a9363b2eeae14a8108294ea
-Size (github.com_vektah_gqlparser_v2_@v_v2.4.5.mod) = 295 bytes
-BLAKE2s (github.com_vektah_gqlparser_v2_@v_v2.4.5.zip) = 5b6ab6355aa0c50819c6b4589f070a248a5f2bcfe61775024b04fd910d4e6ac3
-SHA512 (github.com_vektah_gqlparser_v2_@v_v2.4.5.zip) = 6602adfcefbc81ad49975b2926d40a3414fdaa56682e3bcf81abad6a26f89f1cb839d2e873d889c8aa83290739275d6d8c7ce2e7a45b368de8d96b8ad2318caa
-Size (github.com_vektah_gqlparser_v2_@v_v2.4.5.zip) = 220581 bytes
+BLAKE2s (github.com_vektah_gqlparser_v2_@v_v2.4.6.mod) = b0395a58d85b927b569829aac5207a628f52077597909d64790fdbc671d9a598
+SHA512 (github.com_vektah_gqlparser_v2_@v_v2.4.6.mod) = a5b926d543ab0cef1f44aee2fa1a0174f29ac2b67fa9a6ac7ca2a02e77ee79f541aa3f185cbcda6ee00278ec1a8481bdf27011790a9363b2eeae14a8108294ea
+Size (github.com_vektah_gqlparser_v2_@v_v2.4.6.mod) = 295 bytes
+BLAKE2s (github.com_vektah_gqlparser_v2_@v_v2.4.6.zip) = 05cfc0019e0a45c71920e33f31f2267654b59b94ddce0a1ff56ccbf6436f3a2a
+SHA512 (github.com_vektah_gqlparser_v2_@v_v2.4.6.zip) = 6a5d7e48d9c5214c5e65b20a18471a648851e681c29d809ede7d4db590d81ef711463c76f35a16d36bcd87d720f4a36a7419437e67723451e6e273cc31a4130e
+Size (github.com_vektah_gqlparser_v2_@v_v2.4.6.zip) = 220638 bytes
 BLAKE2s (github.com_vishvananda_netlink_@v_v0.0.0-20181108222139-023a6dafdcdf.mod) = 4574277b6624a1c48299794605835752b6f83893ac4a2a00d48c26c58b5ea1ff
 SHA512 (github.com_vishvananda_netlink_@v_v0.0.0-20181108222139-023a6dafdcdf.mod) = 
637521629966c8f1b3d711a2b2b7b1753bed946f26570cd8e5e55ee3da5b106d418e0b80f48cac7a2651b71103c0d09116707d7b9d8cfb2d78d7bac2e908560a
 Size (github.com_vishvananda_netlink_@v_v0.0.0-20181108222139-023a6dafdcdf.mod) = 38 bytes
@@ -4716,9 +4719,12 @@
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.zip) = 6687c450de7afff28bb17e83c08af8f7beb8672388deddac67ef18b7b46d08a9
-SHA512 (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.zip) = 9f20b541057ce33ac3e4b091ea81aa4f277d2abc3f68afbcc382d0e20001cfbfffbeaec18bfce97ea117fdfbe065adae2ddb8b930d5d665f05e5480897c1e7c2
-Size (golang.org_x_sys_@v_v0.0.0-20220412211240-33da011f77ad.zip) = 1741342 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = 87c4cd3324bf5ab2a4a5711e3135c2e4457516e6b792d8d83782987ece9ed764
+SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = f1e8d9e05286a796ddf5c35dfc2478c6bbd031f868373eea883633c91e8227a2fbf81f0665780e35edd324599b1f9e5c18c24c91f6134a8273ade428ce853a8a
+Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.zip) = 1798284 bytes
 BLAKE2s (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 0a32d00151354859e24fdecb7fb62150e9f21a188e5e5504c850158516d3280b
 SHA512 (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 3295d1778ba3160c8360d99fbc648bbb4356fadd7947466f8b2f493a3c4c406515033268cf3525bdf50430b0cc31169838b5d3223842c7b1cd881e155744506e
 Size (golang.org_x_term_@v_v0.0.0-20201117132131-f5c789dd3221.mod) = 95 bytes
@@ -5355,12 +5361,12 @@
 BLAKE2s (google.golang.org_grpc_@v_v1.46.0.mod) = 5813cba71bb42bfa19acac9bffa8f937d3a4b3c2d01f73b8f5ec4ef6e424d828
 SHA512 (google.golang.org_grpc_@v_v1.46.0.mod) = eab7837cdd126f6619189a738844cb3b10f7d5b36b99c0c63c296d230cb3c2d42190107b85c79ccaacda9e6f50f05b239f12f37dd232e8ec1c40983b35a16a8d
 Size (google.golang.org_grpc_@v_v1.46.0.mod) = 705 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.47.0.mod) = 5813cba71bb42bfa19acac9bffa8f937d3a4b3c2d01f73b8f5ec4ef6e424d828
-SHA512 (google.golang.org_grpc_@v_v1.47.0.mod) = eab7837cdd126f6619189a738844cb3b10f7d5b36b99c0c63c296d230cb3c2d42190107b85c79ccaacda9e6f50f05b239f12f37dd232e8ec1c40983b35a16a8d
-Size (google.golang.org_grpc_@v_v1.47.0.mod) = 705 bytes
-BLAKE2s (google.golang.org_grpc_@v_v1.47.0.zip) = 1242794f5d909c290496ef0583121ccce4bd10bdf5b211f641f1445587f6aa0d
-SHA512 (google.golang.org_grpc_@v_v1.47.0.zip) = df6a8b629692b47178f82b1e85cd79e8d84e0a5af8f2ed549f1746a5d5f247484a80fdf328a4b901e32829436e17ae304ba0e081ef263457736b99fba536f7bd
-Size (google.golang.org_grpc_@v_v1.47.0.zip) = 1850525 bytes
+BLAKE2s (google.golang.org_grpc_@v_v1.48.0.mod) = 5813cba71bb42bfa19acac9bffa8f937d3a4b3c2d01f73b8f5ec4ef6e424d828
+SHA512 (google.golang.org_grpc_@v_v1.48.0.mod) = eab7837cdd126f6619189a738844cb3b10f7d5b36b99c0c63c296d230cb3c2d42190107b85c79ccaacda9e6f50f05b239f12f37dd232e8ec1c40983b35a16a8d
+Size (google.golang.org_grpc_@v_v1.48.0.mod) = 705 bytes
+BLAKE2s (google.golang.org_grpc_@v_v1.48.0.zip) = 2c0d4a54417b284d7500175c4f48f88f0d7002f4a035a2e6dc175be2539a7ef2
+SHA512 (google.golang.org_grpc_@v_v1.48.0.zip) = f1618f4ed0beda583f9dfb8a79c20fba3236b055b412440f0ff79bb6cc8ded26ff778dc4f92a2ab116e350f2fce5d6cfa7ba615285af5b3a2955c6b108245366
+Size (google.golang.org_grpc_@v_v1.48.0.zip) = 1845001 bytes
 BLAKE2s (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = ff516c5da80a28067f3b2367f493aa857f3f1818cc25f5306d4a131c6d062f33
 SHA512 (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 
3cb3393e78f44d9de80074244756d5e309d19adca15e8313a392b925a687edad46e93c612da1539dc09d0c0072a063eede6f04fbd9e5671059e9857da0f7b1e6
 Size (google.golang.org_protobuf_@v_v0.0.0-20200109180630-ec00e32a8dfd.mod) = 83 bytes
@@ -5754,9 +5760,9 @@
 BLAKE2s (k8s.io_utils_@v_v0.0.0-20210930125809-cb0fa318a74b.zip) = e1bc0c1822e81f22e2f34921e15203e3e73bb3454a85fdff38e6fb5c728ef60c
 SHA512 (k8s.io_utils_@v_v0.0.0-20210930125809-cb0fa318a74b.zip) = d2aae53791da21eadddfb092ec1a3fbf96ae97b99dd253573f1ab92c8a445cc64e82068fac3dd570afecd89b281d5d238bb1950abd3c7338829a59ed1a52e827
 Size (k8s.io_utils_@v_v0.0.0-20210930125809-cb0fa318a74b.zip) = 185361 bytes
-BLAKE2s (opa-0.42.2.tar.gz) = 42aa2578cde6a4777ed2256e2e80c9c829ebc0e4594c62d6b7a07ba996bdfc95
-SHA512 (opa-0.42.2.tar.gz) = dd13db32ca48ea1b21fb9f4ee5775329621a113d5694361848c9529c487d3bfe9cf9dcd5c1a2caa5e856613f8aa0c3fc59871a262278cd1316e1d4cd8fe23954
-Size (opa-0.42.2.tar.gz) = 88301343 bytes
+BLAKE2s (opa-0.43.0.tar.gz) = 57deb2fcd47520faefc8f182245e73d6e4f336ef4f0ac60a01747de2b361f9b0
+SHA512 (opa-0.43.0.tar.gz) = f73ce841a1fb59013355ff9e965bf8bbbb89ed2a50616b074da06ed0e805cd9fddef7a714e1d8226982e8ecd120feb5fdab8c9d758dc54935f6da5507e7afd1b
+Size (opa-0.43.0.tar.gz) = 88713956 bytes
 BLAKE2s (oras.land_oras-go_@v_v1.2.0.mod) = f300ec015befb782ab9bea0cf0f0db5905aff6b1f64fdfe9e92ee756e8957bd0
 SHA512 (oras.land_oras-go_@v_v1.2.0.mod) = 5362acf244e08746f5d84ca7af7cb847e24b232f70fa78b0268686cdd88d6ebb2fa96fb610df94708a29acafb0b67f3389b423c880122b1a1457ad1e321e7d5b
 Size (oras.land_oras-go_@v_v1.2.0.mod) = 3298 bytes
@@ -5817,4 +5823,3 @@
 BLAKE2s (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 196614bfe35a861524f0dd2e2e0b63fbd650b889bab18114f167720f05506b70
 SHA512 (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 52a52b3d380ae6e2cbe1b2c849d3089f74aa876fb3fadfbd02eada97446e0f2cf387f10ddb527f2dfefd57dccba8c82b0b349efbecaa0e6e3d00dc2b5d4fc21e
 Size (sigs.k8s.io_yaml_@v_v1.2.0.zip) = 20937 bytes
-SHA1 (patch-runtime_check__user__unix.go) = 8411542dc9568fa8e772ca1f49dcdeba0f389704
diff -r 1f8485a54efa -r 64f7fcd541fd devel/opa/go-modules.mk
--- a/devel/opa/go-modules.mk   Tue Aug 02 11:15:56 2022 +0000
+++ b/devel/opa/go-modules.mk   Tue Aug 02 11:16:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.3 2022/07/23 18:50:10 leot Exp $
+# $NetBSD: go-modules.mk,v 1.4 2022/08/02 11:16:21 leot Exp $
 
 GO_MODULE_FILES+=      bazil.org/fuse/@v/v0.0.0-20160811212531-371fbbdaa898.mod
 GO_MODULE_FILES+=      bazil.org/fuse/@v/v0.0.0-20200407214033-5883e5a4b512.mod
@@ -1103,7 +1103,8 @@
 GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.6.0.mod
 GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.7.0.mod
 GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.8.1.mod
-GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.8.1.zip
+GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.9.0.mod
+GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.9.0.zip
 GO_MODULE_FILES+=      github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod
 GO_MODULE_FILES+=      github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.zip
 GO_MODULE_FILES+=      github.com/smartystreets/goconvey/@v/v0.0.0-20190330032615-68dc04aab96a.mod
@@ -1184,8 +1185,8 @@
 GO_MODULE_FILES+=      github.com/urfave/cli/@v/v1.22.1.mod
 GO_MODULE_FILES+=      github.com/urfave/cli/@v/v1.22.2.mod
 GO_MODULE_FILES+=      github.com/urfave/cli/@v/v1.22.2.zip
-GO_MODULE_FILES+=      github.com/vektah/gqlparser/v2/@v/v2.4.5.mod
-GO_MODULE_FILES+=      github.com/vektah/gqlparser/v2/@v/v2.4.5.zip
+GO_MODULE_FILES+=      github.com/vektah/gqlparser/v2/@v/v2.4.6.mod
+GO_MODULE_FILES+=      github.com/vektah/gqlparser/v2/@v/v2.4.6.zip
 GO_MODULE_FILES+=      github.com/vishvananda/netlink/@v/v0.0.0-20181108222139-023a6dafdcdf.mod
 GO_MODULE_FILES+=      github.com/vishvananda/netlink/@v/v1.1.0.mod
 GO_MODULE_FILES+=      github.com/vishvananda/netlink/@v/v1.1.1-0.20201029203352-d40f9887b852.mod
@@ -1572,7 +1573,8 @@
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20220412211240-33da011f77ad.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20220412211240-33da011f77ad.zip
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip
 GO_MODULE_FILES+=      golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod
 GO_MODULE_FILES+=      golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod
 GO_MODULE_FILES+=      golang.org/x/term/@v/v0.0.0-20210220032956-6a3ed077a48d.mod
@@ -1785,8 +1787,8 @@
 GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.42.0.mod
 GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.43.0.mod
 GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.46.0.mod
-GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.47.0.mod
-GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.47.0.zip
+GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.48.0.mod
+GO_MODULE_FILES+=      google.golang.org/grpc/@v/v1.48.0.zip
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod
diff -r 1f8485a54efa -r 64f7fcd541fd devel/opa/patches/patch-runtime_check__user__unix.go
--- a/devel/opa/patches/patch-runtime_check__user__unix.go      Tue Aug 02 11:15:56 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-runtime_check__user__unix.go,v 1.1 2022/07/23 18:50:10 leot Exp $
-
-Treat most Unix-es like macos by just checking uid and gid.
-
---- runtime/check_user_unix.go.orig    2022-07-13 08:24:48.000000000 +0000
-+++ runtime/check_user_unix.go
-@@ -1,3 +1,5 @@
-+// +build !linux,!windows
-+
- // Copyright 2022 The OPA Authors.  All rights reserved.
- // Use of this source code is governed by an Apache2
- // license that can be found in the LICENSE file.



Home | Main Index | Thread Index | Old Index