unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
       [not found] <E1UmJ4U-0000GK-WE@vcs.savannah.gnu.org>
@ 2013-06-11  7:37 ` Glenn Morris
  2013-06-11  8:05   ` Katsumi Yamaoka
  0 siblings, 1 reply; 11+ messages in thread
From: Glenn Morris @ 2013-06-11  7:37 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: emacs-devel


I can't see any copyright assignment on file for this author.
(Ref: http://permalink.gmane.org/gmane.emacs.gnus.general/83132 ?)

Katsumi Yamaoka wrote:

> +2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
> +
> +	* sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
> +	stream managing functions by using open-protocol-stream to do most of
> +	the work. Has the nice benefit of enabling STARTTLS.
> +	Wait for capabilities after STARTTLS: following RFC5804, the server
> +	sends new capabilities after successfully establishing a TLS connection
> +	with the client. The client should update the cached list of
> +	capabilities, but we just ignore the answer for now.
> +	(sieve-manage-network-p, sieve-manage-network-open)
> +	(sieve-manage-starttls-p, sieve-manage-starttls-open)
> +	(sieve-manage-forward, sieve-manage-streams)
> +	(sieve-manage-stream-alist): Remove unneeded functions neither in the
> +	API, nor called by any other function.
> +	Enable Multibyte for SieveManage buffers: The parser won't properly
> +	handle umlauts and line endings unless multibyte is turned on in the
> +	process buffer.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11  7:37 ` trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot Glenn Morris
@ 2013-06-11  8:05   ` Katsumi Yamaoka
  2013-06-11  8:08     ` Julien Danjou
  0 siblings, 1 reply; 11+ messages in thread
From: Katsumi Yamaoka @ 2013-06-11  8:05 UTC (permalink / raw)
  To: Julien Danjou; +Cc: emacs-devel

Glenn Morris wrote:
> I can't see any copyright assignment on file for this author.
> (Ref: http://permalink.gmane.org/gmane.emacs.gnus.general/83132 ?)

I only merged to the Emacs trunk what was done in the Gnus Git
master by Julien Danjou.  Julien, hasn't Albert yet signed?

> Katsumi Yamaoka wrote:
>> +2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
>> +
>> +	* sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
>> +	stream managing functions by using open-protocol-stream to do most of
>> +	the work. Has the nice benefit of enabling STARTTLS.
>> +	Wait for capabilities after STARTTLS: following RFC5804, the server
>> +	sends new capabilities after successfully establishing a TLS connection
>> +	with the client. The client should update the cached list of
>> +	capabilities, but we just ignore the answer for now.
>> +	(sieve-manage-network-p, sieve-manage-network-open)
>> +	(sieve-manage-starttls-p, sieve-manage-starttls-open)
>> +	(sieve-manage-forward, sieve-manage-streams)
>> +	(sieve-manage-stream-alist): Remove unneeded functions neither in the
>> +	API, nor called by any other function.
>> +	Enable Multibyte for SieveManage buffers: The parser won't properly
>> +	handle umlauts and line endings unless multibyte is turned on in the
>> +	process buffer.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11  8:05   ` Katsumi Yamaoka
@ 2013-06-11  8:08     ` Julien Danjou
  2013-06-11 12:38       ` Stefan Monnier
  0 siblings, 1 reply; 11+ messages in thread
From: Julien Danjou @ 2013-06-11  8:08 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

On Tue, Jun 11 2013, Katsumi Yamaoka wrote:

> I only merged to the Emacs trunk what was done in the Gnus Git
> master by Julien Danjou.  Julien, hasn't Albert yet signed?

Gentlemen, your files are outdated. Albert has signed recently, this is
why I merged his work. :)

-- 
Julien Danjou
// Free Software hacker / freelance consultant
// http://julien.danjou.info

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11  8:08     ` Julien Danjou
@ 2013-06-11 12:38       ` Stefan Monnier
  2013-06-11 12:43         ` Julien Danjou
  2013-06-11 15:54         ` Eli Zaretskii
  0 siblings, 2 replies; 11+ messages in thread
