[PATCH] gnu: doxygen: Update to 1.8.14.

  • Done
  • quality assurance status badge
Details
3 participants
  • Gábor Boskovits
  • Danny Milosavljevic
  • Leo Famulari
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 7 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20180130001407.616-1-dannym@scratchpost.org
* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
---
gnu/packages/documentation.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9c5ca74d7..0a470507c 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -114,14 +114,14 @@ markup) can be customized and extended by the user.")
(define-public doxygen
(package
(name "doxygen")
- (version "1.8.13")
+ (version "1.8.14")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
name "-" version ".src.tar.gz"))
(sha256
(base32
- "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
+ "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
(patches (search-patches "doxygen-test.patch"))))
(build-system cmake-build-system)
(native-inputs
Leo Famulari wrote 7 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 30289@debbugs.gnu.org)
20180130041456.GA7677@jasmine.lan
On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
Toggle quote (2 lines)
> * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.

Thanks! A lot of packages depend on doxygen so we'll need to do this on
the next core-updates cycle, or potentially on a staging cycle before
the next core-updates cycle.

Can you hold on to the patch and put it in the right place after the
current core-updates cycle?
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpv8T0ACgkQJkb6MLrK
fwhLtQ/+I5/GlM7A6SOgGDCmIJ+ws2lwtxJcmwC805eEUMfWSE5HlS3e2SiVkPU1
pkCRp2SPPqmB9pd6x2gRNy5f1+ZBZ56YqhRTrCa+Ts31HOpTwmzhTaMVDwZ2Wcbo
YXx7Aj5loiP8KM0PrGxcnhcrDLgXckAqXhGqsp+qxAGQETQmvfafbclZml/YRluJ
VlhtCp9ww6JxMvaDDlYh22Lk2gcQJHHGuqhnTOggGCXUV9cKXk85zidWfqXPBLKi
1kRr6JGV4G9Vp1pXgI7JetL8UIp/k/RppYR9gWf1xhKv+WMVzqqRLVyr3qvQa8AW
7bh3kz3RXjs/Ty/uFXrR0Aw+de1mEq2xLW0NXBgaajmRlXm2T7tXmFaFHCtvmgbh
wJfJk84wHQUmM0he01J6DLs2HjENDcQPB0lio6d1gIPqPFtiDFwzcReSA5qD0hYy
zDV1yqtT4LF4Z8lek9i87k4ho2SIqcQ2Zbwv/hWmrW5ehS90JGNSQMneM6OWrvis
Ko8z+KAP3lUAis6p0KURejltk2VHtCpFfGqFaacx42bu8E7eDzXOIxA+QT1aAhub
py2qNciYiwiXzlIfX5SxW4Q3rR6QUXKmXcfFicDgsnSBLxiqvvoYezL15GcIp3uK
HUB0jHNCMb+I9mLTQvN/KmXLTufPr8CW/JrxWy4/6RSp1SqD7nM=
=5qla
-----END PGP SIGNATURE-----


Danny Milosavljevic wrote 7 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 30289@debbugs.gnu.org)
20180130100718.555f66d6@scratchpost.org
Hi Leo,

On Mon, 29 Jan 2018 23:14:56 -0500
Leo Famulari <leo@famulari.name> wrote:

Toggle quote (10 lines)
> On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
>
> Thanks! A lot of packages depend on doxygen so we'll need to do this on
> the next core-updates cycle, or potentially on a staging cycle before
> the next core-updates cycle.
>
> Can you hold on to the patch and put it in the right place after the
> current core-updates cycle?

Sure.

For later reference, 1.8.13 has a crash bug

Leo Famulari wrote 7 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 30289@debbugs.gnu.org)
20180130213926.GB14764@jasmine.lan
On Tue, Jan 30, 2018 at 10:07:18AM +0100, Danny Milosavljevic wrote:
Toggle quote (21 lines)
> Hi Leo,
>
> On Mon, 29 Jan 2018 23:14:56 -0500
> Leo Famulari <leo@famulari.name> wrote:
>
> > On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
> >
> > Thanks! A lot of packages depend on doxygen so we'll need to do this on
> > the next core-updates cycle, or potentially on a staging cycle before
> > the next core-updates cycle.
> >
> > Can you hold on to the patch and put it in the right place after the
> > current core-updates cycle?
>
> Sure.
>
> For later reference, 1.8.13 has a crash bug
>
> https://bugzilla.gnome.org/show_bug.cgi?id=776791

