Commit Graph

190 Commits

Author SHA1 Message Date
xixiha5230
d7328953ba
Use CMake string(TIMESTAMP) for portable compile timestamp
The previous usage of the date command is not portable across different platforms. date is not guaranteed to be available and the format varies.

Replace it with CMake's built-in string(TIMESTAMP) command which generates a string with the given timestamp format independent of the platform. This commit changes it to use "%y%m%d" format for a YYMMDD timestamp commonly used for compilation.
2024-02-24 17:57:12 +08:00
Το μοχθηρό ^_^
2a2686fa11
Fix high-risk vulnerabilities(CIRCL's Kyber: timing side-channel (kyberslash2) ) (#186)
* chore(deps): bump github.com/cloudflare/circl in /core/src/foss/golang

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7)
2024-02-20 13:42:32 +08:00
clash-meta-maintainer[bot]
1377d42dc2
Update Dependencies (#184) 2024-02-18 16:16:28 +08:00
Το μοχθηρό ^_^
c7c13b3a89
update dependency (#180) 2024-02-14 18:56:48 +08:00
clash-meta-maintainer[bot]
cd3aad232b
Update Dependencies (#183) 2024-02-14 18:15:59 +08:00
clash-meta-maintainer[bot]
2832c9ee4c
Update Dependencies (#182)
Co-authored-by: clash-meta-maintainer[bot] <clash-meta-maintainer[bot]@users.noreply.github.com>
2024-02-08 11:15:35 +08:00
clash-meta-maintainer[bot]
fa360d83f8
Update Dependencies (#181) 2024-02-05 23:46:28 +08:00
clash-meta-maintainer[bot]
916d6a7777
Update Dependencies (#179)
Co-authored-by: clash-meta-maintainer[bot] <clash-meta-maintainer[bot]@users.noreply.github.com>
2024-01-24 17:59:48 +08:00
Larvan2
dccab90843 fix: delay 2024-01-21 23:38:01 +08:00
clash-meta-maintainer[bot]
c64e1a005e
Update Dependencies (#177)
Co-authored-by: clash-meta-maintainer[bot] <clash-meta-maintainer[bot]@users.noreply.github.com>
2024-01-21 17:16:33 +08:00
GitHub Action
4dd7aec7ec Bump version to 2.10.0 (210000) 2024-01-18 09:54:42 +00:00
cmfaapp[bot]
1b5ce606e4 Update Dependencies (#1)
Co-authored-by: aylz10 <aylz10@users.noreply.github.com>
2024-01-18 09:54:32 +00:00
aylz10
60974e8672 修复 proxies.go 2024-01-17 05:59:44 +00:00
aylz10
2205a90de9 核心依赖变更mihomo 2024-01-17 05:59:44 +00:00
aylz10
c7666a3e01 更换核心地址 2024-01-17 05:59:44 +00:00
Steve Johnson
cbbcc2a6fe
Merge pull request #168 from MetaCubeX/update-dependencies
Update Dependencies
2023-11-02 20:15:35 +08:00
Steve Johnson
a58af39fae feat: add some override options about sniffing 2023-11-02 18:57:55 +08:00
clash-meta-maintainer[bot]
7d9886773a Update Dependencies 2023-11-02 08:05:45 +00:00
Steve Johnson
00b2c816a4
Merge pull request #166 from MetaCubeX/update-dependencies
Update Dependencies
2023-11-01 21:28:58 +08:00
riolurs
e1930528b9 fix: find process mode override 2023-11-01 21:16:23 +08:00
stevejohnson7
27c98e31f4 Update Dependencies 2023-11-01 13:12:32 +00:00
clash-meta-maintainer[bot]
acc573f1a8 Update Dependencies 2023-10-31 07:01:30 +00:00
stevejohnson7
64fcf59a5f Update Dependencies 2023-10-27 16:38:23 +00:00
stevejohnson7
a931a882b1 Update Dependencies 2023-10-26 14:40:49 +00:00
stevejohnson7
f89fad5410 Update Dependencies 2023-10-24 02:47:17 +00:00
stevejohnson7
e04d532c2a Update Dependencies 2023-10-23 03:15:26 +00:00
Steve Johnson
191c8bc2dc chore: change upstream to android-real 2023-10-23 10:05:41 +08:00
clash-meta-maintainer[bot]
79366ba9c1
Update Dependencies (#151)
Co-authored-by: wwqgtxx <wwqgtxx@users.noreply.github.com>
2023-10-22 22:53:51 +08:00
wwqgtxx
184a19dbb4 fix fetch context cancel 2023-10-22 21:27:21 +08:00
wwqgtxx
c3da619dcf fix build 2023-10-22 21:00:43 +08:00
wwqgtxx
927727dee1 dependent clean 2023-10-22 20:31:24 +08:00
wwqgtxx
d4c078bab0 using clashHttp in config/fetch.go 2023-10-22 20:09:33 +08:00
wwqgtxx
57504a7e8e don't using deprecated tunnel.TCPIn() 2023-10-22 16:49:49 +08:00
Steve Johnson
14a961f521
Update Meta Core to v1.16.0 and add actions to help maintain the project (#147)
* add: Create dependabot.yml

* chore: Create update-dependencies.yml

* chore: Update update-dependencies.yml

* fix: switch meta core upstream

* chore: Update update-dependencies.yml

* chore: Update update-dependencies.yml

* chore: Update update-dependencies.yml

* chore: Update build-unsigned.yaml

* chore: Delete .github/dependabot.yml

* chore: Run build-unsigned for each PR

* chore: Better PR info and add repo dispatch listener

* chore: Better actions name

* chore: rename ci file and try to fix failure

* chore: add manual auto project version  bump

* chore: Fix wrong command usage

* chore: fix path

* chore: Fix

* chore: Fix bump project version

* chore: can this pass compile?

* chore: update core to newest alpha

* Update update-dependencies.yaml

* chore: try to change core upstream

* chore: remove all go get update to pass compile

* Revert "chore: remove all go get update to pass compile"

This reverts commit aad0ec3b83.

* Revert "chore: can this pass compile?"

This reverts commit 635289639b.

* chore: force update submodule

* chore: change upstream to alpha

* chore: remove rubbish

* chore: change upstream and update core

* chore: add version fixed packages

* chore: small fix

* chore: update go dependencies

* chore: revert some depends to old versions to fix compile

* fix: fix compile error caused by core's deprecation

* chore: fix actions and update core

* chore: update clash core

* fix: fix block calling

* chore: update app version

* chore: small fix to actions

* feat: add Hysteria2 for UI

* chore: revert version update for actions test

* chore: try recover main go mod upgrade

* chore: fix tag logic in release actions

* Bump version to 2.8.10 (208010)

* chore: remove test code in actions

---------

Co-authored-by: GitHub Action <action@github.com>
2023-10-22 15:57:35 +08:00
riolu.rs
9dc7e5f229 chore: bump version 2023-09-01 08:53:11 +08:00
riolu.rs
fd433244c7 chore: bump version 2023-07-15 17:10:43 +08:00
riolu.rs
6d5dd87551 chore: bump version 2023-06-23 11:54:51 +08:00
cubemaze
d6a33bc81b chore: bump version 2023-06-13 17:28:10 +08:00
cubemaze
a4d7747078 chore: bump version 2023-06-03 22:56:27 +08:00
cubemaze
008e99417e chore: bump version 2023-05-22 13:38:39 +08:00
cubemaze
26a47020fe chore: bump version 2023-05-15 23:03:40 +08:00
cubemaze
30ce16d086 chore: update core 2023-05-15 22:56:47 +08:00
cubemaze
73ebba3329 chore: update core 2023-05-12 13:07:31 +08:00
cubemaze
1462d70ed2 chore: update core 2023-05-11 21:11:59 +08:00
cubemaze
38ccdfe869 chore: update core 2023-05-11 15:06:15 +08:00
cubemaze
ec489ab491 chore: bump version 2023-05-11 13:25:48 +08:00
cubemaze
ed02d0d13d chore: bump version 2023-05-11 01:57:56 +08:00
cubemaze
e93267cf62 chore: update 2023-05-10 20:52:50 +08:00
metacubex
da805707e4 chore: bump version 2023-05-02 03:51:42 +08:00
metacubex
9038de1e62 chore: bump version 2023-04-28 17:30:41 +08:00