Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537292 - net-misc/openntpd-5.7_p2 version bump
Summary: net-misc/openntpd-5.7_p2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul B. Henson
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2015-01-21 21:26 UTC by Paul B. Henson
Modified: 2015-01-25 00:56 UTC (History)
2 users (show)

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


Attachments
updated ebuild (openntpd-5.7_p2.ebuild,2.85 KB, text/plain)
2015-01-21 21:26 UTC, Paul B. Henson
Details
Fix run path (openntpd-5.7_p2-runpath.patch,1.28 KB, patch)
2015-01-21 21:26 UTC, Paul B. Henson
Details | Diff
Use gentoo pool (openntpd-5.7_p2-gentoopool.patch,551 bytes, patch)
2015-01-21 21:27 UTC, Paul B. Henson
Details | Diff
Fix drift path (openntpd-5.7_p2-driftpath.patch,1.20 KB, patch)
2015-01-21 21:27 UTC, Paul B. Henson
Details | Diff
Backport adjtimex fix from head (openntpd-5.7_p2-adjtimex.patch,1.47 KB, patch)
2015-01-21 21:28 UTC, Paul B. Henson
Details | Diff
Backport setproctitle fix from head to avoid clobbering __progname (openntpd-5.7_p2-proctitle.patch,10.69 KB, patch)
2015-01-21 21:28 UTC, Paul B. Henson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul B. Henson 2015-01-21 21:26:05 UTC
Created attachment 394532 [details]
updated ebuild

Updated ebuild/patches for openntpd-5.7_p2.
Comment 1 Paul B. Henson 2015-01-21 21:26:49 UTC
Created attachment 394534 [details, diff]
Fix run path
Comment 2 Paul B. Henson 2015-01-21 21:27:07 UTC
Created attachment 394536 [details, diff]
Use gentoo pool
Comment 3 Paul B. Henson 2015-01-21 21:27:29 UTC
Created attachment 394538 [details, diff]
Fix drift path
Comment 4 Paul B. Henson 2015-01-21 21:28:08 UTC
Created attachment 394542 [details, diff]
Backport adjtimex fix from head
Comment 5 Paul B. Henson 2015-01-21 21:28:43 UTC
Created attachment 394544 [details, diff]
Backport setproctitle fix from head to avoid clobbering __progname
Comment 6 Christoph Junghans (RETIRED) gentoo-dev 2015-01-21 21:53:39 UTC
1.) Should we wait for 5.7_p3? 
2.) Please submit patches against gx86 and the last ebuild version instead of the new version of the file (easy to review) and try to re-use patch (haven't checked) if the patches don't change.
Comment 7 Paul B. Henson 2015-01-21 22:07:55 UTC
(In reply to Christoph Junghans from comment #6)
> 1.) Should we wait for 5.7_p3? 

I'm not sure how often he's going to be pushing minor releases. Do you want me to ask him and skip some releases if they're going to be frequent to avoid portage churn?

> 2.) Please submit patches against gx86 and the last ebuild version instead
> of the new version of the file (easy to review) and try to re-use patch
> (haven't checked) if the patches don't change.

I sent you the big patch under separate cover. Two of the patches are new, one could have been reused, and the other two applied with fuzz and offsets. I redid the two fuzzy ones so they'd apply cleanly and redid the clean one just out of repetition ;). For future reference, should patches be reused even if they're fuzzy and offset?

Thanks...
Comment 8 Christoph Junghans (RETIRED) gentoo-dev 2015-01-25 00:56:23 UTC
+*openntpd-5.7_p2 (25 Jan 2015)
+
+  25 Jan 2015; Christoph Junghans <ottxor@gentoo.org>
+  +files/openntpd-5.7_p2-adjtimex.patch, +files/openntpd-5.7_p2-proctitle.patch,
+  +openntpd-5.7_p2.ebuild, -files/openntpd-5.7_p1-signal.patch,
+  -files/openntpd-5.7_p1-warn-s-failure.patch, -openntpd-5.7_p1.ebuild:
+  version bump (bug #537292, thx to Paul)
+
I re-used the patches, which still apply.