From a789c417aa69baa5ebf3f2b22d50114ae4d484de Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 15 Nov 2018 01:39:44 +0100 Subject: [PATCH] Removed .md5sum files and added .signature files --- chromium/.signature | 16 + .../chromium-64.0.3282.119-constexpr-1.patch | 98 ++++++ chromium/chromium-cups-r0.patch | 316 ++++++++++++++++++ chromium/chromium-memcpy-r0.patch | 316 ++++++++++++++++++ .../chromium-omnibox-unescape-fragment.patch | 316 ++++++++++++++++++ ...mUTF8-for-UnicodeString-construction.patch | 68 ++++ firefox/.signature | 7 + icu/.signature | 5 + keyutils/.signature | 5 + nspr/.signature | 6 + nss/.signature | 7 + python/.signature | 6 + python3/.signature | 5 + qt4/.signature | 5 + ruby/.signature | 5 + 15 files changed, 1181 insertions(+) create mode 100644 chromium/.signature create mode 100644 chromium/chromium-64.0.3282.119-constexpr-1.patch create mode 100644 chromium/chromium-cups-r0.patch create mode 100644 chromium/chromium-memcpy-r0.patch create mode 100644 chromium/chromium-omnibox-unescape-fragment.patch create mode 100644 chromium/chromium-use-fromUTF8-for-UnicodeString-construction.patch create mode 100644 firefox/.signature create mode 100644 icu/.signature create mode 100644 keyutils/.signature create mode 100644 nspr/.signature create mode 100644 nss/.signature create mode 100644 python/.signature create mode 100644 python3/.signature create mode 100644 qt4/.signature create mode 100644 ruby/.signature diff --git a/chromium/.signature b/chromium/.signature new file mode 100644 index 0000000..0de9ad6 --- /dev/null +++ b/chromium/.signature @@ -0,0 +1,16 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauGWhG6zxcbsRVEFqcAQA2EX+pXl3ud0sHQ5fcnE2wvaFGHYcVtwS02dTzVzdRSOYxSvQuRIssEHppvwFamoWWQE= +SHA256 (Pkgfile) = 5513d36ada582adb768b0ee94e8706cc21f01f7c81442d3af96841c8bc69b4f9 +SHA256 (.footprint) = e1e6cdeeb1dc4e10e1b0f3e743f69fae1c35e4db1f455cd9e65e5bf0387d9d7e +SHA256 (chromium-64.0.3282.119.tar.xz) = 342ea80a925d85f5155b2b423a0d3cbcf2ee5729bf107c601d7d902315d03127 +SHA256 (chromium-build-toolchain.patch) = 114d68d8230e830d45ac98d28137a80293ed3e59c350f8b44a20aa3bc8b8500a +SHA256 (last-commit-position.patch) = d3dc397956a26ec045e76c25c57a1fac5fc0acff94306b2a670daee7ba15709e +SHA256 (chromium.sh) = 7b182d0ae1e9ef841f8cd0b403a304babd548bf60b5e3808b2144bebdbb7c154 +SHA256 (chromium-64.0.3282.119-constexpr-1.patch) = 9982464badc03879c5f73ed18a719661f00aad51da078bae032293e656bfaf6d +SHA256 (chromium-exclude_unwind_tables.patch) = 9478f1ec1a3c53425306cf41c2d0555c215a4f106955d9d6adfff38044530ce8 +SHA256 (chromium-use-fromUTF8-for-UnicodeString-construction.patch) = c82c830bac7ab328a76d85fb141e150a17d02d97138a6daa4720a8a8c371a402 +SHA256 (chromium-omnibox-unescape-fragment.patch) = f2d68e553b1b79fa326d9f2e7f7a57514e6e717ff3cea672fd01daad29bb3014 +SHA256 (chromium-skia-harmony.patch) = feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3 +SHA256 (chromium-memcpy-r0.patch) = f2d68e553b1b79fa326d9f2e7f7a57514e6e717ff3cea672fd01daad29bb3014 +SHA256 (chromium-clang-r2.patch) = 4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3 +SHA256 (chromium-cups-r0.patch) = f2d68e553b1b79fa326d9f2e7f7a57514e6e717ff3cea672fd01daad29bb3014 diff --git a/chromium/chromium-64.0.3282.119-constexpr-1.patch b/chromium/chromium-64.0.3282.119-constexpr-1.patch new file mode 100644 index 0000000..ae40fd1 --- /dev/null +++ b/chromium/chromium-64.0.3282.119-constexpr-1.patch @@ -0,0 +1,98 @@ +Submitted By: DJ Lucas +Date: 2018-01-28 +Initial Package Version: 64.0.3282.119 +Upstream Status: Committed +Origin: Upstream +Description: Corrects error call to non-constexpr function + + +From 030017a4855c7b6e7f2ff8d9566c146f31eb301b Mon Sep 17 00:00:00 2001 +From: Kai Ninomiya +Date: Wed, 06 Dec 2017 14:06:53 -0800 +Subject: [PATCH] Mark StaticType related functions as constexpr + +Fixes compilation on some versions of GCC and probably Clang. + +Follow-up to http://crrev.com/c/786317 + +Bug: angleproject:1432 +Change-Id: I3fc3ad0f65492f9543eb27fcdce6ca29a9ad06e5 +Reviewed-on: https://chromium-review.googlesource.com/812220 +Reviewed-by: Jamie Madill +Commit-Queue: Kai Ninomiya +--- + +diff --git a/third_party/angle/src/compiler/translator/StaticType.h b/third_party/angle/src/compiler/translator/StaticType.h +index e26e5ff..30b391a 100644 +--- a/third_party/angle/src/compiler/translator/StaticType.h ++++ b/third_party/angle/src/compiler/translator/StaticType.h +@@ -160,7 +160,7 @@ + TPrecision precision, + TQualifier qualifier, + unsigned char secondarySize> +-const TType *GetForVecMatHelper(unsigned char primarySize) ++constexpr const TType *GetForVecMatHelper(unsigned char primarySize) + { + static_assert(basicType == EbtFloat || basicType == EbtInt || basicType == EbtUInt || + basicType == EbtBool, +@@ -186,7 +186,7 @@ + template +-const TType *GetForVecMat(unsigned char primarySize, unsigned char secondarySize = 1) ++constexpr const TType *GetForVecMat(unsigned char primarySize, unsigned char secondarySize = 1) + { + static_assert(basicType == EbtFloat || basicType == EbtInt || basicType == EbtUInt || + basicType == EbtBool, +@@ -208,7 +208,7 @@ + } + + template +-const TType *GetForVec(TQualifier qualifier, unsigned char size) ++constexpr const TType *GetForVec(TQualifier qualifier, unsigned char size) + { + switch (qualifier) + { +diff --git a/third_party/angle/src/compiler/translator/SymbolTable.cpp b/third_party/angle/src/compiler/translator/SymbolTable.cpp +index adf1e4e..90d4c15 100644 +--- a/third_party/angle/src/compiler/translator/SymbolTable.cpp ++++ b/third_party/angle/src/compiler/translator/SymbolTable.cpp +@@ -236,7 +236,7 @@ + pop(); + } + +-bool IsGenType(const TType *type) ++constexpr bool IsGenType(const TType *type) + { + if (type) + { +@@ -248,7 +248,7 @@ + return false; + } + +-bool IsVecType(const TType *type) ++constexpr bool IsVecType(const TType *type) + { + if (type) + { +diff --git a/third_party/angle/src/compiler/translator/Types.h b/third_party/angle/src/compiler/translator/Types.h +index 04f46f1..a54d447 100644 +--- a/third_party/angle/src/compiler/translator/Types.h ++++ b/third_party/angle/src/compiler/translator/Types.h +@@ -142,13 +142,13 @@ + { + } + +- TBasicType getBasicType() const { return type; } ++ constexpr TBasicType getBasicType() const { return type; } + void setBasicType(TBasicType t); + + TPrecision getPrecision() const { return precision; } + void setPrecision(TPrecision p) { precision = p; } + +- TQualifier getQualifier() const { return qualifier; } ++ constexpr TQualifier getQualifier() const { return qualifier; } + void setQualifier(TQualifier q) { qualifier = q; } + + bool isInvariant() const { return invariant; } + diff --git a/chromium/chromium-cups-r0.patch b/chromium/chromium-cups-r0.patch new file mode 100644 index 0000000..0a8ad99 --- /dev/null +++ b/chromium/chromium-cups-r0.patch @@ -0,0 +1,316 @@ + + + + + + + + + +crux.nu Git - ports/opt.git/summary + + + + + + + + +
+ Home :: + Documentation :: + Download :: + Development :: + Community :: + Wiki :: + Ports :: + Bugs :: + Links :: + About +
+ +
+ +
 
