Skip to content

Commit

Permalink
hysteria: Update to 1.0.5
Browse files Browse the repository at this point in the history
Removed upstreamed patches.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Jun 11, 2022
1 parent 95fd2d0 commit 175a7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 391 deletions.
6 changes: 3 additions & 3 deletions hysteria/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=hysteria
PKG_VERSION:=1.0.4
PKG_RELEASE:=2
PKG_VERSION:=1.0.5
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/HyNetwork/hysteria/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=d2cb7a3f1b9ae3ac258928fb0d74e19e2066ad164492116c934b4585e0a4a94d
PKG_HASH:=ee2c765fb7e483a7c211624a62f07b6992a763f2bccbd91b3bf81bd2e82ffe63

PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=LICENSE
Expand Down
244 changes: 0 additions & 244 deletions hysteria/patches/010-feat-TCP-redirect-implementation.patch

This file was deleted.

Loading

2 comments on commit 175a7b2

@smallprogram
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

貌似有点问题


Building targets
package github.com/tobyxdd/hysteria/cmd
	imports github.com/tobyxdd/hysteria/pkg/tun
	imports github.com/eycorsican/go-tun2socks/tun: build constraints exclude all Go files in /workdir/x64/dl/go-mod-cache/github.com/eycorsican/[email protected]/tun
make[3]: *** [Makefile:56: /workdir/x64/build_dir/target-x86_64_musl/hysteria-1.0.5/.built] Error 1
make[3]: Leaving directory '/workdir/x64/feeds/helloworld/hysteria'
time: package/feeds/helloworld/hysteria/compile#5.37#1.76#1.11
    ERROR: package/feeds/helloworld/hysteria failed to build.
make[2]: *** [package/Makefile:116: package/feeds/helloworld/hysteria/compile] Error 1
make[2]: Leaving directory '/workdir/x64'
make[1]: *** [package/Makefile:110: /workdir/x64/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/workdir/x64'
make: *** [/workdir/x64/include/toplevel.mk:230: world] Error 2
Error: Process completed with exit code 2.

@1715173329
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.