Replace mentions of bugs.gnupg.org with https://dev.gnupg.org/.  Since
the project has transitioned to a better workflow for supporting
contributions, we should ensure that our documentation points to the
right place.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2017-05-18 15:05:57 -04:00
parent aae50e0b6a
commit 705da1eb23
7 changed files with 22 additions and 23 deletions

View File

@ -1,8 +1,8 @@
Program: GnuPG Program: GnuPG
Homepage: https://www.gnupg.org Homepage: https://www.gnupg.org
Download: ftp://ftp.gnupg.org/gcrypt/gnupg/ Download: https://gnupg.org/ftp/gcrypt/gnupg/
Repository: git://git.gnupg.org/gnupg.git Repository: git://git.gnupg.org/gnupg.git
Bug reports: https://bugs.gnupg.org Bug reports: https://dev.gnupg.org
Security related bug reports: <security@gnupg.org> Security related bug reports: <security@gnupg.org>
Maintainer: Werner Koch <wk@gnupg.org> Maintainer: Werner Koch <wk@gnupg.org>
License: GPLv3+ License: GPLv3+

2
README
View File

@ -227,7 +227,7 @@
https://www.gnupg.org/documentation/mailing-lists.html for archives https://www.gnupg.org/documentation/mailing-lists.html for archives
of the mailing lists. of the mailing lists.
Please direct bug reports to http://bugs.gnupg.org or post them Please direct bug reports to http://dev.gnupg.org or post them
direct to the mailing list <gnupg-devel@gnupg.org>. direct to the mailing list <gnupg-devel@gnupg.org>.
Please direct questions about GnuPG to the users mailing list or one Please direct questions about GnuPG to the users mailing list or one

View File

