[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-07-10 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|CLOSED
 Resolution||NOTABUG
OtherBugsDependingO|163776, 177841  |201449
  nThis||
   Flag|needinfo?([EMAIL PROTECTED]|
   |om) |




--- Additional Comments From [EMAIL PROTECTED]  2007-07-10 11:52 EST ---
CLOSING.

If someone wants to import this package into Fedora,
please file a new review request, thank you!!

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-07-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291





--- Additional Comments From [EMAIL PROTECTED]  2007-07-03 14:04 EST ---
This bug will be closed if no response is received from the
reporter within ONE WEEK

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-06-21 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291


[EMAIL PROTECTED] changed:

   What|Removed |Added

Product|Fedora Extras   |Fedora




--- Additional Comments From [EMAIL PROTECTED]  2007-06-21 10:59 EST ---
Again ping?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-06-13 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
   Flag||needinfo?([EMAIL PROTECTED]
   ||om)




--- Additional Comments From [EMAIL PROTECTED]  2007-06-13 14:23 EST ---
ping?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-06-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |medium
   Priority|normal  |medium

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2007-06-06 14:30 EST ---
Some notes:

* invalid macro
-
%define VER %(rpmquery --qf '%{VERSION}' fedora-release)
-
  - This won't work for two reason.
  * First the current rawhide returns the value VER as 7.89,
not integer
  * And calling rpm command in rpmbuild is regarded as dangerous.
Instead you can use %fedora macro. 
--
%if 0%{?fedora} = 5
BuildRequires:  libpcap
%else
BuildRequires:  libpcap-devel
%endif
---

* optflags
  - This spec file does not honor fedora specific compilation
flags.
---
+ make
gcc -Wall -g -MM *.c  .depend
gcc -Wall -g -c -o ptunnel.o ptunnel.c
gcc -Wall -g -c -o md5.o md5.c
gcc -o ptunnel ptunnel.o md5.o -lpthread -lpcap
--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-02-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291





--- Additional Comments From [EMAIL PROTECTED]  2007-02-07 05:25 EST ---
http://s3.amazonaws.com/greg/ptunnel-0.61-3/ptunnel.spec
http://s3.amazonaws.com/greg/ptunnel-0.61-3/ptunnel-0.61-3.src.rpm

%changelog
* Wed Feb 07 2007 Greg Hogan [EMAIL PROTECTED] - 0.61-3
- libpcap moved development files into separate package in fc6, so
  BuildRequires uses libpcap for = fc5, and libpcap-devel = fc6.
- Improved %files section.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-02-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291





--- Additional Comments From [EMAIL PROTECTED]  2007-02-07 07:07 EST ---
In an ideal world you could use %{?dist} to discriminate among distributions.
And using it would allow build to succeed on other distros like RHEL3/4/5, too.
With Fedora only in mind, your solution is fine.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-02-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291


[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||177841
  nThis||




-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 227291] Review Request: ptunnel - Reliably tunnel TCP connections over ICMP packets

2007-02-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ptunnel - Reliably tunnel TCP connections over ICMP 
packets


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227291





--- Additional Comments From [EMAIL PROTECTED]  2007-02-04 18:07 EST ---
Not an official review because you need a sponsor, which I am not.

- rpmlint is silent on both src.rpm and generated rpm [1]
- package meets naming guidelines (upstream calls the project Ping Tunnel,
refers to it as ptunnel and packages it as PingTunnel-release.tar.gz).
- package meets packaging guidelines
- license (BSD) OK, text in %doc, matches source
- spec file legible, in am. english
- source matches upstream, sha1sum cea9c16fa4da0af2f59f2ece7ede56650095a752 
PingTunnel-0.61.tar.gz
- package builds on devel (x86_64) [1}
- MUSTFIX: missing BR libpcap-devel
- MUSTFIX: unnecessary BR libpcap
- no locales
- not relocatable
- owns all files/directories that it creates, does not take ownership of foreign
 files/directories
- MUSTFIX: duplicate file ptunnel.8.gz
- permissions ok
- %clean ok
- macro use consistent
- code, not content
- no need for -docs
- nothing in %doc affects runtime
- no need for .desktop file since the program is just command line
- no static, .la, .pc
- no scriptlets

 [1] with corrected BR
 [2] the %files section could be rewritten as
%files
%defattr(-,root,root,-)
%doc CHANGELOG LICENSE README web/
%{_bindir}/ptunnel
%{_mandir}/man8/ptunnel.8*


SHOULD
- with corrected BR, builds in mock
- runs as advertised


Please correct the above mentioned MUSTFIX and once you find a sponsor, you
should point him to this pre-review.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review