pkgsrc-WIP-changes archive

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

nomad: Update wip/nomad to 1.0.4



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Mon Apr 12 09:53:08 2021 +0200
Changeset:	b295e06d6d082fb8ff5c4fe2252019bed116d028

Modified Files:
	nomad/Makefile
	nomad/PLIST
	nomad/distinfo

Log Message:
nomad: Update wip/nomad to 1.0.4

1.0.4 (February 24, 2021)

FEATURES:

Terminating Gateways: Adds built-in support for running Consul Connect terminating gateways [GH-9829]
IMPROVEMENTS:

api: Added OSS handling for license request to stop spurious errors from appearing in the logs [GH-9963]
agent: Removed leading whitespace from JSON-formatted log output. [GH-9795]
cli: Added optional -task <task-name> flag to alloc logs to match alloc exec [GH-10026]
cli: Improved scaling policy commands with -verbose, auto-completion, and prefix-matching [GH-9964]
consul/connect: Enable custom sidecar tasks to use connect expose checks [GH-9995]
consul/connect: Added validation to prevent connect blocks from being added to task services. [GH-9817]
consul/connect: Made handling of sidecar task container image URLs consistent with the docker task driver. [GH-9580]
drivers/exec+java: Added client plugin and task configuration options to re-enable previous PID/IPC namespace behavior [GH-9982] [GH-9990]
ui: Added button to fail running deployments [GH-9831]
ui: Reduced bundle size by removing support for IE 11 [GH-9578]
BUG FIXES:

