Codebase list chisel / 3a0454b
Initial release Sophie Brun 3 years ago
7 changed file(s) with 97 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 chisel (1.7.4-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Wed, 27 Jan 2021 10:03:05 +0100
0 Source: chisel
1 Section: golang
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 13),
6 dh-golang,
7 golang-any,
8 golang-github-armon-go-socks5-dev,
9 golang-github-fsnotify-fsnotify-dev,
10 golang-github-jpillora-backoff-dev,
11 golang-github-jpillora-requestlog-dev (>= 1.0.0-0kali2),
12 golang-github-jpillora-sizestr-dev,
13 golang-golang-x-crypto-dev,
14 golang-golang-x-net-dev,
15 golang-golang-x-sync-dev,
16 golang-websocket-dev
17 Standards-Version: 4.5.1
18 Vcs-Browser: https://gitlab.com/kalilinux/packages/chisel
19 Vcs-Git: https://gitlab.com/kalilinux/packages/chisel.git
20 Homepage: https://github.com/jpillora/chisel
21 Testsuite: autopkgtest-pkg-go
22 Rules-Requires-Root: no
23 XS-Go-Import-Path: github.com/jpillora/chisel
24
25 Package: chisel
26 Architecture: any
27 Depends: ${misc:Depends},
28 ${shlibs:Depends}
29 Built-Using: ${misc:Built-Using}
30 Description: fast TCP/UDP tunnel over HTTP (program)
31 This package contains a fast TCP/UDP tunnel, transported over HTTP, secured
32 via SSH. Single executable including both client and server. Chisel is mainly
33 useful for passing through firewalls, though it can also be used to provide a
34 secure endpoint into your network.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: chisel
2 Source: https://github.com/jpillora/chisel
3
4 Files: *
5 Copyright: 2020 Jaime Pillora <[email protected]>
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2021 Sophie Brun <[email protected]>
10 License: Expat
11
12 License: Expat
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
18 persons to whom the Software is furnished to do so, subject to the
19 following conditions:
20 .
21 The above copyright notice and this permission notice shall be included
22 in all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30 USE OR OTHER DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1
2 export GODEBUG=x509ignoreCN=0
3
4 %:
5 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
6
7 override_dh_auto_install:
8 dh_auto_install -- --no-source
9 # remove bench binary: only for tests
10 rm debian/chisel/usr/bin/bench
11
12 override_dh_auto_test:
13 cp -r test/e2e/tls $(CURDIR)/_build/src/github.com/jpillora/chisel/test/e2e
14 dh_auto_test
15 rm -r $(CURDIR)/_build/src/github.com/jpillora/chisel/test/e2e/tls
0 3.0 (quilt)
0 ---
1 Bug-Database: https://github.com/jpillora/chisel/issues
2 Bug-Submit: https://github.com/jpillora/chisel/issues/new
3 Repository: https://github.com/jpillora/chisel.git
4 Repository-Browse: https://github.com/jpillora/chisel
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%chisel-$1.tar.gz%,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/" \
3 https://github.com/jpillora/chisel/tags .*/v?(\d\S*)\.tar\.gz debian