Bug 1055090 - Please update uGet package (repo=1.10.3 / current=1.10.4)
Summary: Please update uGet package (repo=1.10.3 / current=1.10.4)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: uget
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL: http://ugetdm.com/forum/viewtopic.php...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-18 18:46 UTC by Michael Tunnell
Modified: 2014-02-06 04:04 UTC (History)
1 user (show)

Fixed In Version: uget-1.10.4-1.fc20
Clone Of:
Environment:
Last Closed: 2014-02-06 04:01:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michael Tunnell 2014-01-18 18:46:57 UTC
Description of problem:
Fedora's uGet version is 1.10.3 which is now out of date...the latest version is 1.10.4

Tarball: http://sourceforge.net/projects/urlget/files/uget%20%28stable%29/1.10.4/uget-1.10.4.tar.gz/download


Additional info:
We also have an RPM for Fedora 20 built.
http://sourceforge.net/projects/urlget/files/uget%20%28stable%29/1.10.4/uget-1.10.4-0.fc20.x86_64.rpm/download

Comment 1 Mamoru TASAKA 2014-01-18 19:26:37 UTC
Well,
http://ugetdm.com/ says the latest is 1.10.3, http://sourceforge.net/projects/urlget/files/ also says the latest is 1.10.3, so I did not notice this...

Anyway thank you for informing me. Will update.

Comment 2 Mamoru TASAKA 2014-01-18 19:27:53 UTC
*** Bug 1055092 has been marked as a duplicate of this bug. ***

Comment 3 Mamoru TASAKA 2014-01-18 19:45:15 UTC
I will also update URL and summary.

Comment 4 Michael Tunnell 2014-01-18 19:48:48 UTC
(In reply to Mamoru TASAKA from comment #1)
> Well,
> http://ugetdm.com/ says the latest is 1.10.3,
> http://sourceforge.net/projects/urlget/files/ also says the latest is
> 1.10.3, so I did not notice this...
> 
> Anyway thank you for informing me. Will update.

Yea, I understand...the website has not been updated because I want to restructure the downloads section but I was wanting to get the repos updated before I updated the site.

Sorry, if that made it confusing.

(In reply to Mamoru TASAKA from comment #3)
> I will also update URL and summary.

thank you very much!

Comment 5 Mamoru TASAKA 2014-01-20 05:28:58 UTC
* 1.10.4 won't compile with --enable-gnutls
----------------------------------
uget_gtk-UgApp-gtk-main.o: In function `init_gnutls_locks':
/home/mtasaka/rpmbuild/fedora-SCM/uget/master/uget-1.10.4/uget-gtk/UgApp-gtk-main.c:124: undefined reference to `gcry_control'
/home/mtasaka/rpmbuild/fedora-SCM/uget/master/uget-1.10.4/uget-gtk/UgApp-gtk-main.c:124: undefined reference to `gcry_control'
collect2: error: ld returned 1 exit status
make[2]: *** [uget-gtk] Error 1
----------------------------------

* git HEAD seems to compile, however option is now --with-gnutls, and
  now uses USE_GNUTLS, however still on some part WITH_GNUTLS remains
  (see UgApp-gtk-main.c) and gnutls support seems incorrect

I would appreciate it if you would release 1.10.5.

By the way, are there any method to submit uget bugs on sourceforge?
For these types of bugs, I would like to submit bugs where codes
are actually put, rather than forum or so.

Comment 6 Mamoru TASAKA 2014-01-20 05:43:52 UTC
For 1.10.4, for now I will add LDFLAGS=$(libgcrypt-config --libs)

Comment 7 Michael Tunnell 2014-01-20 06:07:49 UTC
We use a Forum just because we rarely get bugs and we just wanted to keep them on the same system that we do the support on but you could use this https://sourceforge.net/p/urlget/bugs/new/

or use this for patches: https://sourceforge.net/p/urlget/patches/new/

Regarding the gnutls error I have sent this bug link to the main developer, thanks for the report.

Comment 8 Michael Tunnell 2014-01-20 12:24:54 UTC
Here is a patch file that was made by the main developer of the app based on this bug report.

http://ugetdm.com/files/uget-1.10.4-gnutls.patch

Comment 9 Mamoru TASAKA 2014-01-20 13:25:25 UTC
(In reply to Michael Tunnell from comment #8)
> Here is a patch file that was made by the main developer of the app based on
> this bug report.
> 
> http://ugetdm.com/files/uget-1.10.4-gnutls.patch

This seems a diff between 1.10.4 and git HEAD, and as I already said in the comment 5, this patch is incomplete.

(In reply to Mamoru TASAKA from comment #5)
> * git HEAD seems to compile, however option is now --with-gnutls, and
>   now uses USE_GNUTLS, however still on some part WITH_GNUTLS remains
>   (see UgApp-gtk-main.c) and gnutls support seems incorrect

http://sourceforge.net/p/urlget/uget/ci/master/tree/uget-gtk/UgApp-gtk-main.c#l202

I would appreciate it if 1.10.5 is released.

Comment 10 Mamoru TASAKA 2014-01-20 13:39:47 UTC
(In reply to Michael Tunnell from comment #7)
> We use a Forum just because we rarely get bugs and we just wanted to keep
> them on the same system that we do the support on but you could use this
> https://sourceforge.net/p/urlget/bugs/new/
> 
> or use this for patches: https://sourceforge.net/p/urlget/patches/new/
> 

Neither of these works.
Anyway reported on upstream forum:
http://ugetdm.com/forum/viewtopic.php?f=6&t=615

Comment 11 Mamoru TASAKA 2014-01-20 13:52:09 UTC
Oh, it was not WITH_GNUTLS but HAVE_GNUTLS, however anyway it is incorrect.

Comment 12 Mamoru TASAKA 2014-01-23 00:01:53 UTC
1.10.4 segfaults with GNUTLS support, reported at
http://ugetdm.com/forum/viewtopic.php?f=6&t=616

Comment 13 Mamoru TASAKA 2014-01-27 04:42:58 UTC
For now, I will disable GNUTLS support.

Comment 14 Michael Tunnell 2014-01-27 07:05:53 UTC
Disabling is fine for the meantime...I will bring the forum posts to the attention of the main dev because he was the one that made the patch.

Comment 15 Fedora Update System 2014-01-27 09:09:22 UTC
uget-1.10.4-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/uget-1.10.4-1.fc20

Comment 16 Fedora Update System 2014-01-27 09:09:49 UTC
uget-1.10.4-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/uget-1.10.4-1.fc19

Comment 17 Fedora Update System 2014-01-28 04:39:45 UTC
Package uget-1.10.4-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing uget-1.10.4-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-1637/uget-1.10.4-1.fc20
then log in and leave karma (feedback).

Comment 18 Fedora Update System 2014-02-06 04:01:22 UTC
uget-1.10.4-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2014-02-06 04:04:14 UTC
uget-1.10.4-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.