Opened 9 years ago
Closed 9 years ago
#47765 closed update (fixed)
Scapy @ 2.3.1 Upgrade from existing 2.2.0 version
Reported by: | mike-savory | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | kurthindenburg (Kurt Hindenburg) |
Port: | scapy |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Scapy development has moved to BitBucket and new releases are zip not tar.gz, updating checksums and live check.
Attachments (1)
Change History (6)
Changed 9 years ago by mike-savory
Attachment: | Portfile.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by mike-savory
Hi Ryan, Yes I agree live check.md5 is not optimal, it just tells you when an existing download fails to match... There used to be a "Latest release" link on the homepage http://www.secdev.org/projects/scapy/ but that doesn't exist any more. Is there a way of asking bitbucket what the latest tag is? A better solution would be to get the URL regex check to work on the http://scapy.net/ and not follow the redirect link, but I couldn't get this to work.
curl http://scapy.net/ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="http://www.secdev.org/projects/scapy/files/scapy-2.3.1.zip">here</a>.</p> </body></html>
comment:3 Changed 9 years ago by mike-savory
If a newer file was added to http://www.secdev.org/projects/scapy/files/ I don't believe the existing live check would show that there had been an update.
comment:5 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
done - r137541
Using
livecheck.md5
isn't really optimal because at best it tells you that a different version is available, but it does not tell you what version. The livecheck currently in the port is better in that regard.