Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37559732
en ru br
Репозитории ALT
S:2.1.0-alt2
5.1: 2.0.12-alt1
4.1: 1.0.4-alt1
4.0: 1.0.4-alt1
3.0: 1.4a12-alt7
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: traceroute

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: traceroute
Version: 1.0.4
Release: alt1
Epoch: 1

Summary: Olaf Kirch non setuid traceroute implementation
License: GPL
Group: Monitoring
Url: http://rechner.lst.de/~okir/traceroute/
Packager: Dmitry V. Levin <ldv at altlinux.org>

Source: ftp://ftp.lst.de/pub/people/okir/traceroute/traceroute-%version.tar
Patch0: traceroute-1.0.4-rh-compat.patch
Patch1: traceroute-1.0.3-alt-owl-fixes.patch
Patch2: traceroute-1.0.3-alt-src_port.patch
Patch3: traceroute-1.0.3-owl-man.patch

# due to traceroute6

Conflicts: iputils < 0:20020927-alt3

%description
The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host.  Traceroute displays
the IP number and host name (if possible) of the machines along the
route taken by the packets.  Traceroute is used as a network debugging
tool.  If you're having network connectivity problems, traceroute will
show you where the trouble is coming from along the route.

This is a small traceroute replacement that works without requiring a
setuid bit. It is written by Olaf Kirch, and relies on a number of features
introduced in the Linux 2.4 kernel, especially the ability to obtain raw
ICMP error information from a UDP socket.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%make CCOPTS="%optflags -W -Werror -fpie -pie"

%install
install -pD -m755 traceroute %buildroot/bin/traceroute
install -pD -m644 traceroute.1 %buildroot%_man1dir/traceroute.1
ln -s traceroute %buildroot/bin/traceroute6
ln -s traceroute.1.gz %buildroot%_man1dir/traceroute6.1.gz

%files
/bin/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin