1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Rosen Penev
160deb4465 tcpproxy: fix Wformat warning
snprintf call requires one more byte for NULL termunator.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-03-03 14:21:24 -08:00
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Alexander Couzens
59c25a89e0
tcpproxy: remove build timestamp and hostname
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>
2017-12-03 14:06:25 +01:00
Christian Pointner
7af256a6cd tcpproxy: update to version 1.2
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-17 18:53:22 +02:00
Christian Pointner
2267da443a This adds tcpproxy a simple tcp connection proxy.
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-09 19:45:40 +02:00