+ + + + + + +
descriptionCRUX opt ports
ownerCRUX Ports Team
last changeTue, 13 Nov 2018 19:04:35 +0000 (20:04 +0100)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours agoFredrik Rinnestamlibjpeg-turbo: updated to 2.0.1 3.4
29 hours agoJuergen Daubertnano: update to 1.8.2
3 days agoJuergen Daubertkrb5: update to 1.16.2
3 days agoJuergen Daubertgeeqie: fix maintainer email address
3 days agoJuergen Daubertflash-player-plugin: update to 31.0.0.122
4 days agoThomas Pentekergdb: update footprint, fixes FS#1688
4 days agoFredrik Rinnestam[notify] libtiff: updated to 4.0.10. Many security...
4 days agoFredrik Rinnestamnss: updated to 3.40
4 days agoFredrik Rinnestamcmake: updated to 3.12.4
4 days agoJuergen Daubertxfsprogs: update to 4.19.0, enable readline
4 days agoDanny Rawlinspython3-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-packaging: 17.1 -> 18.0
4 days agoDanny Rawlinspython-packaging: 17.1 -> 18.0
...
+
+tags +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6 months agorelease-3.4CRUX-3.4
6 months ago3.4-rc2
7 months ago3.4-rc1
21 months agorelease-3.3CRUX-3.3
21 months ago3.3-rc4
21 months ago3.3-rc3
22 months ago3.3-rc2
23 months ago3.3-rc1
2 years agorelease-3.2
2 years ago3.2-rc5
3 years ago3.2-rc4
3 years ago3.2-rc3
3 years ago3.2-rc2
3 years ago3.2-rc1
4 years agorelease-3.1CRUX 3.1
4 years ago3.1-rc3
...
+
+heads +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours ago3.4
5 months ago3.3
6 months ago3.5
20 months ago3.2
2 years ago3.1
3 years ago3.0
5 years ago2.8
6 years ago2.7
8 years ago2.6
9 years ago2.5
9 years ago2.4
10 years ago2.3
11 years ago2.2
12 years ago2.1
12 years agomaster
+
+ + + + + \ No newline at end of file diff --git a/chromium/chromium-memcpy-r0.patch b/chromium/chromium-memcpy-r0.patch new file mode 100644 index 0000000..0a8ad99 --- /dev/null +++ b/chromium/chromium-memcpy-r0.patch @@ -0,0 +1,316 @@ + + + + + + + + + +crux.nu Git - ports/opt.git/summary + + + + + + + + +
+ Home :: + Documentation :: + Download :: + Development :: + Community :: + Wiki :: + Ports :: + Bugs :: + Links :: + About +
+ +
+ +
 
