• R/O
  • HTTP
  • SSH
  • HTTPS

packages: コミット

Community maintained packages for ImmortalWrt.


コミットメタ情報

リビジョンfa672f20e5445073a960a712ca68a326bf3529cc (tree)
日時2023-03-19 15:51:05
作者zxlhhyccc <45259624+zxlhhyccc@user...>
コミッターGitHub

ログメッセージ

gn: bump to latest git HEAD

The wrong escaping mode is used in a few contexts, which results in
failed builds. This is happening in particular to folks whose sources
are inside a directory with a space in it, and whose builds are not
contained within that directory.

Such builds encode the surrounding filesystem structure into the ninja
files, which is unfortunate but unavoidable in some environments. Fix
the escaping mode in this case.

変更サマリ

差分

--- a/devel/gn/Makefile
+++ b/devel/gn/Makefile
@@ -5,13 +5,13 @@
55 include $(TOPDIR)/rules.mk
66
77 PKG_NAME:=gn
8-PKG_RELEASE:=2
8+PKG_RELEASE:=1
99
1010 PKG_SOURCE_PROTO:=git
1111 PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git
12-PKG_SOURCE_DATE:=2023-01-29
13-PKG_SOURCE_VERSION:=84c8431f3e03cc6226c59dd49637c15ea31169a1
14-PKG_MIRROR_HASH:=3be8b3c27be8b4f16c8922d9e70d8135a66279ac3679c636b259e4e829a7a9fc
12+PKG_SOURCE_DATE:=2023-02-17
13+PKG_SOURCE_VERSION:=b25a2f8c2d33f02082f0f258350f5e22c0973108
14+PKG_MIRROR_HASH:=28dcd0c0fe6fe8c459096acd0ff9ff4a982284ca680ff6edc1222dc88dac0b23
1515
1616 PKG_LICENSE:=BSD 3-Clause
1717 PKG_LICENSE_FILES:=LICENSE
--- a/devel/gn/src/out/last_commit_position.h
+++ b/devel/gn/src/out/last_commit_position.h
@@ -3,7 +3,7 @@
33 #ifndef OUT_LAST_COMMIT_POSITION_H_
44 #define OUT_LAST_COMMIT_POSITION_H_
55
6-#define LAST_COMMIT_POSITION_NUM 2079
7-#define LAST_COMMIT_POSITION "2079 (84c8431f3e03)"
6+#define LAST_COMMIT_POSITION_NUM 2081
7+#define LAST_COMMIT_POSITION "2081 (b25a2f8c2d33)"
88
99 #endif // OUT_LAST_COMMIT_POSITION_H_
旧リポジトリブラウザで表示