Skip to content

Commit

Permalink
Move project to libnet org.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 10, 2020
1 parent bf37736 commit f5267a4
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addons:
- libnet1-dev
coverity_scan:
project:
name: "troglobit/nemesis"
name: "libnet/nemesis"
description: "TCP/IP Packet Injection"
notification_email: troglobit@gmail.com
build_command_prepend: "./autogen.sh && ./configure --prefix=/tmp"
Expand Down
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ v0.666a - initial public release
- ARP, ICMP, OSPF (unfinished), TCP, UDP implemented


[UNRELEASED]: https://github.com/troglobit/nemesis/compare/v1.7...HEAD
[v1.7]: https://github.com/troglobit/nemesis/compare/v1.6...v1.7
[v1.6]: https://github.com/troglobit/nemesis/compare/v1.5...v1.6
[v1.5]: https://github.com/troglobit/nemesis/compare/v1.4...v1.5
[UNRELEASED]: https://github.com/libnet/nemesis/compare/v1.7...HEAD
[v1.7]: https://github.com/libnet/nemesis/compare/v1.6...v1.7
[v1.6]: https://github.com/libnet/nemesis/compare/v1.5...v1.6
[v1.5]: https://github.com/libnet/nemesis/compare/v1.4...v1.5
[v1.4]: http://sf.net/nemesis/nemesis-1.4.tar.gz
[v1.32]: http://ftp.twaren.net/BSD/OpenBSD/distfiles/nemesis-1.32.tar.gz
[v1.31]: http://ftp.twaren.net/BSD/OpenBSD/distfiles/nemesis-1.31.tar.gz
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ down by protocol, and should allow for useful scripting of injected
packets from simple shell scripts.

The latest release is always available from GitHub at
> https://github.com/troglobit/nemesis/releases
> https://github.com/libnet/nemesis/releases

Key Features
Expand Down Expand Up @@ -134,7 +134,7 @@ To build from GIT you first need to clone the repository and run the
`autogen.sh` script. This requires `automake` and `autoconf` to be
installed on your system.

git clone https://github.com/troglobit/nemesis.git
git clone https://github.com/libnet/nemesis.git
cd nemesis/
./autogen.sh
./configure && make
Expand All @@ -156,11 +156,11 @@ ideas, please submit them using the issue tracker or as pull requests.

[License]: https://en.wikipedia.org/wiki/BSD_licenses
[License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
[GitHub]: https://github.com/troglobit/mini-snmpd
[GitHub]: https://github.com/libnet/nemesis
[libnet]: https://sourceforge.net/projects/libnet-dev/
[libpcap]: http://www.tcpdump.org/
[buildsystem]: https://airs.com/ian/configure/
[Travis]: https://travis-ci.org/troglobit/nemesis
[Travis Status]: https://travis-ci.org/troglobit/nemesis.png?branch=master
[Travis]: https://travis-ci.org/libnet/nemesis
[Travis Status]: https://travis-ci.org/libnet/nemesis.png?branch=master
[Coverity Scan]: https://scan.coverity.com/projects/15484
[Coverity Status]: https://scan.coverity.com/projects/15484/badge.svg
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Suggested reading: "GNU Autoconf, Automake and Libtool" New Riders Press

AC_PREREQ(2.61)
AC_INIT(nemesis, 1.7, https://github.com/troglobit/nemesis/issues,,
AC_INIT(nemesis, 1.7, https://github.com/libnet/nemesis/issues,,
http://troglobit.com/projects/nemesis/)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Maintainer: Joachim Nilsson <troglobit@gmail.com>
Build-Depends: debhelper (>= 10), libnet1-dev (>= 1.1.6)
Standards-Version: 4.3.0
Homepage: http://troglobit.com/projects/nemesis/
Vcs-Git: git://github.com/troglobit/nemesis.git
Vcs-Browser: http://github.com/troglobit/nemesis
Vcs-Git: git://github.com/libnet/nemesis.git
Vcs-Browser: http://github.com/libnet/nemesis

Package: nemesis
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nemesis
Upstream-Contact: Joachim Nilsson <troglobit@gmail.com>
Source: http://github.com/troglobit/nemesis
Source: http://github.com/libnet/nemesis

Files: *
Copyright: 1999-2001 Mark Grimes <mark@stateful.net>
Expand Down
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3
https://github.com/troglobit/nemesis/releases/download/v(.*)/nemesis-(.*)\.tar\.gz
https://github.com/libnet/nemesis/releases/download/v(.*)/nemesis-(.*)\.tar\.gz
2 changes: 1 addition & 1 deletion man/nemesis-arp.1
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ and
.An Jeff Nathan Aq Mt jeff@snort.org .
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-dhcp.1
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ returns 0 on a successful exit, 1 if it exits on an error.
.An Joachim Nilsson Aq Mt troglobit@gmail.com
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-dns.1
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ and
An interface for users to create DNS packet payloads should be created.
.Pp
Please report bugs at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-ethernet.1
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ returns 0 on a successful exit, 1 if it exits on an error.
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-icmp.1
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ and
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-igmp.1
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ and
.An Joachim Nilsson Aq Mt troglobit@gmail.com
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-ip.1
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ returns 0 on a successful exit, 1 if it exits on an error.
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-ospf.1
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ and
.An Joachim Nilsson Aq Mt troglobit@gmail.com
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-rip.1
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ and
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-tcp.1
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ and
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis-udp.1
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ and
.An Jeff Nathan Aq Mt jeff@snort.org
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues
2 changes: 1 addition & 1 deletion man/nemesis.1
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ and
.An Joachim Nilsson Aq Mt troglobit@gmail.com .
.Sh BUGS
Please report at
.Lk https://github.com/troglobit/nemesis/issues
.Lk https://github.com/libnet/nemesis/issues

0 comments on commit f5267a4

Please sign in to comment.