aboutsummaryrefslogtreecommitdiff
path: root/net/tcpproxy/patches
Commit message (Collapse)AuthorAge
* tcpproxy: fix Wformat warningRosen Penev2022-03-03
| | | | | | snprintf call requires one more byte for NULL termunator. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* tcpproxy: remove build timestamp and hostnameAlexander Couzens2017-12-03
| | | | | | | | | Build timestamp prevents reproducible builds [0]. Build hostname also breaks reproducible builds. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tcpproxy: update to version 1.2Christian Pointner2015-05-17
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* This adds tcpproxy a simple tcp connection proxy.Christian Pointner2014-06-09
Signed-off-by: Christian Pointner <equinox@spreadspace.org>