Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464756 - dev-lua/luaevent-0.4.3 version bump
Summary: dev-lua/luaevent-0.4.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-04-05 17:02 UTC by Conrad Kostecki
Modified: 2013-04-06 17:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff (Diff.Diff,784 bytes, patch)
2013-04-05 17:02 UTC, Conrad Kostecki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2013-04-05 17:02:22 UTC
dev-lua/luaevent-0.4.3 is out

Its needed for prosody-0.8.2.
If an older version of dev-lua/luaevent is used, prosody will crash, if the dns server is unavailable.

Attaching Diff against 0.4.1, as its now hosted on GITHub.
Comment 1 Conrad Kostecki gentoo-dev 2013-04-05 17:02:38 UTC
Created attachment 344528 [details, diff]
Diff
Comment 2 Conrad Kostecki gentoo-dev 2013-04-05 17:08:12 UTC
Sorry, forgot to add:
The crash only occurs this libevent enabled for prosody
Comment 3 Anthony Basile gentoo-dev 2013-04-06 13:16:48 UTC
(In reply to comment #2)
> Sorry, forgot to add:
> The crash only occurs this libevent enabled for prosody

Okay, bumped on the tree.  Note that I changed the src_uri because storing the download as v0.4.3.tar.gz is ugly and potential name collision with other packages:

SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar.gz"
Comment 4 Conrad Kostecki gentoo-dev 2013-04-06 17:39:10 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Sorry, forgot to add:
> > The crash only occurs this libevent enabled for prosody
> 
> Okay, bumped on the tree.  Note that I changed the src_uri because storing
> the download as v0.4.3.tar.gz is ugly and potential name collision with
> other packages:
> 
> SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz ->
> ${P}.tar.gz"

Thanks for the advice :) I will keep this in mind for my further ebuilds :)