Initial
This commit is contained in:
commit
daf6a2dbf7
10 changed files with 386 additions and 0 deletions
1
package/DEBIAN/conffiles
Normal file
1
package/DEBIAN/conffiles
Normal file
|
|
@ -0,0 +1 @@
|
|||
/etc/php5/conf.d/pdo_sqlcipher.ini
|
||||
12
package/DEBIAN/control
Normal file
12
package/DEBIAN/control
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Package: php5-sqlcipher
|
||||
Version: 5.3.3-7+squeeze13
|
||||
Architecture: amd64
|
||||
Maintainer: Anton Batenev <antonbatenev@yandex.ru>
|
||||
Installed-Size: 350
|
||||
Depends: libc6 (>= 2.11.3-3), libstdc++6 (>= 4.4.5-8), libssl0.9.8 (>= 0.9.8o-4squeeze13), libicu44 (>= 4.4.1-8), libreadline6 (>= 6.1-3), zlib1g (>= 1:1.2.3.4.dfsg-3), libgcc1 (>= 1:4.4.5-8), libncurses5 (>= 5.7+20100313-5), phpapi-20090626, php5-common (= 5.3.3-7+squeeze13)
|
||||
Section: php
|
||||
Priority: optional
|
||||
Homepage: https://github.com/abbat/pdo_sqlcipher
|
||||
Description: sqlcipher module for PHP 5
|
||||
SQLCipher is an SQLite extension that provides transparent
|
||||
256-bit AES encryption of database files.
|
||||
1
package/etc/php5/conf.d/pdo_sqlcipher.ini
Normal file
1
package/etc/php5/conf.d/pdo_sqlcipher.ini
Normal file
|
|
@ -0,0 +1 @@
|
|||
extension=pdo_sqlcipher.so
|
||||
4
package/usr/share/doc/php5-sqlcipher/copyright
Normal file
4
package/usr/share/doc/php5-sqlcipher/copyright
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
This package was debianized by Anton Batenev <antonbatenev@yandex.ru>
|
||||
|
||||
pdo_sqlite under PHP License (http://www.php.net/license/3_0.txt)
|
||||
sqlcipher under BSD-style open source license (http://sqlcipher.net/license)
|
||||
7
package/usr/share/lintian/overrides/php5-sqlcipher
Normal file
7
package/usr/share/lintian/overrides/php5-sqlcipher
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
php5-sqlcipher: debian-changelog-file-missing
|
||||
php5-sqlcipher: hardening-no-relro
|
||||
php5-sqlcipher: copyright-without-copyright-notice
|
||||
php5-sqlcipher: binary-or-shlib-defines-rpath
|
||||
php5-sqlcipher: embedded-library
|
||||
php5-sqlcipher: hardening-no-fortify-functions
|
||||
php5-sqlcipher: binary-without-manpage
|
||||
Loading…
Add table
Add a link
Reference in a new issue