cipherstash-pg 1.0.0.beta.8-aarch64-linux → 1.0.0.beta.9-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/3.0/pg_ext.so +0 -0
- data/lib/3.1/libpq.so.5 +0 -0
- data/lib/3.1/pg_ext.so +0 -0
- data/lib/3.2/libpq.so.5 +0 -0
- data/lib/3.2/pg_ext.so +0 -0
- data/lib/cipherstash-pg/version.rb +1 -1
- metadata +5 -3
- /data/lib/{libpq.so.5 → 3.0/libpq.so.5} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec04d2d5d23a5c50c4939ae0e137a010321c30cc1df801bf9966b6d87eb89bb1
|
4
|
+
data.tar.gz: 569c67b9801834c83643240ffb1673089bed2afa90ee6776cc60b50fac03c348
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18915f9c154518adafe12435e83d30de09010d1289a72a98874cc9efdf8cb998e099c39e4e414bc7b15293c72561a32648ebed6187d758d49a779598f7f4b06f
|
7
|
+
data.tar.gz: 7105868374682715585f0637f5c7e0d6e85dacec2391cffb94a60bd7405f20362dcc384d7c7ff8678b7b93cb54eea8d304fd7efc01ee668fdc1a317360665c23
|
data/Gemfile.lock
CHANGED
data/lib/3.0/pg_ext.so
CHANGED
Binary file
|
data/lib/3.1/libpq.so.5
ADDED
Binary file
|
data/lib/3.1/pg_ext.so
CHANGED
Binary file
|
data/lib/3.2/libpq.so.5
ADDED
Binary file
|
data/lib/3.2/pg_ext.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cipherstash-pg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.beta.
|
4
|
+
version: 1.0.0.beta.9
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- CipherStash Engineers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL,
|
14
14
|
based on PG. Known to work on Postgres 14+ (might work on older version)
|
@@ -48,8 +48,11 @@ files:
|
|
48
48
|
- "./certs/larskanis-2022.pem"
|
49
49
|
- "./certs/larskanis-2023.pem"
|
50
50
|
- "./cipherstash-pg.gemspec"
|
51
|
+
- "./lib/3.0/libpq.so.5"
|
51
52
|
- "./lib/3.0/pg_ext.so"
|
53
|
+
- "./lib/3.1/libpq.so.5"
|
52
54
|
- "./lib/3.1/pg_ext.so"
|
55
|
+
- "./lib/3.2/libpq.so.5"
|
53
56
|
- "./lib/3.2/pg_ext.so"
|
54
57
|
- "./lib/cipherstash-pg.rb"
|
55
58
|
- "./lib/cipherstash-pg/basic_type_map_based_on_result.rb"
|
@@ -67,7 +70,6 @@ files:
|
|
67
70
|
- "./lib/cipherstash-pg/tuple.rb"
|
68
71
|
- "./lib/cipherstash-pg/type_map_by_column.rb"
|
69
72
|
- "./lib/cipherstash-pg/version.rb"
|
70
|
-
- "./lib/libpq.so.5"
|
71
73
|
- "./misc/openssl-pg-segfault.rb"
|
72
74
|
- "./misc/postgres/History.txt"
|
73
75
|
- "./misc/postgres/Manifest.txt"
|
File without changes
|