diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-07 09:08:33 +0000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:35:53 -1000 |
commit | 69674c2fc2f8bfa4ca404d74325d23910970f066 (patch) | |
tree | 886b00bd8bd366c5ea56e5afd92508ea42e68aaa /data | |
parent | 8493a07a3503a1bf4ead19c01b39119ffa12b52b (diff) |
Updated dns2tcp.
Diffstat (limited to 'data')
-rw-r--r-- | data/dns2tcp/_metadata/homepage | 2 | ||||
l--------- | data/dns2tcp/_metadata/mac | 1 | ||||
-rw-r--r-- | data/dns2tcp/_metadata/version | 2 | ||||
-rw-r--r-- | data/dns2tcp/dns2tcp-0.4.3.tar.gz | bin | 230596 -> 0 bytes | |||
-rw-r--r-- | data/dns2tcp/dns2tcp_0.5.2.orig.tar.gz | bin | 0 -> 173585 bytes | |||
-rw-r--r-- | data/dns2tcp/make.sh | 1 |
6 files changed, 4 insertions, 2 deletions
diff --git a/data/dns2tcp/_metadata/homepage b/data/dns2tcp/_metadata/homepage index a621a7cd1..9046a1370 100644 --- a/data/dns2tcp/_metadata/homepage +++ b/data/dns2tcp/_metadata/homepage @@ -1 +1 @@ -http://www.hsc.fr/ressources/outils/dns2tcp/ +https://packages.debian.org/sid/dns2tcp diff --git a/data/dns2tcp/_metadata/mac b/data/dns2tcp/_metadata/mac new file mode 120000 index 000000000..0c538aadb --- /dev/null +++ b/data/dns2tcp/_metadata/mac @@ -0,0 +1 @@ +../../../people/mac
\ No newline at end of file diff --git a/data/dns2tcp/_metadata/version b/data/dns2tcp/_metadata/version index 17b2ccd9b..cb0c939a9 100644 --- a/data/dns2tcp/_metadata/version +++ b/data/dns2tcp/_metadata/version @@ -1 +1 @@ -0.4.3 +0.5.2 diff --git a/data/dns2tcp/dns2tcp-0.4.3.tar.gz b/data/dns2tcp/dns2tcp-0.4.3.tar.gz Binary files differdeleted file mode 100644 index edbd496f7..000000000 --- a/data/dns2tcp/dns2tcp-0.4.3.tar.gz +++ /dev/null diff --git a/data/dns2tcp/dns2tcp_0.5.2.orig.tar.gz b/data/dns2tcp/dns2tcp_0.5.2.orig.tar.gz Binary files differnew file mode 100644 index 000000000..89acc92e8 --- /dev/null +++ b/data/dns2tcp/dns2tcp_0.5.2.orig.tar.gz diff --git a/data/dns2tcp/make.sh b/data/dns2tcp/make.sh index 452a4bfd5..ce58b7c91 100644 --- a/data/dns2tcp/make.sh +++ b/data/dns2tcp/make.sh @@ -1,4 +1,5 @@ pkg:setup +cp ${PKG_BASE}/config.sub . pkg:configure make pkg:install |