Changelog for
wwwoffle-2.9j-45.19.x86_64.rpm :
* Sat Apr 21 2018 d_wernerAATTgmx.net- modified files section for /etc/ppp directories (build on Leap 42.3 failed)
* Sat Apr 21 2018 d_wernerAATTgmx.net- minimal changes to the spec file to correct build failure on factory caused by
* Missing user/group due to changes in how system users are created in Leap15 / TW
* scripts in /etc/ppp
* Sat Feb 18 2017 mpluskalAATTsuse.com- Add missing dependency to enable https support
* Sat Feb 18 2017 tchvatalAATTsuse.com- Version update to 2.9j to fix bsc#1026023
* Few crypto key length tweaks
* Various small compilation warning fixes- Refresh patch wwwoffle-2.9e-implicit.patch
* Sat Dec 13 2014 Led
- fix bashisms in contrib/kppp scripts: \'read\' command without arguments may be unsupported in other POSIX-complete shells- add patches:
* wwwoffle-2.9i-fix-bashisms.patch
* Sat Nov 08 2014 seife+obsAATTb1-systems.com- fix reload target of service file (binary is in /usr/bin)
* Sun Nov 02 2014 tchvatalAATTsuse.com- Start service properly in daemon mode. Wrt bnc#903581.
* Mon May 12 2014 tchvatalAATTsuse.com- Update to 2.9i
* Check the flex and lex programs are found by configure.
* Allow https requests in outgoing to be requested when next online as https.
* Don\'t detect webbugs for images with width and height set to auto.
* Fix problem with infinite loop when root certificate expires.- Run spec-cleaner on the package- Provide service file instead of init script.
* Mon May 21 2012 badshah400AATTgmail.com- Use BuildRequires: libgnutls-devel instead of gnutls-devel for Factory in keeping with gnutls package naming changes.
* Tue Oct 04 2011 vcizekAATTsuse.com- update to 2.9h
* src/iognutls.c: Use the gnutls function to check for pending data first then use select() on the socket.
* src/certificates.c: Create version 3 certificates instead of version 1.
* src/io.c: Try and uncompress the data that is already available before asking for more data.
* src/iognutls.c: Use the gnutls error message as the main error message if there is a gnutls error status (found during investigation of Debian bug deb#638595).
* src/certificates.c: Free the server private keys and certificates at a different time and in a different way (see Debian bug deb#638595).
* src/vrml.l, src/xml.l: Remove some gcc warning messages.