forked from shadowsocks/shadowsocks-libev
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fejes Ferenc
committed
Jun 22, 2018
1 parent
4f7baeb
commit e41db37
Showing
45 changed files
with
349 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.PHONY: deps srpm | ||
.DEFAULT_GOAL := srpm | ||
|
||
DOT_COPR := $(dir $(firstword $(MAKEFILE_LIST))) | ||
TOP_DIR := $(realpath $(DOT_COPR)/../) | ||
|
||
RPM_DIR := $(TOP_DIR)/rpm | ||
outdir ?= $(RPM_DIR)/SRPMS | ||
|
||
HAS_GIT := $(shell command -v git 2> /dev/null) | ||
ifndef HAS_GIT | ||
deps: | ||
dnf -y install git | ||
else | ||
deps: | ||
endif | ||
|
||
srpm: deps | ||
$(TOP_DIR)/rpm/genrpm.sh -o $(outdir) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,6 @@ rpm/BUILDROOT/ | |
|
||
# Ignore per-project vim config | ||
.vimrc | ||
.vscode/ | ||
|
||
# Ignore garbage of OS X | ||
*.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,4 @@ script: | |
branches: | ||
only: | ||
- nocrypto | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
shadowsocks-libev (3.2.0-1) unstable; urgency=medium | ||
|
||
* Add MinGW support by @linusyang. | ||
* Refine c-ares integration by @xnoreq. | ||
* Fix building issues with GCC8 by @FlyingheartCN. | ||
* Minor bug fixes. | ||
|
||
-- Max Lv <[email protected]> Mon, 28 May 2018 19:46:21 -0700 | ||
|
||
shadowsocks-libev (3.1.3-1) unstable; urgency=medium | ||
|
||
* Fix a bug in UDP relay. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*- | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.67]) | ||
AC_INIT([shadowsocks-libev], [3.1.3], [[email protected]]) | ||
AC_INIT([shadowsocks-libev], [3.2.0], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/crypto.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_AUX_DIR(auto) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
shadowsocks-libev (3.2.0-1) unstable; urgency=medium | ||
|
||
* Add MinGW support by @linusyang. | ||
* Refine c-ares integration by @xnoreq. | ||
* Fix building issues with GCC8 by @FlyingheartCN. | ||
* Minor bug fixes. | ||
|
||
-- Max Lv <[email protected]> Mon, 28 May 2018 19:46:21 -0700 | ||
|
||
shadowsocks-libev (3.1.3-1) unstable; urgency=medium | ||
|
||
* Fix a bug in UDP relay. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.