Re: EL 9 RPMs and SRPMs

2022-05-23 Thread Thomas Stephen Lee
Thanks a lot for the prompt action 😎. --- Lee On Mon, May 23, 2022 at 6:35 PM Konstantin Pavlov wrote: > > Hello! > > On 19/05/2022 9:41 AM, Thomas Stephen Lee wrote: > > Hi, > > > > Now that Red Hat has released EL 9, please provide SRPMs and RPMs for EL

EL 9 RPMs and SRPMs

2022-05-18 Thread Thomas Stephen Lee
Hi, Now that Red Hat has released EL 9, please provide SRPMs and RPMs for EL 9 Thanks --- Lee ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
: > > > > On 16 Apr 2021, at 13:00, Thomas Stephen Lee wrote: > > > > Thanks a lot, Andrei. > > > > That worked well. > > > > I had the same problem in RHEL 8. > > > > below is the modified script for EL8 > > Glad to hear it's working fo

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
x.spec sed -i 's| -fPIC||g' /home/builder/rpmbuild/SPECS/nginx.spec spectool -g -R /home/builder/rpmbuild/SPECS/nginx.spec rpmbuild -ba /home/builder/rpmbuild/SPECS/nginx.spec --Script End- Thanks again. --- Lee On Fri, Apr 16, 2021 at 12:05 PM An

Help needed with Nginx SRPM script

2021-04-15 Thread Thomas Stephen Lee
Hi, I have the following script on RHEL 7 --Script Start- OPENSSL="openssl-1.1.1k" NGINX_VERSION="1.19.10-1" rpm -ivh http://nginx.org/packages/mainline/centos/7/SRPMS/nginx-$NGINX_VERSION.el7.ngx.src.rpm sed -i "/Source12: .*/a Source100: https://www.openssl.

Re: openssl 1.1.1e 14095126:SSL routines:ssl3_read_n

2020-04-01 Thread Thomas Stephen Lee
On Mon, Mar 23, 2020 at 6:05 PM Maxim Dounin wrote: > Hello! > > On Mon, Mar 23, 2020 at 02:04:36PM +0300, Sergey Kandaurov wrote: > > > > > > On 22 Mar 2020, at 21:39, itpp2012 > wrote: > > > > > > How about this as this catches all 3 while conditions: > > > > > > +++ src/event/ngx_event_openss