[proftpd-mod-vroot] branch master updated (24a7ee7 -> 625c516)

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Thu Apr 5 21:50:16 BST 2018


This is an automated email from the git hooks/post-receive script.

hilmar-guest pushed a change to branch master
in repository proftpd-mod-vroot.

      from  24a7ee7   Ready for unstable
       new  625c516   New upstreame release: 0.9.7.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                |    2 +
 .gitignore                                    |   13 +
 .travis.yml                                   |   39 +
 Makefile.in                                   |   56 +
 README.md                                     |   13 +-
 alias.c                                       |  118 +
 alias.h                                       |   46 +
 config.guess                                  | 1476 +++++++
 config.sub                                    | 1836 +++++++++
 configure                                     | 5196 +++++++++++++++++++++++++
 configure.in                                  |   95 +
 debian/changelog                              |    6 +
 debian/clean                                  |    5 +
 debian/patches/series                         |    4 +-
 debian/proftpd-mod-vroot.docs                 |    1 +
 debian/rules                                  |    4 +-
 fsio.c                                        | 1026 +++++
 fsio.h                                        |   56 +
 install-sh                                    |  250 ++
 mod_vroot.c                                   | 1664 +-------
 mod_vroot.h.in                                |   43 +
 mod_vroot.html                                |   35 +-
 path.c                                        |  413 ++
 path.h                                        |   43 +
 t/Makefile.in                                 |   66 +
 t/api/alias.c                                 |  155 +
 t/api/fsio.c                                  |   70 +
 t/api/path.c                                  |   80 +
 t/api/stubs.c                                 |  172 +
 t/api/tests.c                                 |  128 +
 t/api/tests.h                                 |   46 +
 t/lib/ProFTPD/Tests/Modules/mod_vroot.pm      |  161 +-
 t/lib/ProFTPD/Tests/Modules/mod_vroot/sftp.pm |  725 +++-
 33 files changed, 12458 insertions(+), 1585 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 Makefile.in
 create mode 100644 alias.c
 create mode 100644 alias.h
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100755 configure
 create mode 100644 configure.in
 create mode 100644 debian/clean
 create mode 100644 fsio.c
 create mode 100644 fsio.h
 create mode 100755 install-sh
 create mode 100644 mod_vroot.h.in
 create mode 100644 path.c
 create mode 100644 path.h
 create mode 100644 t/Makefile.in
 create mode 100644 t/api/alias.c
 create mode 100644 t/api/fsio.c
 create mode 100644 t/api/path.c
 create mode 100644 t/api/stubs.c
 create mode 100644 t/api/tests.c
 create mode 100644 t/api/tests.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-mod-vroot.git



More information about the Pkg-proftpd-maintainers mailing list