Bug 139460 - security/snortsam broken on 64 bit platforms
Summary: security/snortsam broken on 64 bit platforms
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 23:10 UTC by Paul J Murphy
Modified: 2009-12-25 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (412 bytes, patch)
2009-10-09 23:10 UTC, Paul J Murphy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul J Murphy 2009-10-09 23:10:07 UTC
security/snortsam is broken on 64 bit platforms.  This is confirmed by the author at http://lists.snortsam.net/pipermail/snortsam-discussion/2008-April/000248.html.

How-To-Repeat: Install security/snort
Install security/snortsam
Configure both ports to talk to each other
Start snortsam
Run "snort -T" and observe the errors (midway through very long diagnostic output at startup):

	snort: INFO => [Alert_FWsam](FWsamCheckIn) Connected to host .
	snort: ERROR => [Alert_FWsam](FWsamCheckIn) Password mismatch! Ignoring host .
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-09 23:10:15 UTC
Maintainer of security/snortsam,

Please note that PR ports/139460 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139460

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-09 23:10:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Paul J Murphy 2009-10-10 14:52:06 UTC
Update: On further digging around, it seems the authentication bug on 64 bit
platforms is fixed in a later version.	The current snort port
(snort-2.8.4.1_2) already has the up to	date authentication code - no changes
are required there.

So, the best fix is probably to update the port to 2.63 (the latest).  I was
able to get 2.63 to build cleanly by simply changing PORTVERSION to 2.63 in
Makefile, and removing files/patch-makesnortsam.sh (it's no longer required,
as the distribution included the change).  Obviously, the 2.63 source would
also need to be	added to the freebsdbrasil mirror.

I've only done limited testing so far, but it seems to work on on my system.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-12-25 14:20:50 UTC
miwi        2009-12-25 14:20:41 UTC

  FreeBSD ports repository

  Modified files:
    security/snortsam    Makefile distinfo 
  Removed files:
    security/snortsam/files patch-makesnortsam.sh 
  Log:
  - Update to 2.63
  
  PR:             139460
  Submitted by:   Paul J Murphy <paulm@srv00.inetstat.net>
  Approved by:    Maintainer Timout
  
  Revision  Changes    Path
  1.2       +1 -1      ports/security/snortsam/Makefile
  1.2       +3 -6      ports/security/snortsam/distinfo
  1.2       +0 -13     ports/security/snortsam/files/patch-makesnortsam.sh (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-12-25 14:21:00 UTC
State Changed
From-To: feedback->closed

update to 2.63 was committed. thanks your report.