Page MenuHome GnuPG
Feed Advanced Search

May 23 2017

gniibe closed T3155: Japanese translation of the donation system as Resolved.

Basically, done.

May 23 2017, 7:37 AM · i18n, gpgweb
gniibe closed T3155: Japanese translation of the donation system, a subtask of T3039: Translate donation system, as Resolved.
May 23 2017, 7:37 AM · gpgweb

May 22 2017

gniibe added a comment to T3155: Japanese translation of the donation system.

cgi finished.
translation has been finished except testimonials.

May 22 2017, 1:04 PM · i18n, gpgweb

May 17 2017

werner closed T3035: /etc/cron.d/mk-ftp-index does not fire as Resolved.

Ha, I need to use 2-23/3 to a run a job every 3 ours and not just 2/3.
Unfortunately the default cron logging does not log faulty log files. Changed that as well.

May 17 2017, 9:17 AM · gpgweb

May 16 2017

justus added a comment to T3154: German translation of the donation system.

I translated index.de.org, donate.de.org, and checkout-cc.de.org. I don't see anything missing in procdonate.cgi.

May 16 2017, 2:21 PM · i18n, gpgweb

May 15 2017

gniibe added a comment to T3039: Translate donation system.

Reference of stripe's checkout.js: https://stripe.com/docs/checkout

May 15 2017, 11:23 AM · gpgweb
justus claimed T3154: German translation of the donation system.
May 15 2017, 11:03 AM · i18n, gpgweb
werner placed T3154: German translation of the donation system up for grabs.
May 15 2017, 9:08 AM · i18n, gpgweb
werner triaged T3039: Translate donation system as High priority.
May 15 2017, 9:03 AM · gpgweb
werner created T3155: Japanese translation of the donation system.
May 15 2017, 9:02 AM · i18n, gpgweb
werner created T3154: German translation of the donation system.
May 15 2017, 9:00 AM · i18n, gpgweb
werner claimed T3039: Translate donation system.

I doubt that we will be able to do French. I have implemented the basic framework for de and ja, though. What we need is a switch language button in the menu and well the entire translation. The thing works like this:

May 15 2017, 8:57 AM · gpgweb

May 8 2017

justus closed T2844: git access via https fails as Resolved.
In T2844#96255, @marcus wrote:

phabricator already mirrors these repositories, and the mirrors are accessible via https, e.g. https://dev.gnupg.org/source/gnupg.git
How about just pointing to these and leave git.gnupg.org git-only?

May 8 2017, 3:45 PM · Bug Report, gpgweb

Apr 25 2017

marcus added a comment to T2844: git access via https fails.

phabricator already mirrors these repositories, and the mirrors are accessible via https, e.g. https://dev.gnupg.org/source/gnupg.git
How about just pointing to these and leave git.gnupg.org git-only?

Apr 25 2017, 1:04 PM · Bug Report, gpgweb

Apr 6 2017

werner added a project to T3039: Translate donation system: gpgweb.
Apr 6 2017, 6:24 PM · gpgweb

Apr 4 2017

werner created T3053: Change license for the website to CC BY-SA 4.0.
Apr 4 2017, 8:44 PM · Stalled, Verein, legal, gpgweb
werner created T3035: /etc/cron.d/mk-ftp-index does not fire.
Apr 4 2017, 8:10 AM · gpgweb

Apr 3 2017

werner closed T1544: www.gnupg.org does not use ECC as Resolved.

This has been fixed quite some time ago.

Apr 3 2017, 11:03 PM · Feature Request, gpgweb

Mar 30 2017

admin created gpgweb.
Mar 30 2017, 6:42 PM

Mar 28 2017

vext01 added a comment to T3021: Add latest GnuPG release notes to the website. .

Thanks, sounds like you have plans to address all three of the problems then.

Cheers

Mar 28 2017, 3:00 PM · gpgweb, Bug Report
werner added a project to T3021: Add latest GnuPG release notes to the website. : gpgweb.
Mar 28 2017, 2:38 PM · gpgweb, Bug Report