From: Stefan Monnier @ 2013-06-11 12:38 UTC (permalink / raw)
  To: Julien Danjou; +Cc: Katsumi Yamaoka, emacs-devel

> Gentlemen, your files are outdated. Albert has signed recently, this is
> why I merged his work. :)

You're saying the copyright.list on fencepost.gnu.org is outdated?
Where's the up-to-date one, then?


        Stefan



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 12:38       ` Stefan Monnier
@ 2013-06-11 12:43         ` Julien Danjou
  2013-06-11 15:43           ` Eli Zaretskii
                             ` (2 more replies)
  2013-06-11 15:54         ` Eli Zaretskii
  1 sibling, 3 replies; 11+ messages in thread
From: Julien Danjou @ 2013-06-11 12:43 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Katsumi Yamaoka, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On Tue, Jun 11 2013, Stefan Monnier wrote:

>> Gentlemen, your files are outdated. Albert has signed recently, this is
>> why I merged his work. :)
>
> You're saying the copyright.list on fencepost.gnu.org is outdated?
> Where's the up-to-date one, then?

I'm sorry I'm not very familiar with this process so I can't help more.
Albert forwarded me an email attesting the process was completed, if
that can help, I see there's a number in the subject:

  From: "Donald R Robertson III via RT" <copyright-clerk@fsf.org>
  Subject: [gnu.org #828354] Albert Krewinkel GNUS Assignment 

-- 
Julien Danjou
// Free Software hacker / freelance consultant
// http://julien.danjou.info

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 12:43         ` Julien Danjou
@ 2013-06-11 15:43           ` Eli Zaretskii
  2013-06-11 16:58           ` Glenn Morris
  2013-06-12  5:12           ` Richard Stallman
  2 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2013-06-11 15:43 UTC (permalink / raw)
  To: Julien Danjou; +Cc: yamaoka, monnier, emacs-devel

> From: Julien Danjou <julien@danjou.info>
> Date: Tue, 11 Jun 2013 14:43:11 +0200
> Cc: Katsumi Yamaoka <yamaoka@jpl.org>, emacs-devel@gnu.org
> 
> On Tue, Jun 11 2013, Stefan Monnier wrote:
> 
> >> Gentlemen, your files are outdated. Albert has signed recently, this is
> >> why I merged his work. :)
> >
> > You're saying the copyright.list on fencepost.gnu.org is outdated?
> > Where's the up-to-date one, then?
> 
> I'm sorry I'm not very familiar with this process so I can't help more.
> Albert forwarded me an email attesting the process was completed, if
> that can help, I see there's a number in the subject:
> 
>   From: "Donald R Robertson III via RT" <copyright-clerk@fsf.org>
>   Subject: [gnu.org #828354] Albert Krewinkel GNUS Assignment 

I'm not sure that is enough for us.  Please ask Albert to talk to the
FSF copyright clerk and ask him to update the copyright list file.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 12:38       ` Stefan Monnier
  2013-06-11 12:43         ` Julien Danjou
@ 2013-06-11 15:54         ` Eli Zaretskii
  1 sibling, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2013-06-11 15:54 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: julien, yamaoka, emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Tue, 11 Jun 2013 08:38:49 -0400
> Cc: Katsumi Yamaoka <yamaoka@jpl.org>, emacs-devel@gnu.org
> 
> > Gentlemen, your files are outdated. Albert has signed recently, this is
> > why I merged his work. :)
> 
> You're saying the copyright.list on fencepost.gnu.org is outdated?

No, that one is the master copy.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 12:43         ` Julien Danjou
  2013-06-11 15:43           ` Eli Zaretskii
@ 2013-06-11 16:58           ` Glenn Morris
  2013-06-11 20:24             ` Julien Danjou
  2013-06-11 20:25             ` Glenn Morris
  2013-06-12  5:12           ` Richard Stallman
  2 siblings, 2 replies; 11+ messages in thread