Hm... if we hit that bug, let's fix it. Until then, I think it's fine,
since doxygen is primarly run within the build chroot.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpw5g4ACgkQJkb6MLrK
fwhQDQ//cFseErt19i60HRHYra34JUnMSeKqUgU5LXpdEeb2vIAT9AL/rEVfERtZ
AW4oqHxVAnL/64phDvE5hcrW8HAkB+qTj2arWpVH4gUEeeC5nXIARB3O0wHvja+I
5BFZs83Grl+vFdyH6QCu+VIm0khcnmQjsvB/txB8xb/tKP0iHgUPsk5iVNkw6/4Z
6dcNduYeeCz4rQ6+UgBcvbnkz0dlfQbmzSPBEQGmGgexCSct9zdHqWI4XQIgZv+k
SgV+1RM105vdTpcdcUmsYHDjzIRidaAKdT43Z+//sc1mNTrAeS3iGwb6aNo4elen
ZnXGeinlInJi+PlmAw0fd/dyoulqpzxul+YuOgqV0v/p+pt5ap6EAi4dnLYRn9wU
xIFwhAkw7nbONU2D96mUIZGJs35BCaQ7g7YzSWGyJ42MKwqugow96TVh7R6U1UI4
Yul62bkqHJNa8DvtmZ11p7BSidXkP9eNnfFO1uGtvGK9sW298vhcPIS4JAxl59Nv
hkvrjwyp5nRw5uiBCQLUsJdaAlxU6Oj6+mbm/X0TAgBhcouOAFY7kHlRuC9L9vTI
wgYNMRBObsi059LE1VJCMueBmWgtrCuJDpiP0qBUNUXKVC3jYqK0hyxUPRryFlY5
B2TGs5SBpbz0MAmVgggR6GsDPy7wH1/6kaFin3t5NnQPmv6On+E=
=X1H0
-----END PGP SIGNATURE-----


Gábor Boskovits wrote 7 years ago
gnu: doxygen: Update to 1.8.14.
(address . 30289@debbugs.gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
CAE4v=phmgbYs8rF0gsofEfdatp1XnkbFgOX1DAFau39N4uSE+g@mail.gmail.com
It seems that core-updates is now open, I guess you can push this.
Attachment: file
Leo Famulari wrote 7 years ago
(address . 30289-done@debbugs.gnu.org)
20180829210755.GA5409@jasmine.lan
This was pushed as 0b5c2fc338ba0e37679afb9964700219b06498d8
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAluHCysACgkQJkb6MLrK
fwh9AQ//XABk8oPQiQ8gD/c5p6A2v6dDzhJDoTXkp+Blo9nbBynpQWh3gkcRvuH7
SP3BfaxxtnK1Hyno4cheAFM9qH0ryvQj79vneISSkPKFUgT9VhUW1IKU9po63XIg
wdis1pEjY/BNUzb+cGj9Q1qvbyGSm8j4rdn0Wg6UeMXG+QHmUQpXFIpcBs50OpfF
6AnwLat+xsFNz8PpDs5KpNyRRFQqLKE2omWGDX/IKH0K9Iz2Zy2aCrVXjAVfA2kd
KJ3HHXtUy/CwLrzffWDHgthmba+gtYmuAGO4PSi1V4DALcRpdg8GimcFkNaa5IwX
DqVYTJEu7h66Q8wPUo18FTJm1pivpAU53L8rkqJZxavcs4W7Txrn+4peYs6WhGaf
eV3VC9LlGWQpoN7RYQkwifg7X891lKVh1xdUQ4adX1oE3yUNqOdLL43BQ3vcE7xI
GhAfN+KaW85iEE3Qh2B5Cc9R5O94KbVbLbckio7yMgrGkwxxNYogOgekgOiZQzXE
gduIpV0/yPCXl0Wsox2OxQyuhgH7vUUymKKbo+WrZFOScmp5CQdlKLMg8KiRMwTY
SSf5rDTR0fwt7pWVlyPI2xJsBGXg8UqB45JLCw6W2F7q/931MWGCZZ+jShdnqc9z
719jFYEMzIHM+E2dLYz1q69DDvHKtYOWI+zN3upoXPN/MZxKpDY=
=Qpca
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30289@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30289
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help