Mar 27 2017

werner added projects to T3019: Provide small logos for use with fingerprints on websites etc.: Feature Request, gpgweb.
Mar 27 2017, 6:40 PM · gpgweb

Mar 20 2017

werner claimed T2844: git access via https fails.
Mar 20 2017, 8:23 PM · Bug Report, gpgweb
justus added a comment to T2844: git access via https fails.

Yes please.

Mar 20 2017, 4:13 PM · Bug Report, gpgweb
werner added a comment to T2844: git access via https fails.

Shall I look into this?

Mar 20 2017, 2:55 PM · Bug Report, gpgweb

Mar 16 2017

justus updated subscribers of T2844: git access via https fails.

[I'm doing s@://@: / /@g so that roundup does not complain about this message
having too many links.]

So I did that. There are two problems:

1/ We advertise URLs of the form 'https: / /git.gnupg.org/foo.git', but this URL
contains only the name of the repository as the path. In boa, I need to specify
a non-empty path in the ScriptAlias directive for the path to CGIs, and then the
script itself also needs a non-empty name. Neither pound nor boa seem to have
path-rewriting functionality, so I don't see how we can serve a git repository
using the 'git-http-backend' CGI this way (w/o patching boa that is).

I decided to be pragmatic about it (at least for the moment) and go for URLs of
the form 'https: / /git.gnupg.org/g/it/foo.git', so I can use 'ScriptAlias /g
...', and use 'it' for the script name. However:

2/ Something is fishy with the TLS setup:

% git clone https: / /git.gnupg.org/g/it/ntbtls.git
Cloning into 'ntbtls'...
fatal: unable to access 'https: / /git.gnupg.org/g/it/ntbtls.git/': GnuTLS recv
error (-110): The TLS connection was non-properly terminated.
% wget -O - --tries=1
https: / /git.gnupg.org/g/it/ntbtls.git/info/refs?service=git-upload-pack
--2017-03-16 17:34:02--
https: / /git.gnupg.org/g/it/ntbtls.git/info/refs?service=git-upload-pack
Resolving git.gnupg.org (git.gnupg.org)... 217.69.76.56, 2001:aa8:fff1:2100::56
Connecting to git.gnupg.org (git.gnupg.org)|217.69.76.56|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-git-upload-pack-advertisement]
Saving to: ‘STDOUT’

  • [<=> ] 0 --.-KB/s 001e# service=git-upload-pack

000000d506bb9a836981e48c2e6939fb21480d97253a4588 HEADmulti_ack thin-pack
side-band side-band-64k ofs-delta shallow no-progress include-tag
multi_ack_detailed no-done symref=HEAD:refs/heads/master agent=git/2.8.0.rc3
003f06bb9a836981e48c2e6939fb21480d97253a4588 refs/heads/master
00449fb1c710e821f27ac7039c2b3bdd584ccc6012e6 refs/tags/ntbtls-0.1.0
004750ad7a2206bac7682195e8285af96e0d790891b3 refs/tags/ntbtls-0.1.0^{}
00449b970fc16d5c257651c9377ec97fb255d2425583 refs/tags/ntbtls-0.1.1
00475de470fbeb7b6d92070206414d130dfb53d96e69 refs/tags/ntbtls-0.1.1^{}

  • [ <=> ] 592 --.-KB/s in 0.003s

2017-03-16 17:34:02 (214 KB/s) - Read error at byte 592 (The TLS connection was
non-properly terminated.).Giving up.

Mar 16 2017, 5:38 PM · Bug Report, gpgweb

Mar 15 2017

werner added a comment to T2844: git access via https fails.

Yes, please do. Look at trithemius so see how to run several boa instances.
You really need to give the binary another name.

Mar 15 2017, 4:27 PM · Bug Report, gpgweb
justus claimed T2844: git access via https fails.
Mar 15 2017, 4:04 PM · Bug Report, gpgweb
justus added a comment to T2844: git access via https fails.