+ + + + + + +
descriptionCRUX opt ports
ownerCRUX Ports Team
last changeTue, 13 Nov 2018 19:04:35 +0000 (20:04 +0100)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours agoFredrik Rinnestamlibjpeg-turbo: updated to 2.0.1 3.4
29 hours agoJuergen Daubertnano: update to 1.8.2
3 days agoJuergen Daubertkrb5: update to 1.16.2
3 days agoJuergen Daubertgeeqie: fix maintainer email address
3 days agoJuergen Daubertflash-player-plugin: update to 31.0.0.122
4 days agoThomas Pentekergdb: update footprint, fixes FS#1688
4 days agoFredrik Rinnestam[notify] libtiff: updated to 4.0.10. Many security...
4 days agoFredrik Rinnestamnss: updated to 3.40
4 days agoFredrik Rinnestamcmake: updated to 3.12.4
4 days agoJuergen Daubertxfsprogs: update to 4.19.0, enable readline
4 days agoDanny Rawlinspython3-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-packaging: 17.1 -> 18.0
4 days agoDanny Rawlinspython-packaging: 17.1 -> 18.0
...
+
+tags +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6 months agorelease-3.4CRUX-3.4
6 months ago3.4-rc2
7 months ago3.4-rc1
21 months agorelease-3.3CRUX-3.3
21 months ago3.3-rc4
21 months ago3.3-rc3
22 months ago3.3-rc2
23 months ago3.3-rc1
2 years agorelease-3.2
2 years ago3.2-rc5
3 years ago3.2-rc4
3 years ago3.2-rc3
3 years ago3.2-rc2
3 years ago3.2-rc1
4 years agorelease-3.1CRUX 3.1
4 years ago3.1-rc3
...
+
+heads +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours ago3.4
5 months ago3.3
6 months ago3.5
20 months ago3.2
2 years ago3.1
3 years ago3.0
5 years ago2.8
6 years ago2.7
8 years ago2.6
9 years ago2.5
9 years ago2.4
10 years ago2.3
11 years ago2.2
12 years ago2.1
12 years agomaster
+
+ + + + + \ No newline at end of file diff --git a/chromium/chromium-omnibox-unescape-fragment.patch b/chromium/chromium-omnibox-unescape-fragment.patch new file mode 100644 index 0000000..0a8ad99 --- /dev/null +++ b/chromium/chromium-omnibox-unescape-fragment.patch @@ -0,0 +1,316 @@ + + + + + + + + + +crux.nu Git - ports/opt.git/summary + + + + + + + + +
+ Home :: + Documentation :: + Download :: + Development :: + Community :: + Wiki :: + Ports :: + Bugs :: + Links :: + About +
+ +
+ +
 