From: Glenn Morris @ 2013-06-11 16:58 UTC (permalink / raw)
  To: Julien Danjou; +Cc: Katsumi Yamaoka, Stefan Monnier, emacs-devel

Julien Danjou wrote:

> I'm sorry I'm not very familiar with this process so I can't help more.
> Albert forwarded me an email attesting the process was completed, if
> that can help, I see there's a number in the subject:
>
>   From: "Donald R Robertson III via RT" <copyright-clerk@fsf.org>
>   Subject: [gnu.org #828354] Albert Krewinkel GNUS Assignment 

It's probably fine then (though we have no access to that email and
can't see what it actually said).

To clarify, there is a centrally managed file on the gnu.org machines
that lists who has an assignment for what. The copyright clerk adds
entries when assignments are complete. There is no entry associated with
the above. Probably just a minor internal glitch, I will ask about it.

BTW, I recommend you always ask people to complete assignments for Emacs
rather than for Gnus (unless they want to do one just for Gnus for some
reason). An assignment to Emacs covers changes to Gnus, but not vice
versa. So if someone with a Gnus assignment ends up wanting to
contribute to the rest of Emacs, they have to do another assignment.

Eli Zaretskii wrote:

> Please ask Albert to talk to the FSF copyright clerk and ask him to
> update the copyright list file.

That's not his responsibility. I will ask.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 16:58           ` Glenn Morris
@ 2013-06-11 20:24             ` Julien Danjou
  2013-06-11 20:25             ` Glenn Morris
  1 sibling, 0 replies; 11+ messages in thread
From: Julien Danjou @ 2013-06-11 20:24 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Katsumi Yamaoka, Stefan Monnier, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

On Tue, Jun 11 2013, Glenn Morris wrote:

> That's not his responsibility. I will ask.

In the mean time I already asked Albert to handle this and he did.
Donald confirmed there was a problem with the cron job that has now been
resolved, and that everything is ok.

-- 
Julien Danjou
/* Free Software hacker * freelance consultant
   http://julien.danjou.info */

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 16:58           ` Glenn Morris
  2013-06-11 20:24             ` Julien Danjou
@ 2013-06-11 20:25             ` Glenn Morris
  1 sibling, 0 replies; 11+ messages in thread
From: Glenn Morris @ 2013-06-11 20:25 UTC (permalink / raw)
  To: Julien Danjou; +Cc: Katsumi Yamaoka, Stefan Monnier, emacs-devel

Glenn Morris wrote:

> I will ask.

The entry has now been added, problem solved.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot
  2013-06-11 12:43         ` Julien Danjou
  2013-06-11 15:43           ` Eli Zaretskii
  2013-06-11 16:58           ` Glenn Morris
@ 2013-06-12  5:12           ` Richard Stallman
  2 siblings, 0 replies; 11+ messages in thread
From: Richard Stallman @ 2013-06-12  5:12 UTC (permalink / raw)
  To: Julien Danjou; +Cc: yamaoka, monnier, emacs-devel

    I'm sorry I'm not very familiar with this process so I can't help more.
    Albert forwarded me an email attesting the process was completed, if
    that can help, I see there's a number in the subject:

      From: "Donald R Robertson III via RT" <copyright-clerk@fsf.org>
      Subject: [gnu.org #828354] Albert Krewinkel GNUS Assignment 

What was the DATE of that message?

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-12  5:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1UmJ4U-0000GK-WE@vcs.savannah.gnu.org>
2013-06-11  7:37 ` trunk r112923: lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rot Glenn Morris
2013-06-11  8:05   ` Katsumi Yamaoka
2013-06-11  8:08     ` Julien Danjou
2013-06-11 12:38       ` Stefan Monnier
2013-06-11 12:43         ` Julien Danjou
2013-06-11 15:43           ` Eli Zaretskii
2013-06-11 16:58           ` Glenn Morris
2013-06-11 20:24             ` Julien Danjou
2013-06-11 20:25             ` Glenn Morris
2013-06-12  5:12           ` Richard Stallman
2013-06-11 15:54         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).