I looked into this. Pound is configured to relay these requests to
127.0.0.2:80, but no backend listens there. git http-backend can serve these
requests, is a cgi program and thus needs a webserver to run.

https://git-scm.com/docs/git-http-backend

I believe we could setup another instance of boa for the purpose of running it.

Werner, if you agree to that plan I could give it a shot.

Mar 15 2017, 4:04 PM · Bug Report, gpgweb
justus closed T2744: Lack of HTTPS issues on git.gnupg.org as Resolved.
Mar 15 2017, 12:26 PM · gpgweb, Bug Report
justus added a comment to T2744: Lack of HTTPS issues on git.gnupg.org.

Done.

Mar 15 2017, 12:26 PM · gpgweb, Bug Report
thomas closed T2994: Login via Roundup account on wiki.gnupg.org currently not possible as Resolved.
Mar 15 2017, 11:33 AM · gpgweb, Bug Report
thomas added a comment to T2994: Login via Roundup account on wiki.gnupg.org currently not possible.

Thank you.
I have removed the hint about the login problems.

Please give Bernhard and me a head-up (outside this issue) as soon as you know
which authentication method/providers you will support.

Mar 15 2017, 11:33 AM · gpgweb, Bug Report
bernhard added a comment to T2994: Login via Roundup account on wiki.gnupg.org currently not possible.

I can confirm that I can login again.

@justus: Thanks for the quick fix!

Mar 15 2017, 11:25 AM · gpgweb, Bug Report
bernhard reopened T2994: Login via Roundup account on wiki.gnupg.org currently not possible as "Open".
Mar 15 2017, 11:25 AM · gpgweb, Bug Report
justus added a comment to T2994: Login via Roundup account on wiki.gnupg.org currently not possible.

Thomas: Done. I was able to login to the wiki using my roundup credentials again.

(I cannot assign the issue to you.)

Mar 15 2017, 11:11 AM · gpgweb, Bug Report
justus closed T2994: Login via Roundup account on wiki.gnupg.org currently not possible as Resolved.
Mar 15 2017, 11:11 AM · gpgweb, Bug Report
bernhard added a comment to T2994: Login via Roundup account on wiki.gnupg.org currently not possible.

Werner: Will you provide a new authentication methods for people participating
in the GnuPG communit?

What should we do until then?
The wiki is potentially interesting each day. It is probably easiest for the
users if you restore the old behaviour until a new authentication method for the
GnuPG-Community is available. Otherwise users must change their credentials two
times (First to the separate wiki authentication now and then to the new one
once it is available.)

What is the estimated roadmap for replacing roundup?

Mar 15 2017, 10:20 AM · gpgweb, Bug Report
werner added a comment to T2994: Login via Roundup account on wiki.gnupg.org currently not possible.

Note that roundup will be decommissioned in the near future, thus the wiki needs
to switch to another authentication method anyway.

Mar 15 2017, 10:15 AM · gpgweb, Bug Report
werner added a project to T2994: Login via Roundup account on wiki.gnupg.org currently not possible: gpgweb.
Mar 15 2017, 10:10 AM · gpgweb, Bug Report

Mar 10 2017

werner added a comment to T2744: Lack of HTTPS issues on git.gnupg.org.

Please remove the drm.info logo and url. This is an FSFE project and (iirc)
they stopped the DRM project and thus tehre is no budget for doing even trivial
things.
They scared the voluntary sysadmins mostly away.

Mar 10 2017, 11:00 AM · gpgweb, Bug Report

Mar 8 2017

justus added a comment to T2744: Lack of HTTPS issues on git.gnupg.org.

I updated the logo and link to PlusServer.

The remaining issue is the link to drm.info. I contacted the people running the
site in January, and I was told that the issue will be dealt within a few months.

Mar 8 2017, 3:26 PM · gpgweb, Bug Report

Mar 1 2017

justus closed T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead as Resolved.
Mar 1 2017, 3:32 PM · Bug Report, gpgweb
justus added a comment to T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead.

