Opened 2 weeks ago

Closed 12 days ago

Last modified 11 days ago

#70943 closed defect (fixed)

eventlog @0.2.12: checksum mismatch

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc:
Port: eventlog

Description

--->  Computing dependencies for eventlog.
--->  Fetching distfiles for eventlog
--->  eventlog_0.2.12.tar.gz does not exist in /opt/local/var/macports/distfiles/eventlog
--->  Attempting to fetch eventlog_0.2.12.tar.gz from http://www.balabit.com/downloads/files/eventlog/0.2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   546    0   546    0     0   1219      0 --:--:-- --:--:-- --:--:--  1218
100   382    0   382    0     0    289      0 --:--:--  0:00:01 --:--:--   289
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100 56570  100 56570    0     0  20626      0  0:00:02  0:00:02 --:--:-- 20626
--->  Verifying checksums for eventlog
--->  Checksumming eventlog_0.2.12.tar.gz
Error: Checksum (rmd160) mismatch for eventlog_0.2.12.tar.gz
Portfile checksum: eventlog_0.2.12.tar.gz rmd160 26210a235a2d823b9b2b50ed675c7c0c743a260f
Distfile checksum: eventlog_0.2.12.tar.gz rmd160 0fde6822f770302e17f72938b99edfb94fb05c5b
Error: Checksum (sha256) mismatch for eventlog_0.2.12.tar.gz
Portfile checksum: eventlog_0.2.12.tar.gz sha256 494dac8e01dc5ce323df2ad554d94874938dab51aa025987677b2bc6906a9c66
Distfile checksum: eventlog_0.2.12.tar.gz sha256 f7b0cc37c48391a2d4e92c7844df8c623efb69e5c661265e728ba2b4ab659497
***
The non-matching file appears to be HTML. See this page for possible reasons
for the checksum mismatch:
<https://trac.macports.org/wiki/MisbehavingServers>
***
The file has been moved to: /opt/local/var/macports/distfiles/eventlog/eventlog_0.2.12.tar.gz.html
Error: Failed to checksum eventlog: Unable to verify file checksums

Change History (4)

comment:1 Changed 13 days ago by ryandesign (Ryan Carsten Schmidt)

Summary: eventlog: checksum mismatcheventlog @0.2.12: checksum mismatch

According to https://github.com/balabit/eventlog/issues/3:

eventlog has been merged into balabit/syslog-ng, it is not available as a separate library anymore.

and no port depends on the eventlog port so we should delete it.

comment:2 Changed 12 days ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 28bbf36f1993a1bb4c93b94b9aa0052e4e4cf88d/macports-ports (master):

eventlog: Delete

Closes: #70943

comment:3 Changed 11 days ago by jmroot (Joshua Root)

Should it be replaced_by syslog-ng for the benefit of any users who already had it installed?

comment:4 Changed 11 days ago by ryandesign (Ryan Carsten Schmidt)

That could be done. syslog-ng does provide evtlog.h, evtmaps.h, and libevtlog.dylib, like the eventlog port did. But the headers are in a different directory, and the eventlog.pc file that the eventlog port provided is not provided by the syslog-ng port. So anyone using the old eventlog will need to make changes to find the corresponding files in syslog-ng.

Note: See TracTickets for help on using tickets.