Revisions of pure-ftpd

Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 33)
- fix bnc#789833: pure-ftpd login failes
  * pure-ftpd-1.0.36-cap-audit-control.patch
- remove oes related patches have never used at openSUSE
  * pure-ftpd-1.0.20-oes_remote_server.patch
  * pure-ftpd-1.0.22-oes-bugfix-534424.patch
- change old PreReq to Requires(pre)
- add version to pureftpd symbol
buildservice-autocommit accepted request 145729 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 32)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 143926 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 31)
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------
buildservice-autocommit accepted request 131918 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 30)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 29)
- add gpg signature file for easier verification
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 131915 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 28)
- systemd: Do not fork in the background
buildservice-autocommit accepted request 115209 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 27)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 114844 from Vitaliy Tomin's avatar Vitaliy Tomin (HighwayStar) (revision 26)
added note to .changes file
buildservice-autocommit accepted request 113109 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 25)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 24)
remove cap-audit patch
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 23)
- update to 1.0.36 :
 - Sync built-in glob(3) code with OpenBSD-current, and remove code we
don't use instead of ifdef'ing it.
 - Repair checkproc() on Linux when support for capabitilies is
compiled in. Reported by Eric Gouyer.
 - Don't read /dev/*random every time we need a value. Just use
arc4random() everywhere and seed it before we possibly chroot().
 - Add support for MFMT, with the same code as SITE UTIME.
 - Support 2-arguments SITE UTIME.
 - LDAP: Add LDAPDefaultHomeDirectory, suggested by Landry Breuil.
 - Add SSL_OP_NO_SSLv3 to SSL options if the list of ciphers is
prefixed by -S: , needed by Brad.
 - Use more paranoid compiler options whenever possible, and preliminary
uncluttering of the autoconf script.
 - Try to cache locale-related data at startup after tzset(), rather
than during a session.
 - Fix quota computation after rename() overwrites an existing file.
Reported by Hiramoto Koujo, thanks!
 - Improved autoconf detection of -fstack-protector and -fPIE
 - If 10 digits are not enough to print the size of a file in an
ls-like output, bump the max number of digits to 18. This adds support for
files up to 1 exabyte.
 - Don't display dot files (except . and ..) if dot_read_ok is 0 in
donlist() - but not in sglob() yet. This change is purely cosmetic. There are
many ways to figure out if a file exists.
- document bnc#756306: pure-ftpd umask setting not working properly
  * /etc/pure-ftpd/pure-ftpd.conf contains a note about a side-effect of pam_umask
- add native pure-ftpd.service for systemd-powered systems
- use the same way how to start the daemon in sysvinit script and put
  $remote_fs dependency
buildservice-autocommit accepted request 74316 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 22)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 21)
remove the find
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 20)
mark cap patch as upstream
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 19)
- fix bnc#700611 - pure-ftpd fails with pam
  * pure-ftpd-1.0.32-cap-audit-write.patch
buildservice-autocommit accepted request 71844 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 18)
baserev update by copy to link target
Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) accepted request 71800 from Alexandre Rogoski's avatar Alexandre Rogoski (aledr) (revision 17)
Update to 1.0.32, refresh patches and fix patch for bnc#407363.
buildservice-autocommit accepted request 66826 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 16)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) committed (revision 15)
- update to 1.0.30
  * pure-quotacheck can now work with a large number of files.
  * OPTS UTF-8 is now an alias to OPTS UTF8.
  * Fix a STARTTLS flaw similar to Postfix’s CVE-2011-0411. If you’re using
    TLS, upgrading is recommended.
  * Provide ANSI-compliant MySQL configuration example.
  * Fix some issues with man pages.
autobuild's avatar autobuild accepted request 48151 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 14)
checked in (request 48151)
Displaying revisions 61 - 80 of 93
openSUSE Build Service is sponsored by