I added the following snippet to our pound configuration in the ListenHTTP
section for IPv4:

  1. Justus: Redirect all jenkins request to https. Service HeadRequire "Host:.*jenkins.gnupg.org" Redirect 301 "https://jenkins.gnupg.org" End

I hope I didn't break anything. Jenkins is much nicer to use now :)

Mar 1 2017, 3:32 PM · Bug Report, gpgweb

Feb 14 2017

werner added a comment to T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead.

jenkins is redirected from kerckhoffs to soro using pound features. Please
check out /etc/pound/pound.cfg on kerckhoffs. The jenkins server on soro is
running on a non-standard port - may be this is the reason for the wrong redirect.

I can't easily test this because I am living in the same network.

Regarding HSTS (HTTP Strict Transport Security): The Jenkins server needs to
generate that header

Feb 14 2017, 3:04 PM · Bug Report, gpgweb
justus added a comment to T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead.

I don't know about HSTS, but I'd love to see a forced redirect.

It seems Jenkins sometimes generates a redirect that strips the httpS off, e.g.
go to https://jenkins.gnupg.org/manage, click on [Manage Plugins] (the link
itself looks fine), but one is for some reason redirected to
http://jenkins.gnupg.org/pluginManager/.

Feb 14 2017, 10:55 AM · Bug Report, gpgweb

Feb 13 2017

werner added a comment to T2951: GnuPG page at gnu.org is outdated.

Done. It is now redirected via refresh, javascript, or a link to click. Thus
most users won't see the gnu pages at all (because most(tm) use Javascript)

Feb 13 2017, 4:25 PM · Bug Report, gpgweb
werner closed T2951: GnuPG page at gnu.org is outdated as Resolved.
Feb 13 2017, 4:25 PM · Bug Report, gpgweb
werner added a comment to T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead.

I do not understand your request. Do you mean we shall use HSTS and forced
redirection to https for jenkins?

Feb 13 2017, 3:56 PM · Bug Report, gpgweb
justus added projects to T2956: http://jenkins.gnupg.org/ 403s, should redirect to https instead: gpgweb, Bug Report.
Feb 13 2017, 9:03 AM · Bug Report, gpgweb

Feb 8 2017

justus set External Link to https://www.gnu.org/software/gnupg/ on T2951: GnuPG page at gnu.org is outdated.
Feb 8 2017, 11:45 AM · Bug Report, gpgweb
justus updated subscribers of T2951: GnuPG page at gnu.org is outdated.
Feb 8 2017, 11:45 AM · Bug Report, gpgweb
justus added projects to T2951: GnuPG page at gnu.org is outdated: gpgweb, Bug Report.
Feb 8 2017, 11:45 AM · Bug Report, gpgweb

Dec 21 2016

werner closed T2880: Make jenkins.gnupg.org reachable via https as Resolved.
Dec 21 2016, 6:44 PM · gpgweb, Feature Request
werner removed a project from T2880: Make jenkins.gnupg.org reachable via https: Restricted Project.
Dec 21 2016, 6:44 PM · gpgweb, Feature Request

Dec 20 2016

werner closed T1648: Missing step in instructions for verifying integrity as Resolved.
Dec 20 2016, 11:49 PM · gpgweb, Feature Request
werner removed a project from T1648: Missing step in instructions for verifying integrity: Restricted Project.
Dec 20 2016, 11:49 PM · gpgweb, Feature Request
werner closed T1597: IDEA page should mention incompatibility of idea.c with gpg2 as Resolved.
Dec 20 2016, 11:48 PM · gpgweb, Feature Request
werner added a comment to T1597: IDEA page should mention incompatibility of idea.c with gpg2.

The web page has been updated.

Dec 20 2016, 11:48 PM · gpgweb, Feature Request
werner added a project to T2880: Make jenkins.gnupg.org reachable via https: Restricted Project.
Dec 20 2016, 5:02 PM · gpgweb, Feature Request
werner added a comment to T2880: Make jenkins.gnupg.org reachable via https.

Done. Note that the https is only to the frontend the backend is reached
unencrypted. We can't easily change this.