+ + + + + + +
descriptionCRUX opt ports
ownerCRUX Ports Team
last changeTue, 13 Nov 2018 19:04:35 +0000 (20:04 +0100)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours agoFredrik Rinnestamlibjpeg-turbo: updated to 2.0.1 3.4
29 hours agoJuergen Daubertnano: update to 1.8.2
3 days agoJuergen Daubertkrb5: update to 1.16.2
3 days agoJuergen Daubertgeeqie: fix maintainer email address
3 days agoJuergen Daubertflash-player-plugin: update to 31.0.0.122
4 days agoThomas Pentekergdb: update footprint, fixes FS#1688
4 days agoFredrik Rinnestam[notify] libtiff: updated to 4.0.10. Many security...
4 days agoFredrik Rinnestamnss: updated to 3.40
4 days agoFredrik Rinnestamcmake: updated to 3.12.4
4 days agoJuergen Daubertxfsprogs: update to 4.19.0, enable readline
4 days agoDanny Rawlinspython3-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-pyparsing: 2.2.0 -> 2.3.0
4 days agoDanny Rawlinspython-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-cairo: 1.17.1 -> 1.18.0
4 days agoDanny Rawlinspython3-packaging: 17.1 -> 18.0
4 days agoDanny Rawlinspython-packaging: 17.1 -> 18.0
...
+
+tags +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6 months agorelease-3.4CRUX-3.4
6 months ago3.4-rc2
7 months ago3.4-rc1
21 months agorelease-3.3CRUX-3.3
21 months ago3.3-rc4
21 months ago3.3-rc3
22 months ago3.3-rc2
23 months ago3.3-rc1
2 years agorelease-3.2
2 years ago3.2-rc5
3 years ago3.2-rc4
3 years ago3.2-rc3
3 years ago3.2-rc2
3 years ago3.2-rc1
4 years agorelease-3.1CRUX 3.1
4 years ago3.1-rc3
...
+
+heads +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
28 hours ago3.4
5 months ago3.3
6 months ago3.5
20 months ago3.2
2 years ago3.1
3 years ago3.0
5 years ago2.8
6 years ago2.7
8 years ago2.6
9 years ago2.5
9 years ago2.4
10 years ago2.3
11 years ago2.2
12 years ago2.1
12 years agomaster
+
+ + + + + \ No newline at end of file diff --git a/chromium/chromium-use-fromUTF8-for-UnicodeString-construction.patch b/chromium/chromium-use-fromUTF8-for-UnicodeString-construction.patch new file mode 100644 index 0000000..0e0765a --- /dev/null +++ b/chromium/chromium-use-fromUTF8-for-UnicodeString-construction.patch @@ -0,0 +1,68 @@ +From e58fa0ba66272c5f28828b15d06c7e42a9882b3b Mon Sep 17 00:00:00 2001 +From: Jungshik Shin +Date: Sat, 16 Dec 2017 04:19:27 +0000 +Subject: [PATCH] Use fromUTF8() for UnicodeString construction from UTF-8 + +Chrome's copy of ICU is built with U_CHARSET_IS_UTF8=1 so that |char *| +buffer is treated as UTF-8 when constructing UnicodeString() regardless +of the default encoding of the current locale on Linux or non-Unicode code +page on Windows. + +However, some Linux distros do not set U_CHARSET_IS_UTF=1 when building +ICU and Chromium build with system_icu crashes when Chromium is run in +non-UTF-8 locale (e.g. 'C'). + +To make Chromium work in a non-UTF-8 locale (which is pretty rare these +days), use 'icu::UnicodeString::fromUTF8(StringPiece)' instead of +'icu::UnicodeString(const char*)'. + +Bug: 772655 +Test: components_unittests --gtest_filter=*IDN* +Test: Chromium built with system_icu does not crash in C locale. +Change-Id: I0daa284ec06b8e83814fc70eb8e9e5c96444ebfa +Reviewed-on: https://chromium-review.googlesource.com/831247 +Reviewed-by: Peter Kasting +Commit-Queue: Jungshik Shin +Cr-Commit-Position: refs/heads/master@{#524586} +--- + components/url_formatter/idn_spoof_checker.cc | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/components/url_formatter/idn_spoof_checker.cc b/components/url_formatter/idn_spoof_checker.cc +index a88c5e8f8331..aee748d8a4d5 100644 +--- a/components/url_formatter/idn_spoof_checker.cc ++++ b/components/url_formatter/idn_spoof_checker.cc +@@ -110,8 +110,8 @@ IDNSpoofChecker::IDNSpoofChecker() { + + // These Cyrillic letters look like Latin. A domain label entirely made of + // these letters is blocked as a simplified whole-script-spoofable. +- cyrillic_letters_latin_alike_ = +- icu::UnicodeSet(icu::UnicodeString("[асԁеһіјӏорԛѕԝхуъЬҽпгѵѡ]"), status); ++ cyrillic_letters_latin_alike_ = icu::UnicodeSet( ++ icu::UnicodeString::fromUTF8("[асԁеһіјӏорԛѕԝхуъЬҽпгѵѡ]"), status); + cyrillic_letters_latin_alike_.freeze(); + + cyrillic_letters_ = +@@ -141,8 +141,8 @@ IDNSpoofChecker::IDNSpoofChecker() { + UParseError parse_error; + diacritic_remover_.reset(icu::Transliterator::createFromRules( + UNICODE_STRING_SIMPLE("DropAcc"), +- icu::UnicodeString("::NFD; ::[:Nonspacing Mark:] Remove; ::NFC;" +- " ł > l; ø > o; đ > d;"), ++ icu::UnicodeString::fromUTF8("::NFD; ::[:Nonspacing Mark:] Remove; ::NFC;" ++ " ł > l; ø > o; đ > d;"), + UTRANS_FORWARD, parse_error, status)); + + // Supplement the Unicode confusable list by the following mapping. +@@ -158,7 +158,7 @@ IDNSpoofChecker::IDNSpoofChecker() { + // - U+0D1F (ട) => s + extra_confusable_mapper_.reset(icu::Transliterator::createFromRules( + UNICODE_STRING_SIMPLE("ExtraConf"), +- icu::UnicodeString( ++ icu::UnicodeString::fromUTF8( + "ӏ > l; [кĸκ] > k; п > n; [ƅь] > b; в > b; м > m; н > h; " + "т > t; [шщ] > w; ട > s;"), + UTRANS_FORWARD, parse_error, status)); +-- +2.15.1 + diff --git a/firefox/.signature b/firefox/.signature new file mode 100644 index 0000000..fae3fb6 --- /dev/null +++ b/firefox/.signature @@ -0,0 +1,7 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauFGBdXv3dSax4dEYy7HAl5Svc6nLDioHcyaTYMtcYxLXDUXl95JKW15Bp3Xzlv9tI2jy8X9XJQxpo1cx/7gkLw0= +SHA256 (Pkgfile) = 148fee33baccf1c33f20ef5af96ae9b73c10c33038c946321dc12bad3c42b340 +SHA256 (.footprint) = 9e7da7026823a39848eddb14dbb15724ca09774202ac5e60749c2f1d26851a7e +SHA256 (firefox-52.8.0esr.source.tar.xz) = babed4fe0ae95783e39358aedf7111b20fd9442f73b3b41b025fa4951fe76287 +SHA256 (firefox-install-dir.patch) = 32c0102521b7296627ba457575c742746400680c3aecd18be8b1b382dccdc0ce +SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91 diff --git a/icu/.signature b/icu/.signature new file mode 100644 index 0000000..b5c3bbb --- /dev/null +++ b/icu/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauEQzEpHriwsYu0bOQ9Zyf7F0G62JcBr0C2U1y80t6IJzuhZYFdx0PmX+0wA9DOIZ3LJzPIAtIuvl0A4hG7+HXgA= +SHA256 (Pkgfile) = 6d2d75379ab5be50b2d8da8fc3c346253aba53ac20d640b2a3e5c280ffe9c411 +SHA256 (.footprint) = 0d304799bbf096baf182ef7faf158b24949d374c6b64ba137ba8bae28e5072f2 +SHA256 (icu4c-62_1-src.tgz) = 3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3 diff --git a/keyutils/.signature b/keyutils/.signature new file mode 100644 index 0000000..1ae8fea --- /dev/null +++ b/keyutils/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauNZmj8ZYaOc8RaUgqg3teCakqFL+n4G6kN2SLUv/eRgUa3RiplFh2zvUG0aJDWYiT/FRi2O2Fcm8IPeL7HBA6Q8= +SHA256 (Pkgfile) = 01da167b691908828f6915378d1fede905ca12f56c697a9dba183030815a5133 +SHA256 (.footprint) = 81a06fa2d4e4a914b4d8e13d95463a737756b389455fec4f993e3bf1d196615b +SHA256 (keyutils-1.5.11.tar.bz2) = 11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5 diff --git a/nspr/.signature b/nspr/.signature new file mode 100644 index 0000000..67fcfdf --- /dev/null +++ b/nspr/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauLxkNAKct+WGgMMOY5OtgJRcf5Av/ye13iVjOw0sSKwvxjV0mgJ8lFStPbUyQ4a92SXSJHii+M5BPDk24DQKEQg= +SHA256 (Pkgfile) = 2b4aa892c3915e2cdd495b49b88789d83bbf4866e893ae5742e1acfda05d4cd8 +SHA256 (.footprint) = ca5a9f3ef9c25bbb9276ddaf58e30935286f63deee679e7268d602e09f9934af +SHA256 (nspr-4.19.tar.gz) = 2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729 +SHA256 (nspr.pc.in) = 57a655d034221760ce10278d2050bbe040b1db55be3db6e3a30f04a570877b71 diff --git a/nss/.signature b/nss/.signature new file mode 100644 index 0000000..408503d --- /dev/null +++ b/nss/.signature @@ -0,0 +1,7 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauLCQr64TstEujnCKQPCeCH8/SmAGWI4HvX9BiwRVokQdmtrdFGGI5sCpW4W/nbSMryBYZuNnOkqizq2mlixXNwY= +SHA256 (Pkgfile) = f7c5783343c5bc4413c88d16981a48aac237df23b3be928251f65711bc00d1e6 +SHA256 (.footprint) = 0a4d27e330acd0d1d51a4c00efcc2b4f12faee05259b022162fccfa6a48616f1 +SHA256 (nss-3.38.tar.gz) = 2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62 +SHA256 (nss-config.in) = 08dbc1202186308e86125b5c5e7e2d0e1bd1bd5ed65eab011b9af210f656aff5 +SHA256 (nss.pc.in) = 135fbde6866e422b7a436e18d5b8e0defbb67dde6b8e1dc9e84de14b5c645626 diff --git a/python/.signature b/python/.signature new file mode 100644 index 0000000..0515d61 --- /dev/null +++ b/python/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauENElsZ7UaedrS9B7BhFKqAswfSq2CSvlhoBbO4S3E7rmURqAtlY2ptf6iBKvlNC31cBnhhUYWFX14jkMVlCowo= +SHA256 (Pkgfile) = 88c6f66d2c31232c824b1c5c0b02ec2acf31e32ad5c3855e12b98b84812b52a2 +SHA256 (.footprint) = 408d0aaf20344ddd5d5442413f628ec229bca106212dc5ceaff7e35538d75a91 +SHA256 (Python-2.7.15.tar.xz) = 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574 +SHA256 (pyconfig.h) = 081426cb9524c2e156a71bb035c25a67e44d389afc6f7e091bcf86a7f4e2002f diff --git a/python3/.signature b/python3/.signature new file mode 100644 index 0000000..549438a --- /dev/null +++ b/python3/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauHmNdPFov7oIDLzGyvCu8rsm6XKB6D7ymDRPM6s0ztMDR8j+DL/p1eEEx1DLoXFFPhLPSBXUmclbiZiWoNktYQ0= +SHA256 (Pkgfile) = 0faf8d6cb4c872dc9851866537bc79754eef02a7974873bc0d42ea9f42601e21 +SHA256 (.footprint) = 2958ef3d6fe205e5191ea4261cae34be7fb22118774e721e8b67a3e1ceee8836 +SHA256 (Python-3.6.5.tar.xz) = f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6 diff --git a/qt4/.signature b/qt4/.signature new file mode 100644 index 0000000..05c9aae --- /dev/null +++ b/qt4/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauH6TerDamFhZA9ZBo1Ab6dpLb5+l0vyHkIbmffqLE70v+p9Dw4Xq2IQhWwaJ/u9oGta1sIGfiJgBfDp2T8VlGAA= +SHA256 (Pkgfile) = 50f1138bd9973d6210edcc0215708ea879ba138a13800d0d8a17b8f74c2c9d74 +SHA256 (.footprint) = 254ff8e725593951bbef43fd94bf7755726daedbacdf7fdc6df9f82d4b50e4c9 +SHA256 (qt-everywhere-opensource-src-4.8.7.tar.gz) = e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 diff --git a/ruby/.signature b/ruby/.signature new file mode 100644 index 0000000..2566736 --- /dev/null +++ b/ruby/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm.pub +RWQh9Dk2FlLauCuBuSjRQSZ9oF05ercBpHUvy9ES2qpSE6qyRmwR0xHfNs7MAxSOcGmLHFB6D+IXTrEkR4NYoLxbcuF0xrmURQQ= +SHA256 (Pkgfile) = b2ac0a2692e3f87aba6ae935a4e682dac9e9e43e4b68184a500085119aa91a32 +SHA256 (.footprint) = 89bf3be59da1954e8333cd75c92c3216e160e7436ebe473d0c52d73752f0c873 +SHA256 (ruby-2.5.3.tar.xz) = 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f -- 2.26.2