Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678552 - app-text/wgetpaste: Default service broken
Summary: app-text/wgetpaste: Default service broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-22 08:20 UTC by Hanno Böck
Modified: 2019-02-23 18:43 UTC (History)
3 users (show)

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


Attachments
patch to remove deprecated services and default to bpaste (wgetpaste-disable-deprecated-services.patch,771 bytes, patch)
2019-02-22 08:23 UTC, Hanno Böck
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2019-02-22 08:20:35 UTC
wgetpaste defaults to the pound-python.org paste service, which seems to no longer exist. --verbose tells me:

"This pastebin is canceled. The maintenance burden and constant spam is very wearying. Use a different pastebin."

From the services supported by wgetpaste only bpaste and dpaste seem to still work. We should probably patch it to disable all nonexisting services.
Comment 1 Hanno Böck gentoo-dev 2019-02-22 08:23:50 UTC
Created attachment 566058 [details, diff]
patch to remove deprecated services and default to bpaste

I have not removed the code and API endpoints, just removed the broken services from the list and changed the default.
Comment 2 Ben Kohler gentoo-dev 2019-02-23 16:30:22 UTC
I went ahead and pushed this, since it's a pretty major user-facing issue with simple workaround.
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-02-23 18:42:25 UTC
bpaste dpes npt really work in russia and some other countries, re-did patch using dpaste, as for the rest, I think I will find some spare time to add some working services there as well (osuosl one should be nice to have).
Comment 4 Larry the Git Cow gentoo-dev 2019-02-23 18:43:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07bf461eeac79f8eac953f09f45450808e800af

commit d07bf461eeac79f8eac953f09f45450808e800af
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2019-02-23 18:43:14 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2019-02-23 18:43:43 +0000

    app-text/wgetpaste: version bump to disable did paste service
    
    Closes: https://bugs.gentoo.org/678552
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../wgetpaste/files/wgetpaste-remove-dead.patch    | 35 ++++++++++++++++++++++
 app-text/wgetpaste/wgetpaste-2.28-r2.ebuild        | 29 ++++++++++++++++++
 2 files changed, 64 insertions(+)