Dec 20 2016, 5:02 PM · gpgweb, Feature Request
justus added projects to T2880: Make jenkins.gnupg.org reachable via https: Feature Request, gpgweb.
Dec 20 2016, 11:13 AM · gpgweb, Feature Request

Dec 4 2016

jcross added a comment to T1048: link to "Gnupg-commits Archives" broken.

It's been a year since last update. Still an issue. Maybe someone should send
an email to gnupg-commits-owner@gnupg.org ?

Dec 4 2016, 2:13 AM · Bug Report, gpgweb

Nov 18 2016

werner added a comment to T2844: git access via https fails.

It is simply not implemented, yet. We need to do this of course instead of
fixing the website.

Nov 18 2016, 3:21 PM · Bug Report, gpgweb
userwithuid added projects to T2844: git access via https fails: gpgweb, Bug Report.
Nov 18 2016, 3:11 PM · Bug Report, gpgweb

Oct 21 2016

werner added a comment to T2744: Lack of HTTPS issues on git.gnupg.org.

We are waiting for Plusserver or one of their sub-companies to tell us how to
proceeed.

Oct 21 2016, 10:57 AM · gpgweb, Bug Report

Oct 16 2016

hanno reopened T2744: Lack of HTTPS issues on git.gnupg.org as "Open".
Oct 16 2016, 2:27 PM · gpgweb, Bug Report
hanno added a comment to T2744: Lack of HTTPS issues on git.gnupg.org.

There are two http links left on the page. One (drm.info) is unfortunately
unavailable over https. The other (openit.de) seems to no longer exist, as the
company has merged with another one and is only a forward to plusserver. Probably
that simply should be changed to https://www.plusserver.com/ (and maybe the logo
as well).

Oct 16 2016, 2:27 PM · gpgweb, Bug Report

Oct 10 2016

justus closed T2744: Lack of HTTPS issues on git.gnupg.org as Resolved.
Oct 10 2016, 3:12 PM · gpgweb, Bug Report
justus removed a project from T2744: Lack of HTTPS issues on git.gnupg.org: In Progress.
Oct 10 2016, 3:12 PM · gpgweb, Bug Report
justus added projects to T2744: Lack of HTTPS issues on git.gnupg.org: In Progress, gpgweb.
Oct 10 2016, 2:29 PM · gpgweb, Bug Report

Jun 15 2016

werner closed T2369: HTTPS download directory listing does not work (403) as Resolved.
Jun 15 2016, 7:16 PM · Bug Report, gpgweb
werner added a comment to T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update.

Fixed. The index is now re-created daily for all directories.

Jun 15 2016, 7:15 PM · Bug Report, gpgweb
werner closed T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update as Resolved.
Jun 15 2016, 7:15 PM · Bug Report, gpgweb

Jun 1 2016

bernhard updated subscribers of T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update.
Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard assigned T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update to werner.
Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard added a comment to T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update.

Both 2.1.11 and 2.1.12 are not in the index, so the update
was missed during the release process.
Werner, you probably know best where to place it in the release process,
so that it is not forgotten. An alternative would be to use a directory listing
module of the webserver which does this more dynamically (and caches the result).

Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard added a comment to T2369: HTTPS download directory listing does not work (403).

Let us use T2305 for the index update.

Jun 1 2016, 3:09 PM · Bug Report, gpgweb

May 27 2016

werner lowered the priority of T2369: HTTPS download directory listing does not work (403) from Normal to Low.
May 27 2016, 9:54 AM · Bug Report, gpgweb

May 26 2016

jku2 added a comment to T2369: HTTPS download directory listing does not work (403).

Also, index.html in https://www.gnupg.org/ftp/gcrypt/gnutls/ is not up to date:
it does not list v3.5 but the tarball is there:

https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.5.tar.xz
May 26 2016, 10:36 AM · Bug Report, gpgweb
jku2 renamed T2369: HTTPS download directory listing does not work (403) from HTTPS download directory listing does not work to HTTPS download directory listing does not work (403).
May 26 2016, 8:56 AM · Bug Report, gpgweb
jku2 added projects to T2369: HTTPS download directory listing does not work (403): gpgweb, Bug Report.
May 26 2016, 8:55 AM · Bug Report, gpgweb