cli: Fixed a bug where some fields in dynamic blocks were not interpolated. [GH-9921]
cli: Fixed a bug where unset HCL2 variables would panic the CLI if the type was also not set. [GH-10045]
consul: Fixed a bug where failing tasks with group services would only cause the allocation to restart once instead of respecting the restart field. [GH-9869]
consul/connect: Fixed a bug where gateway proxy connection default timeout not set [GH-9851]
consul/connect: Fixed a bug preventing more than one connect gateway per Nomad client [GH-9849]
consul/connect: Fixed a bug where connect sidecar services would be re-registered unnecessarily. [GH-10059]
consul/connect: Fixed a bug where the sidecar health checks would fail if host_network was defined. [GH-9975]
consul/connect: Fixed a bug where tasks with connect services might be updated when no update necessary. [GH-10077]
deployments: Fixed a bug where deployments with multiple task groups and manual promotion would fail if promoted after the progress deadline. [GH-10042]
drivers/docker: Fixed a bug preventing multiple ports to be mapped to the same container port [GH-9951]
driver/qemu: Fixed a bug where network namespaces were not supported for QEMU workloads [GH-9861]
nomad/structs: Fixed a bug where static ports with the same value but different host_network were invalid [GH-9946]
scheduler: Fixed a bug where shared ports were not persisted during inplace updates for service jobs. [GH-9830]
scheduler: Fixed a bug where job statuses and summaries where duplicated and miscalculated when registering a job. [GH-9768]
scheduler: Fixed a bug that caused the scheduler not to detect changes for host_network port field. [GH-9937]
scheduler (Enterprise): Fixed a bug where the deprecated network mbits field was being considered as part of quota enforcement. [GH-9920]
ui: Fixed exec command escaping of emoji in task names [GH-7813]
ui: Consistently use the correct MHz shorthand throughout the UI [GH-9896]
ui: Fixed inconsistent namespace casing in the namespace selector [GH-9876]
ui: Always draw allocation associations if the alloc count is less than 10 [GH-9769]
ui: Fixed incorrect text alignment in the topology visualization in Firefox [GH-9894]
ui: Fixed node composite status so being down takes priority over being ineligible [GH-9927]
ui: Don't count reservations of terminal allocations in the topology visualization [GH-9886]
ui: Use server-sent error messages when applicable (e.g., when a task can't be stopped) [GH-9909]
ui: Send the region query param when making cross-region client/server monitor requests [GH-9913]
ui: Fixed a bug where namespaces were not being included when opening exec windows from allocations and tasks [GH-9968]
ui: Don't draw allocation associations in the topology visualization on window resize when the associations aren't supposed to be shown [GH-9769]
volumes: Fixed a bug where volume diffs were not displayed in the output of nomad plan. [GH-9973]

SECURITY:

drivers/exec+java: Modified exec-based drivers to run tasks in private PID/IPC namespaces. CVE-2021-3283 [GH-9911]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b295e06d6d082fb8ff5c4fe2252019bed116d028

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nomad/Makefile |  4 ++--
 nomad/PLIST    | 33 +++++++++++++++++++++++++++++----
 nomad/distinfo |  8 ++++----
 3 files changed, 35 insertions(+), 10 deletions(-)

diffs:
diff --git a/nomad/Makefile b/nomad/Makefile
index 78fc05409a..92dfbf078d 100644
--- a/nomad/Makefile
+++ b/nomad/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	nomad-1.0.2
+DISTNAME=	nomad-1.0.4
 GITHUB_PROJECT=	nomad
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
-MAINTAINER=	dan%alt.md@localhost
+MAINTAINER=	cirnatdan%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/hashicorp/nomad/
 COMMENT=	Workload orchestrator that can deploy a mix of applications
 LICENSE=	mpl-2.0
diff --git a/nomad/PLIST b/nomad/PLIST
index c7eef2c7b6..7cc731af4d 100644
--- a/nomad/PLIST
+++ b/nomad/PLIST
@@ -33,7 +33,6 @@ gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/dynamicplugins.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/fingerprint.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/interfaces.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/lib/fifo.a
-gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/lib/nsutil.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/lib/streamframer.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/logmon.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/client/logmon/logging.a
@@ -86,6 +85,7 @@ gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/events.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/example.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/execagent.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/framework.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/isolation.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/lifecycle.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/metrics.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/namespaces.a
@@ -93,6 +93,7 @@ gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/networking.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/nodedrain.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/nomad09upgrade.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/nomadexec.a
+gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/periodic.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/podman.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/quotas.a
 gopkg/pkg/${GO_PLATFORM}/github.com/hashicorp/nomad/e2e/rescheduling.a
@@ -649,6 +650,7 @@ gopkg/src/github.com/hashicorp/nomad/command/agent/namespace_endpoint_test.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/node_endpoint.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/node_endpoint_test.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/operator_endpoint.go
+gopkg/src/github.com/hashicorp/nomad/command/agent/operator_endpoint_oss.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/operator_endpoint_test.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/plugins.go
 gopkg/src/github.com/hashicorp/nomad/command/agent/pprof/pprof.go
@@ -1069,6 +1071,7 @@ gopkg/src/github.com/hashicorp/nomad/drivers/docker/fingerprint_test.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/handle.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/network.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/ports.go
+gopkg/src/github.com/hashicorp/nomad/drivers/docker/ports_test.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/progress.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/progress_test.go
 gopkg/src/github.com/hashicorp/nomad/drivers/docker/reconciler.go
@@ -1154,6 +1157,7 @@ gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/server.go
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/test-resources/busybox/README
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/test-resources/busybox/busybox-amd64
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/utils.go
+gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/utils_test.go
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/utils_unix.go
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/utils_windows.go
 gopkg/src/github.com/hashicorp/nomad/drivers/shared/executor/z_executor_cmd.go
@@ -1184,15 +1188,21 @@ gopkg/src/github.com/hashicorp/nomad/e2e/connect/acls_test.go
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/client.go
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/connect.go
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/demo.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/expose-custom.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/ingress-gateway.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/multi-ingress.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/multi-service.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/native-demo.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/connect/input/terminating-gateway.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/connect/multi_service.go
+gopkg/src/github.com/hashicorp/nomad/e2e/consul/check_restart.go
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/consul.go
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/canary_tags.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_group.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_group_restart.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_group_update.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_task.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_task_restart.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/checks_task_update.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/consul_example.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/consul/input/services_empty.nomad
@@ -1249,6 +1259,14 @@ gopkg/src/github.com/hashicorp/nomad/e2e/framework/doc.go
 gopkg/src/github.com/hashicorp/nomad/e2e/framework/framework.go
 gopkg/src/github.com/hashicorp/nomad/e2e/framework/interfaces.go
 gopkg/src/github.com/hashicorp/nomad/e2e/framework/provisioner.go
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/alloc_exec.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/alloc_exec_java.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/exec.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/exec_host.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/java.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/java_host.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/input/raw_exec.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/isolation/isolation.go
 gopkg/src/github.com/hashicorp/nomad/e2e/lifecycle/inputs/batch.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/lifecycle/inputs/service.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/lifecycle/lifecycle.go
@@ -1282,6 +1300,8 @@ gopkg/src/github.com/hashicorp/nomad/e2e/nomad09upgrade/upgrade.go
 gopkg/src/github.com/hashicorp/nomad/e2e/nomad09upgrade/upgrade_basic.go
 gopkg/src/github.com/hashicorp/nomad/e2e/nomadexec/exec.go
 gopkg/src/github.com/hashicorp/nomad/e2e/nomadexec/testdata/docker.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/periodic/input/simple.nomad
+gopkg/src/github.com/hashicorp/nomad/e2e/periodic/periodic.go
 gopkg/src/github.com/hashicorp/nomad/e2e/podman/input/redis.nomad
 gopkg/src/github.com/hashicorp/nomad/e2e/podman/podman.go
 gopkg/src/github.com/hashicorp/nomad/e2e/quotas/quotas_oss.go
@@ -1358,6 +1378,7 @@ gopkg/src/github.com/hashicorp/nomad/e2e/terraform/nomad-acls.tf
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/nomad.tf
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/outputs.tf
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/packer/README.md
+gopkg/src/github.com/hashicorp/nomad/e2e/terraform/packer/build
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/packer/ubuntu-bionic-amd64.pkr.hcl
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/packer/ubuntu-bionic-amd64/consul.service
 gopkg/src/github.com/hashicorp/nomad/e2e/terraform/packer/ubuntu-bionic-amd64/dnsconfig.sh
@@ -1839,6 +1860,7 @@ gopkg/src/github.com/hashicorp/nomad/nomad/structs/config/tls.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/config/tls_test.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/config/vault.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/config/vault_test.go
+gopkg/src/github.com/hashicorp/nomad/nomad/structs/connect.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/csi.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/csi_test.go
 gopkg/src/github.com/hashicorp/nomad/nomad/structs/devices.go
@@ -2661,7 +2683,6 @@ gopkg/src/github.com/hashicorp/nomad/ui/app/templates/csi/volumes/index.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/csi/volumes/volume.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/exec-loading.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/exec.hbs
-gopkg/src/github.com/hashicorp/nomad/ui/app/templates/head.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/index.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/jobs.hbs
 gopkg/src/github.com/hashicorp/nomad/ui/app/templates/jobs/index.hbs
@@ -2732,6 +2753,7 @@ gopkg/src/github.com/hashicorp/nomad/ui/app/utils/wait.js
 gopkg/src/github.com/hashicorp/nomad/ui/blueprints/story/files/__path__/stories/components/__name__.stories.js
 gopkg/src/github.com/hashicorp/nomad/ui/blueprints/story/index.js
 gopkg/src/github.com/hashicorp/nomad/ui/config/deprecation-workflow.js
+gopkg/src/github.com/hashicorp/nomad/ui/config/ember-cli-update.json
 gopkg/src/github.com/hashicorp/nomad/ui/config/environment.js
 gopkg/src/github.com/hashicorp/nomad/ui/config/optional-features.json
 gopkg/src/github.com/hashicorp/nomad/ui/config/targets.js
@@ -3051,6 +3073,7 @@ gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/escape-task-name-test.j
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/format-duration-test.js
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/generate-exec-url-test.js
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/log-test.js
+gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/message-from-adapter-error-test.js
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/node-stats-tracker-test.js
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/rolling-array-test.js
 gopkg/src/github.com/hashicorp/nomad/ui/tests/unit/utils/stream-frames-test.js
@@ -4739,6 +4762,7 @@ gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/cata
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/config_entry.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/config_entry_gateways.go
+gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/config_entry_intentions.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/connect.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/connect_ca.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api/connect_intention.go
@@ -4808,6 +4832,7 @@ gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/sdk/test
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/sdk/testutil/server_methods.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/sdk/testutil/server_wrapper.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/sdk/testutil/testlog.go
+gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/sdk/testutil/types.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/version/version.go
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/cronexpr/APLv2
 gopkg/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/cronexpr/GPLv3
@@ -8667,7 +8692,8 @@ gopkg/src/github.com/hashicorp/nomad/website/content/docs/configuration/server_j
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/configuration/telemetry.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/configuration/tls.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/configuration/vault.mdx
-gopkg/src/github.com/hashicorp/nomad/website/content/docs/devices/community.mdx
+gopkg/src/github.com/hashicorp/nomad/website/content/docs/devices/external/index.mdx
+gopkg/src/github.com/hashicorp/nomad/website/content/docs/devices/external/usb.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/devices/index.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/devices/nvidia.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/drivers/docker.mdx
@@ -8762,7 +8788,6 @@ gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/crypto/sha512.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/datetime/formatdate.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/datetime/timeadd.mdx
-gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/datetime/timestamp.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/encoding/base64decode.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/encoding/base64encode.mdx
 gopkg/src/github.com/hashicorp/nomad/website/content/docs/job-specification/hcl2/functions/encoding/csvdecode.mdx
diff --git a/nomad/distinfo b/nomad/distinfo
index 5b284035bf..ec89fe54ea 100644
--- a/nomad/distinfo
+++ b/nomad/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nomad-1.0.2.tar.gz) = df90f69871fbe046c3433d40dd383828e8b2be86
-RMD160 (nomad-1.0.2.tar.gz) = cd01ef56c377fe4ec29ad8c6e5a6a84ee652d497
-SHA512 (nomad-1.0.2.tar.gz) = 77e0acc07c6fcc015e296a221cbce670941b9ce8a023207a1ebcf97d68c14cecdb388508efb88acf7e1a3d1aa198852539a55f7c615b0b3dd28d478bc83989f7
-Size (nomad-1.0.2.tar.gz) = 39595443 bytes
+SHA1 (nomad-1.0.4.tar.gz) = 2ef9bac50da03d4667ab5f25c7c014106e6387eb
+RMD160 (nomad-1.0.4.tar.gz) = 968eb96b8f08458259a6f07384adbe1fd688d0fc
+SHA512 (nomad-1.0.4.tar.gz) = 935c8a6924434548f65b162c15f9ca14383546a1e0cea0694312f323d776d92863357f82c7ab53408e76c5c966986c0a511eda8a35043cf21c1020634c6e2ae4
+Size (nomad-1.0.4.tar.gz) = 39538107 bytes


Home | Main Index | Thread Index | Old Index