Re: svn commit: r1915534 - in /httpd/httpd/branches/2.4.x: ./ modules/cache/mod_socache_shmcb.c modules/proxy/balancers/mod_lbmethod_heartbeat.c os/unix/unixd.c server/buildmark.c server/scoreboard.c

2024-02-02 Thread Joe Orton
On Fri, Feb 02, 2024 at 03:29:34PM +0100, Ruediger Pluem wrote:
> > Modified: httpd/httpd/branches/2.4.x/server/util_expr_parse.c
> > URL: 
> > http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util_expr_parse.c?rev=1915534=1915533=1915534=diff
> > ==
> > --- httpd/httpd/branches/2.4.x/server/util_expr_parse.c (original)
> > +++ httpd/httpd/branches/2.4.x/server/util_expr_parse.c Fri Feb  2 11:50:07 
> > 2024
> > @@ -1326,6 +1326,8 @@ YYSTYPE yylval;
> >  
> >goto yysetstate;
> >  
> > +  /* TODO: comppiler warning that this is unused, and it seems to */
> 
> Typo :-) compiler

Thanks -> r1915543



Re: svn commit: r1915534 - in /httpd/httpd/branches/2.4.x: ./ modules/cache/mod_socache_shmcb.c modules/proxy/balancers/mod_lbmethod_heartbeat.c os/unix/unixd.c server/buildmark.c server/scoreboard.c

2024-02-02 Thread Ruediger Pluem



On 2/2/24 12:50 PM, jor...@apache.org wrote:
> Author: jorton
> Date: Fri Feb  2 11:50:07 2024
> New Revision: 1915534
> 
> URL: http://svn.apache.org/viewvc?rev=1915534=rev
> Log:
> Merge r1909450 from trunk:
> 
> Make sources build with latest clang version
> 
> Submitted by: icing
> Reviewed by: minfrin, ylavic, jfclere
> 
> Modified:
> httpd/httpd/branches/2.4.x/   (props changed)
> httpd/httpd/branches/2.4.x/modules/cache/mod_socache_shmcb.c
> 
> httpd/httpd/branches/2.4.x/modules/proxy/balancers/mod_lbmethod_heartbeat.c
> httpd/httpd/branches/2.4.x/os/unix/unixd.c
> httpd/httpd/branches/2.4.x/server/buildmark.c
> httpd/httpd/branches/2.4.x/server/scoreboard.c
> httpd/httpd/branches/2.4.x/server/util.c
> httpd/httpd/branches/2.4.x/server/util_expr_parse.c
> 

> 
> Modified: httpd/httpd/branches/2.4.x/server/util_expr_parse.c
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util_expr_parse.c?rev=1915534=1915533=1915534=diff
> ==
> --- httpd/httpd/branches/2.4.x/server/util_expr_parse.c (original)
> +++ httpd/httpd/branches/2.4.x/server/util_expr_parse.c Fri Feb  2 11:50:07 
> 2024
> @@ -1326,6 +1326,8 @@ YYSTYPE yylval;
>  
>goto yysetstate;
>  
> +  /* TODO: comppiler warning that this is unused, and it seems to */

Typo :-) compiler

Regards

RĂ¼diger



Re: svn commit: r1915516 - in /httpd/httpd/branches/2.4.x: ./ CHANGES configure.in docs/man/htpasswd.1 support/htpasswd.c support/passwd_common.c support/passwd_common.h

2024-02-02 Thread Joe Orton
On Fri, Feb 02, 2024 at 08:29:48AM +0100, Ruediger Pluem wrote:
> 
> 
> On 2/1/24 5:54 PM, jor...@apache.org wrote:
> > Author: jorton
> > Date: Thu Feb  1 16:54:40 2024
> > New Revision: 1915516
> > 
> > URL: http://svn.apache.org/viewvc?rev=1915516=rev
> > Log:
...
> > -" -B  Force bcrypt encryption of the password (very secure)." NL
> > +" -2  Force SHA-256 crypt() hash of the password (secure)." NL
> > +" -5  Force SHA-512 crypt() hash of the password (secure)." NL
> > +" -B  Force bcrypt aencryption of the password (very secure)." NL
> 
> We have a typo above:aencryption

Good catch, thanks. Looks like a couple of the follow-up commits to this 
were missed which fixed that and improved the wording, I'll submit 
another backport.