May 3 2016

werner added a project to T2328: Minor typo 'iff' https://www.gnupg.org/download/supported_systems.html: Not A Bug.
May 3 2016, 6:46 PM · Not A Bug, Bug Report, gpgweb
werner closed T2328: Minor typo 'iff' https://www.gnupg.org/download/supported_systems.html as Resolved.
May 3 2016, 6:46 PM · Not A Bug, Bug Report, gpgweb
werner added a comment to T2328: Minor typo 'iff' https://www.gnupg.org/download/supported_systems.html.

Not a bug. "iff" is used math as an abbreviation for "if and only if ..."

May 3 2016, 6:46 PM · Not A Bug, Bug Report, gpgweb
werner added a comment to T2329: Minor typo 'disributed' https://www.gnupg.org/download/cvs_access.html.

Thanks. Fixed in working directory; will show up soon.

In case you want to submit more typo fixes, please collect some of them and put
them into one report.

May 3 2016, 6:43 PM · Bug Report, gpgweb
werner closed T2329: Minor typo 'disributed' https://www.gnupg.org/download/cvs_access.html as Resolved.
May 3 2016, 6:43 PM · Bug Report, gpgweb
werner reopened T2329: Minor typo 'disributed' https://www.gnupg.org/download/cvs_access.html as "Open".
May 3 2016, 6:43 PM · Bug Report, gpgweb
werner closed T2329: Minor typo 'disributed' https://www.gnupg.org/download/cvs_access.html as Resolved.
May 3 2016, 6:43 PM · Bug Report, gpgweb

Apr 20 2016

CoYoTE added projects to T2329: Minor typo 'disributed' https://www.gnupg.org/download/cvs_access.html: gpgweb, Bug Report.
Apr 20 2016, 3:56 PM · Bug Report, gpgweb
CoYoTE added projects to T2328: Minor typo 'iff' https://www.gnupg.org/download/supported_systems.html: gpgweb, Bug Report.
Apr 20 2016, 3:44 PM · Not A Bug, Bug Report, gpgweb
werner added a comment to T2327: internal server errors under https://www.gnupg.org/related_software.

DoS via Tor - sorry.

Apr 20 2016, 9:01 AM · Bug Report, gpgweb
werner closed T2327: internal server errors under https://www.gnupg.org/related_software as Resolved.
Apr 20 2016, 9:01 AM · Bug Report, gpgweb

Apr 19 2016

dkg added projects to T2327: internal server errors under https://www.gnupg.org/related_software: gpgweb, Bug Report.
Apr 19 2016, 11:55 PM · Bug Report, gpgweb

Apr 3 2016

abg added projects to T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update: gpgweb, Bug Report.
Apr 3 2016, 3:43 PM · Bug Report, gpgweb

Apr 1 2016

justus claimed T1767: Missing file in GnuPG Smartcard HOWTO.
Apr 1 2016, 5:42 PM · Bug Report, gpgweb
justus closed T1767: Missing file in GnuPG Smartcard HOWTO as Resolved.
Apr 1 2016, 5:42 PM · Bug Report, gpgweb
justus added a comment to T1767: Missing file in GnuPG Smartcard HOWTO.

Fixed in 81797af.

Apr 1 2016, 5:42 PM · Bug Report, gpgweb

Mar 10 2016

lockywolf added projects to T2278: On the page https://www.gpg4win.org/community.html, the link "reporting problems" leads to a erman version of the page.: gpgweb, Bug Report.
Mar 10 2016, 5:56 PM · gpg4win, Bug Report
lockywolf set External Link to https://www.gpg4win.org/community.html on T2278: On the page https://www.gpg4win.org/community.html, the link "reporting problems" leads to a erman version of the page..
Mar 10 2016, 5:56 PM · gpg4win, Bug Report