Skip to content

Commit

Permalink
Merge pull request #5235 from lynxis/rb_uanytun
Browse files Browse the repository at this point in the history
uanytun: remove build time/host to fix reproducible builds
  • Loading branch information
thess committed Dec 6, 2017
2 parents 01bb6fc + 89e4011 commit f3d0d51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/uanytun/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=uanytun
PKG_VERSION:=0.3.5
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.anytun.org/download/
Expand Down
12 changes: 12 additions & 0 deletions net/uanytun/patches/100-reproducible-builds.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Index: uanytun-0.3.5/src/options.c
===================================================================
--- uanytun-0.3.5.orig/src/options.c
+++ uanytun-0.3.5/src/options.c
@@ -481,7 +481,6 @@ void options_print_usage()
void options_print_version()
{
printf("%s\n", VERSION_STRING_0);
- printf("%s\n", VERSION_STRING_1);
}

void options_print(options_t* opt)

0 comments on commit f3d0d51

Please sign in to comment.