gdr / tuntox (public) (License: GPLv3) (since 2017-01-24) (hash sha1)
Tunnel TCP connections over the Tox protocol
List of commits:
Subject Hash Author Date (UTC)
Fix bitbucket deb build that was missing gitversion 0b01538c9bc8b1620385346dbc04bc8d4f06497b GDR! 2022-06-12 11:35:19
Update debian to 0.0.10.1 c1070d542c259b6c8c791d46365d19256d8e94e1 GDR! 2022-06-12 11:24:58
add LIB_DIR variable with default that can be overrided 4eda1442c458506158257341ab6d3fd4543288cc Arte Ebrahimi 2022-06-10 23:38:53
Fix deps on macOS makefile 365d2e5cbc0e3655fb64c204db0515f5f4cdf5a4 Will Cohen 2022-02-18 01:26:37
Fix mach on macOS e5a4f6aa23be2f6f4a419b8d65b36ec6e636991e Will Cohen 2022-02-18 01:23:59
Support IPv6 bootstrap nodes a646402f42e120c7148d4de29dbdf5b09027a80a GDR! 2021-12-24 10:37:23
Clean up merged code for JSON bootstrap nodes 7d45afdf7d00a95a8c3687175e2b1669fa1f7745 GDR! 2021-12-24 10:08:50
Added option to bootstrap from json file. 8a409731543aa2cdcba5035091e4f219d8603a76 Pietro Bonfa 2021-12-24 09:20:19
Add a break statement to silence Coverity 1e5c86a2b997f43117adbc18f8b1c16fed4c6eab GDR! 2021-12-10 10:33:02
Clean up indentation 0dc0012b699584828648ad5597ee17b77e275983 GDR! 2021-12-10 10:32:12
0.0.10 5923903d6e48e7990172f0d54394fa2bbc69ca9e GDR! 2021-12-07 08:58:46
Change docker-compose image address 18b0864c66767ed1f300f1f0ec2a2569b749c628 GDR! 2021-04-27 10:42:59
New docker image address at dockerhub 2e9e79947ecb9b62add1ff957d6b71a448d1d87b GDR! 2020-08-15 18:00:18
Add missing dockerfile d91e8ea5765bacfe3072d709d8c552d7f59f18d1 GDR! 2020-08-15 17:42:53
Perform a complete build inside Docker 92312438844988e45da6b1804cdb19ca7beef7bd GDR! 2020-08-15 17:19:52
Fix gcc warnings about strncpy a0fb587f1be623423db9d1e9882341731fab8ec5 GDR! 2020-08-15 16:50:44
Fix travis 07fd5cd5506b65afbd15c7289a341cb27da71114 GDR! 2020-08-15 16:36:25
Use py3 in travis c5e965f824faaa1a95647c469d0d8e4add17b3cd GDR! 2020-08-15 16:29:57
FreeBSD build instructions d20567154fb91de3a73baac9361d3ae99984e55c GDR! 2020-08-15 14:44:23
FAQ - links to packages 8691dbe266c51f788f763e0af3c712f3bab97f6f GDR! 2020-08-15 14:01:38
Commit 0b01538c9bc8b1620385346dbc04bc8d4f06497b - Fix bitbucket deb build that was missing gitversion
Author: GDR!
Author date (UTC): 2022-06-12 11:35
Committer name: GDR!
Committer date (UTC): 2022-06-12 11:35
Parent(s): c1070d542c259b6c8c791d46365d19256d8e94e1
Signer:
Signing key: 557FAEF4E8799852
Signing status: E
Tree: 61c12284fb1ddeddddff1017d874fcc950a51b1d
File Lines added Lines deleted
Dockerfile 1 1
bitbucket-pipelines.yml 1 1
File Dockerfile changed (mode: 100644) (index 71d820f..2ad1c03)
1 1 FROM debian:sid AS builder FROM debian:sid AS builder
2 2 WORKDIR /root WORKDIR /root
3 3 RUN apt update && apt -y install pkg-config build-essential make libtoxcore-dev dh-make git python3-jinja2 python3-requests RUN apt update && apt -y install pkg-config build-essential make libtoxcore-dev dh-make git python3-jinja2 python3-requests
4 RUN git clone https://github.com/gjedeer/tuntox.git && cd tuntox && tar -zcf ../tuntox_0.0.10.1.orig.tar.gz . && dpkg-buildpackage -us -uc
4 RUN git clone https://github.com/gjedeer/tuntox.git && cd tuntox && tar -zcf ../tuntox_0.0.10.1.orig.tar.gz . && dpkg-buildpackage -us -uc -v0.0.10.1-1
5 5
6 6 FROM alpine:latest FROM alpine:latest
7 7
File bitbucket-pipelines.yml changed (mode: 100644) (index 94b43dc..d4c2844)
... ... pipelines:
8 8 - apt - apt
9 9 script: script:
10 10 - apt update - apt update
11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl
11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl git
12 12 #- dh_make -y --createorig -s -p `cat bb_version.txt` || echo #- dh_make -y --createorig -s -p `cat bb_version.txt` || echo
13 13 - tar -zcf ../tuntox_0.0.10.1.orig.tar.gz . - tar -zcf ../tuntox_0.0.10.1.orig.tar.gz .
14 14 - dpkg-buildpackage -us -uc - dpkg-buildpackage -us -uc
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/tuntox

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/tuntox

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/tuntox

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main