Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
dart
Commits:
870127c9 by Integral at 2024-12-14T02:27:33+08:00
upgpkg: 3.6.0-1
- - - - -
3 changed files:
- .SRCINFO
- + 0001-Roll-boringssl-to-cd95210465496ac2337b313cf49f607762.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dart
pkgdesc = The dart programming language SDK
- pkgver = 3.5.3
+ pkgver = 3.6.0
pkgrel = 1
url = https://dart.dev/
arch = x86_64
@@ -13,11 +13,13 @@ pkgbase = dart
makedepends = python-httplib2
makedepends = python-six
depends = glibc
- source = git+https://github.com/dart-lang/sdk.git#tag=3.5.3
+ source = git+https://github.com/dart-lang/sdk.git#tag=3.6.0
source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = DEPS.patch
- sha256sums =
21d00f59e7a7a7ffade1ae128a59f5e3fb7f69221bef9eb63fcc81bd38a6f618
+ source = 0001-Roll-boringssl-to-cd95210465496ac2337b313cf49f607762.patch
+ sha256sums =
07f528288d8f88b4f5552249b324ec9923c567ff85c0ab239b621252b5f98589
sha256sums = SKIP
sha256sums =
db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403
+ sha256sums =
f0f9ffd34ee1b81cfaf94c49990d53876e02cec3df152fb20594514e0e06e6ff
pkgname = dart
=====================================
0001-Roll-boringssl-to-cd95210465496ac2337b313cf49f607762.patch
=====================================
@@ -0,0 +1,33 @@
+From 7e244e20ac6fb1b8c70be8dd0e2966a450034dda Mon Sep 17 00:00:00 2001
+From: Ryan Macnak <[email protected]>
+Date: Wed, 27 Nov 2024 01:25:47 +0000
+Subject: [PATCH 1/2] Roll boringssl to
+ cd95210465496ac2337b313cf49f607762abe286.
+
+Bug: https://github.com/dart-lang/sdk/issues/59617
+Change-Id: Ibfaa4bc4d9c4ad19e6f16b447e46cd066b376b8b
+Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397681
+Commit-Queue: Ryan Macnak <[email protected]>
+Reviewed-by: Brian Quinlan <[email protected]>
+---
+ DEPS | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/DEPS b/DEPS
+index afc1cf5ab05..90190242599 100644
+--- a/DEPS
++++ b/DEPS
+@@ -98,8 +98,8 @@ vars = {
+
+ # Prefer to use hashes of binaryen that have been reviewed & rolled into g3.
+ "binaryen_rev" : "459bc0797f67cb2a8fd4598bb7143b34036608d9",
+- "boringssl_gen_rev": "fef055e8d2749b82c79c8f043be1cbe5e8e4b40c",
+- "boringssl_rev": "2db0eb3f96a5756298dcd7f9319e56a98585bd10",
++ "boringssl_gen_rev": "b67a5fe651e1618baa311e452e3c188d96db2021",
++ "boringssl_rev": "cd95210465496ac2337b313cf49f607762abe286",
+ "browser-compat-data_tag": "ac8cae697014da1ff7124fba33b0b4245cc6cd1b", #
v1.0.22
+ "cpu_features_rev": "936b9ab5515dead115606559502e3864958f7f6e",
+ "devtools_rev": "711c998bb532d60c992bf48a780ab5c6595447d9",
+--
+2.47.1
+
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
# Contributor: The one with the braid <[email protected]>
pkgname=dart
-pkgver=3.5.3
+pkgver=3.6.0
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64')
@@ -29,10 +29,12 @@ source=(
"git+https://github.com/dart-lang/sdk.git#tag=$pkgver"
"git+https://chromium.googlesource.com/chromium/tools/depot_tools.git"
"DEPS.patch"
+ "0001-Roll-boringssl-to-cd95210465496ac2337b313cf49f607762.patch"
)
-sha256sums=('21d00f59e7a7a7ffade1ae128a59f5e3fb7f69221bef9eb63fcc81bd38a6f618'
+sha256sums=('07f528288d8f88b4f5552249b324ec9923c567ff85c0ab239b621252b5f98589'
'SKIP'
- 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403')
+ 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403'
+ 'f0f9ffd34ee1b81cfaf94c49990d53876e02cec3df152fb20594514e0e06e6ff')
prepare() {
cat >.gclient <<EOF
@@ -53,6 +55,7 @@ EOF
cd sdk
patch -Np 1 --input=$srcdir/DEPS.patch
+ patch -Np 1
--input=$srcdir/0001-Roll-boringssl-to-cd95210465496ac2337b313cf49f607762.patch
python ../depot_tools/gclient.py sync -D \
--nohooks \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/870127c9a9d3dcba75db4adbff2dd6548fa8bb20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/870127c9a9d3dcba75db4adbff2dd6548fa8bb20
You're receiving this email because of your account on gitlab.archlinux.org.