bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-14 17:02 UTC
[Bug 2517] New: GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Bug ID: 2517
Summary: GitHub version doesn't include ChangeLog
Product: Portable OpenSSH
Version: 6.8p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: vyekkira at illinois.edu
GitHub versions since 6.8p1 do not include the ChangeLog file.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-14 17:03 UTC
[Bug 2517] GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Venkat Yekkirala <vyekkira at illinois.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|6.8p1 |7.1p1
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-14 22:34 UTC
[Bug 2517] GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
The changelog is generated at release from the git log. It doesn't
exist as a file in the repository, but you can see exactly the same
information using 'git log' or
https://github.com/openssh/openssh-portable/commits/master
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-18 00:34 UTC
[Bug 2517] GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517 --- Comment #2 from Venkat Yekkirala <vyekkira at illinois.edu> --- Thanks for the info. One other newbie question: In the release tarball, there are some *.0 man pages. I would be grateful for insight into their generation and how they differ from the regular man pages that are on github. Thanks again. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Dec-18 01:52 UTC
[Bug 2517] GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
(In reply to Venkat Yekkirala from comment #2)> In the release tarball, there are some *.0 man pages. I would be
> grateful for insight into their generation and how they differ from
> the regular man pages that are on github. Thanks again.
They're just the output of the man page formatter.
They're generated by the Makefile:
https://github.com/openssh/openssh-portable/blob/master/Makefile.in#L281
Basically it's going to run something like "nroff -mandoc ssh.1
>ssh.0"
(exact command depending on your system, see
https://github.com/openssh/openssh-portable/blob/master/configure.ac#L51).
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:42 UTC
[Bug 2517] GitHub version doesn't include ChangeLog
https://bugzilla.mindrot.org/show_bug.cgi?id=2517
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
Apparently Analagous Threads
- OpenSSL 1.1.0 support and RSA_set0_key() double frees?
- Understand alias-analysis results
- [Bug 1702] New: PreferredAuthentications setting doesn't work when spaces are used as documented
- Xenstore-chmod equivalent Kernel(XenBus) API
- Megaraid SAS driver failing in Xen-3.3.0 but was working in Xen-3.2.2-rc3