Codebase list 0trace / d141646
Update packaging Sophie Brun 3 years ago
5 changed file(s) with 21 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 0trace (0.01-3kali1) kali-dev; urgency=medium
11
2 * Team upload.
2 [ Kali Janitor ]
3 * Bump debhelper from old 11 to 12.
4 * Set debhelper-compat version in Build-Depends.
5
6 [ Raphaël Hertzog ]
37 * Add the kali marker in the version string as this is a Kali specific
48 package.
59 * Packaging cleanup.
610 * Clean up copyright file
711 * Pass build flags to gcc.
812
9 -- Raphaël Hertzog <[email protected]> Mon, 27 Aug 2018 16:26:02 +0200
13 [ Sophie Brun ]
14 * Update packaging
15 * Upload to update VCS fields
16
17 -- Sophie Brun <[email protected]> Fri, 25 Sep 2020 18:25:37 +0200
1018
1119 0trace (0.01-3) kali; urgency=low
1220
11 Section: net
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Devon Kearns <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
55 Build-Depends: debhelper-compat (= 12)
6 Standards-Version: 4.2.1
7 Homepage: http://lcamtuf.coredump.cx
6 Standards-Version: 4.5.0
7 Homepage: https://lcamtuf.coredump.cx
88 Vcs-Git: https://gitlab.com/kalilinux/packages/0trace.git
99 Vcs-Browser: https://gitlab.com/kalilinux/packages/0trace
1010
1111 Package: 0trace
1212 Architecture: any
1313 Depends: ${shlibs:Depends}, ${misc:Depends}, tcpdump
14 Description: A traceroute tool that can run within an existing TCP connection.
15 0trace is traceroute tool that can be run within an existing, open TCP connection,
16 therefore bypassing some types of stateful packet filters with ease.
14 Description: traceroute tool that can run within an existing TCP connection
15 The package is traceroute tool that can be run within an existing, open TCP
16 connection, therefore bypassing some types of stateful packet filters with
17 ease.
00 Upstream-Name: 0trace
1 Source: http://lcamtuf.coredump.cx
1 Source: https://lcamtuf.coredump.cx
22
33 Files: *
44 Copyright: 2003-2007 Michal Zalewski <[email protected]>
00 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
13
24 %:
35 dh $@
00 version=3
1 http://lcamtuf.coredump.cx/soft/0trace-(.*)\.tgz
1 https://lcamtuf.coredump.cx/soft/0trace-(.*)\.tgz