@ -47,7 +47,7 @@ m4_define([mym4_version], m4_argn(4, mym4_verslist))
m4_define([mym4_revision], m4_argn(7, mym4_verslist)) m4_define([mym4_revision], m4_argn(7, mym4_verslist))
m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist)) m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
m4_esyscmd([echo ]mym4_version[>VERSION]) m4_esyscmd([echo ]mym4_version[>VERSION])
AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) AC_INIT([mym4_package],[mym4_version], [https://dev.gnupg.org])
NEED_GPG_ERROR_VERSION=1.24 NEED_GPG_ERROR_VERSION=1.24

View File

@ -236,7 +236,7 @@ Support
Please consult the archive of the gnupg-users mailing list before Please consult the archive of the gnupg-users mailing list before
reporting a bug <https://gnupg.org/documentation/mailing-lists.html>. reporting a bug <https://gnupg.org/documentation/mailing-lists.html>.
We suggest to send bug reports for a new release to this list in favor We suggest to send bug reports for a new release to this list in favor
of filing a bug at <https://bugs.gnupg.org>. For commercial support of filing a bug at <https://dev.gnupg.org>. For commercial support
requests we keep a list of known service companies at: requests we keep a list of known service companies at:
https://gnupg.org/service.html https://gnupg.org/service.html

View File

@ -6,9 +6,8 @@
#+LANGUAGE: en #+LANGUAGE: en
#+TITLE: GnuPG Frequently Asked Questions #+TITLE: GnuPG Frequently Asked Questions
#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
#+LINK: gnupgweb http://www.gnupg.org/ #+LINK: gnupgweb https://www.gnupg.org/
#+LINK: roundup https://bugs.g10code.com/gnupg/issue #+STYLE: <link rel="stylesheet" type="text/css" href="https://www.gnupg.org/share/site.css" />
#+STYLE: <link rel="stylesheet" type="text/css" href="http://www.gnupg.org/share/site.css" />
# FIXME: This FAQ needs a heavy cleanup. For now I only switched to # FIXME: This FAQ needs a heavy cleanup. For now I only switched to
# org-mode format for easier maintenance. # org-mode format for easier maintenance.
@ -29,9 +28,9 @@ update this FAQ in the next month. See the section "Changes" for recent updates
:END: :END:
Welcome to the GnuPG FAQ. The latest HTML version is available at\\ Welcome to the GnuPG FAQ. The latest HTML version is available at\\
[[http://www.gnupg.org/faq/GnuPG-FAQ.html]]; \\ [[https://www.gnupg.org/faq/GnuPG-FAQ.html]]; \\
a plain text Gversion at \\ a plain text version at \\
ftp://ftp.gnupg.org/gcrypt/gnupg/GnuPG-FAQ.txt. https://gnupg.org/ftp/gcrypt/gnupg/GnuPG-FAQ.txt .
See the end of this file for the release date. See the end of this file for the release date.
@ -89,7 +88,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates
communication and data storage. It can be used to encrypt data and communication and data storage. It can be used to encrypt data and
to create digital signatures. It includes an advanced key to create digital signatures. It includes an advanced key
management facility and is compliant with the proposed OpenPGP management facility and is compliant with the proposed OpenPGP
Internet standard as described in [[http://www.rfc-editor.org/rfc/rfc4880.txt][RFC-4880]]. As such, it is aimed Internet standard as described in [[https://www.rfc-editor.org/rfc/rfc4880.txt][RFC-4880]]. As such, it is aimed
to be compatible with PGP from PGP Corp. and other OpenPGP tools to be compatible with PGP from PGP Corp. and other OpenPGP tools
** Is GnuPG compatible with PGP? ** Is GnuPG compatible with PGP?
@ -158,8 +157,8 @@ update this FAQ in the next month. See the section "Changes" for recent updates
:CUSTOM_ID: where-do-i-get-gnupg :CUSTOM_ID: where-do-i-get-gnupg
:END: :END:
You can download the GNU Privacy Guard from its primary FTP server You can download the GNU Privacy Guard from its primary server
[[ftp://ftp.gnupg.org/gcrypt/gnupg/][ftp.gnupg.org]] or from one of its [[gnupgweb:download/mirrors.html][mirrors]]. [[https://gnupg.org/ftp/gcrypt/gnupg/][ftp.gnupg.org]] or from one of its [[gnupgweb:download/mirrors.html][mirrors]].
The current stable version is FIXME. Please upgrade to this The current stable version is FIXME. Please upgrade to this
version as it includes additional features, functions and security version as it includes additional features, functions and security
@ -1139,8 +1138,8 @@ update this FAQ in the next month. See the section "Changes" for recent updates
lists? Did you have a look at the bug list (you'll find a link to lists? Did you have a look at the bug list (you'll find a link to
the list of reported bugs on the documentation page). If you're the list of reported bugs on the documentation page). If you're
not sure about it being a bug, you can send mail to the not sure about it being a bug, you can send mail to the
gnupg-devel list. Otherwise, use the bug tracking system gnupg-devel list. Otherwise, use the bug tracking system at
[[http://bugs.gnupg.org][bugs.gnupg.org]]. [[https://dev.gnupg.org][dev.gnupg.org]].
** Why doesn't GnuPG support X.509 certificates? ** Why doesn't GnuPG support X.509 certificates?
:PROPERTIES: :PROPERTIES:
@ -1177,7 +1176,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates
There is a small bug in 1.0.6 which didn't parse trust packets There is a small bug in 1.0.6 which didn't parse trust packets
correctly. You may want to apply this patch if you can't upgrade: correctly. You may want to apply this patch if you can't upgrade:
[[http://www.gnupg.org/developer/gpg-woody-fix.txt]]. [[https://www.gnupg.org/developer/gpg-woody-fix.txt]].
** I upgraded to GnuPG version 1.0.7 and now it takes longer to load my keyrings. What can I do? ** I upgraded to GnuPG version 1.0.7 and now it takes longer to load my keyrings. What can I do?
:PROPERTIES: :PROPERTIES:
@ -1203,7 +1202,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates
More information and a patch for a some pre-1.2.2 versions of GnuPG More information and a patch for a some pre-1.2.2 versions of GnuPG
can be found at: can be found at:
[[http://lists.gnupg.org/pipermail/gnupg-announce/2003q2/000268.html]]. [[https://lists.gnupg.org/pipermail/gnupg-announce/2003q2/000268.html]].
** I just compiled GnuPG from source on my GNU/Linux RPM-based system and it's not working. Why? ** I just compiled GnuPG from source on my GNU/Linux RPM-based system and it's not working. Why?
:PROPERTIES: :PROPERTIES:
@ -1480,7 +1479,7 @@ assignment to the FSF. Without such an assignment we may only accept
trivial patches. As a rule of thumb the sum of all changed lines by trivial patches. As a rule of thumb the sum of all changed lines by
one contributor may not exceed about 15 lines. Exceptions are typo one contributor may not exceed about 15 lines. Exceptions are typo
corrections and translations. See corrections and translations. See
http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html for https://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html for
details. details.
** U.S. export restrictions ** U.S. export restrictions
@ -1504,8 +1503,8 @@ email changed, so I just sent "www.gnupg.org" and haven't bothered
with the email since. with the email since.
#+end_quote #+end_quote
The rules: http://www.bis.doc.gov/encryption/pubavailencsourcecodenofify.html The rules: https://www.bis.doc.gov/encryption/pubavailencsourcecodenofify.html
The 2004 rule change: http://edocket.access.gpo.gov/2004/04-26992.htm The 2004 rule change: https://edocket.access.gpo.gov/2004/04-26992.htm
* Acknowledgements * Acknowledgements

View File

@ -3777,7 +3777,7 @@ may be recoverable from it later.
Before you report a bug you should first search the mailing list Before you report a bug you should first search the mailing list
archives for similar problems and second check whether such a bug has archives for similar problems and second check whether such a bug has
already been reported to our bug tracker at http://bugs.gnupg.org . already been reported to our bug tracker at https://dev.gnupg.org .
@c ******************************************* @c *******************************************
@c *************** ************** @c *************** **************

View File

@ -35,4 +35,4 @@ Troubleshooting
If you have any trouble with this technique, please drop a line to the If you have any trouble with this technique, please drop a line to the
GnuPG development mailing list <gnupg-devel@gnupg.org> or open a GnuPG development mailing list <gnupg-devel@gnupg.org> or open a
report on the GnuPG bug tracker at https://bugs.gnupg.org/gnupg report on the GnuPG bug tracker at https://dev.gnupg.org/gnupg