[Pkg-apache-commits] r1400 - in /trunk/apr-util: changelog control libaprutil1.install libaprutil1.symbols rules

sf at alioth.debian.org sf at alioth.debian.org
Sun Jan 8 19:40:11 UTC 2012


Author: sf
Date: Sun Jan  8 19:40:11 2012
New Revision: 1400

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1400
Log:
Build new apr_crypto API
Update symbols file

Modified:
    trunk/apr-util/changelog
    trunk/apr-util/control
    trunk/apr-util/libaprutil1.install
    trunk/apr-util/libaprutil1.symbols
    trunk/apr-util/rules

Modified: trunk/apr-util/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/changelog?rev=1400&op=diff
==============================================================================
--- trunk/apr-util/changelog (original)
+++ trunk/apr-util/changelog Sun Jan  8 19:40:11 2012
@@ -6,6 +6,7 @@
     conditions of use for the code. Debian uses the code according to the
     conditions from this statement, whic is now included in the copyright
     file.
+  * Build new apr_crypto API (using openssl).
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 08 Jan 2012 19:24:12 +0100
 

Modified: trunk/apr-util/control
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/control?rev=1400&op=diff
==============================================================================
--- trunk/apr-util/control (original)
+++ trunk/apr-util/control Sun Jan  8 19:40:11 2012
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Apache Maintainers <debian-apache at lists.debian.org>
 Uploaders: Stefan Fritsch <sf at debian.org>, Peter Samuelson <peter at p12n.org>
-Build-Depends: debhelper (>> 6.0.7~), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb-dev, libpcre3-dev, dpatch (>= 1.11), binutils (>= 2.14.90.0.7), libapr1-dev (>= 1.3.2), libsqlite3-dev, libpq-dev, python, libmysqlclient-dev, freetds-dev, unixodbc-dev, doxygen
+Build-Depends: debhelper (>> 6.0.7~), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb-dev, libpcre3-dev, dpatch (>= 1.11), binutils (>= 2.14.90.0.7), libapr1-dev (>= 1.3.2), libsqlite3-dev, libpq-dev, python, libmysqlclient-dev, freetds-dev, unixodbc-dev, doxygen, libssl-dev
 Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util
 Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apr-util

Modified: trunk/apr-util/libaprutil1.install
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/libaprutil1.install?rev=1400&op=diff
==============================================================================
--- trunk/apr-util/libaprutil1.install (original)
+++ trunk/apr-util/libaprutil1.install Sun Jan  8 19:40:11 2012
@@ -1,2 +1,3 @@
 debian/tmp/usr/lib/libaprutil-1.so.* usr/lib/
 debian/tmp/usr/lib/apr-util-1/apr_dbm*.so* usr/lib/apr-util-1
+debian/tmp/usr/lib/apr-util-1/apr_crypt*.so* usr/lib/apr-util-1

Modified: trunk/apr-util/libaprutil1.symbols
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/libaprutil1.symbols?rev=1400&op=diff
==============================================================================
--- trunk/apr-util/libaprutil1.symbols (original)
+++ trunk/apr-util/libaprutil1.symbols Sun Jan  8 19:40:11 2012
@@ -74,6 +74,24 @@
  apr_bucket_type_pool at Base 1.2.7+dfsg
  apr_bucket_type_socket at Base 1.2.7+dfsg
  apr_bucket_type_transient at Base 1.2.7+dfsg
+ apr_crypto_block_cleanup at Base 1.4.0
+ apr_crypto_block_decrypt at Base 1.4.0
+ apr_crypto_block_decrypt_finish at Base 1.4.0
+ apr_crypto_block_decrypt_init at Base 1.4.0
+ apr_crypto_block_encrypt at Base 1.4.0
+ apr_crypto_block_encrypt_finish at Base 1.4.0
+ apr_crypto_block_encrypt_init at Base 1.4.0
+ apr_crypto_cleanup at Base 1.4.0
+ apr_crypto_clear at Base 1.4.0
+ apr_crypto_driver_name at Base 1.4.0
+ apr_crypto_error at Base 1.4.0
+ apr_crypto_get_block_key_modes at Base 1.4.0
+ apr_crypto_get_block_key_types at Base 1.4.0
+ apr_crypto_get_driver at Base 1.4.0
+ apr_crypto_init at Base 1.4.0
+ apr_crypto_make at Base 1.4.0
+ apr_crypto_passphrase at Base 1.4.0
+ apr_crypto_shutdown at Base 1.4.0
  apr_current_hooking_module at Base 1.2.7+dfsg
  apr_date_checkmask at Base 1.2.7+dfsg
  apr_date_parse_http at Base 1.2.7+dfsg
@@ -185,7 +203,7 @@
  apr_memcache_multgetp at Base 1.3.2+dfsg
  apr_memcache_replace at Base 1.3.2+dfsg
  apr_memcache_server_create at Base 1.3.2+dfsg
- apr_memcache_set at Base 1.3.2+dfsg
+ apr_memcache_set at Base 1.4.0
  apr_memcache_stats at Base 1.3.2+dfsg
  apr_memcache_version at Base 1.3.2+dfsg
  apr_optional_hook_add at Base 1.2.7+dfsg
@@ -202,9 +220,11 @@
  apr_queue_trypush at Base 1.2.7+dfsg
  apr_reslist_acquire at Base 1.2.7+dfsg
  apr_reslist_acquired_count at Base 1.3.2+dfsg
+ apr_reslist_cleanup_order_set at Base 1.4.0
  apr_reslist_create at Base 1.2.7+dfsg
  apr_reslist_destroy at Base 1.2.7+dfsg
  apr_reslist_invalidate at Base 1.2.7+dfsg
+ apr_reslist_maintain at Base 1.4.0
  apr_reslist_release at Base 1.2.7+dfsg
  apr_reslist_timeout_set at Base 1.2.7+dfsg
  apr_rmm_addr_get at Base 1.2.7+dfsg
@@ -292,7 +312,7 @@
  apu__sdbm_putpair at Base 1.2.7+dfsg
  apu__sdbm_splpage at Base 1.2.7+dfsg
  apu_dso_init at Base 1.3.2+dfsg
- apu_dso_load at Base 1.3.2+dfsg
+ apu_dso_load at Base 1.4.0
  apu_dso_mutex_lock at Base 1.3.2+dfsg
  apu_dso_mutex_unlock at Base 1.3.2+dfsg
  apu_version at Base 1.2.7+dfsg

Modified: trunk/apr-util/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/rules?rev=1400&op=diff
==============================================================================
--- trunk/apr-util/rules (original)
+++ trunk/apr-util/rules Sun Jan  8 19:40:11 2012
@@ -66,7 +66,7 @@
 config.status: configure.in patch-stamp
 	dh_testdir
 	./buildconf --with-apr=$(shell apr-1-config --srcdir)
-	$(CONFFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-layout=Debian --with-apr=/usr/bin/apr-1-config --with-ldap=yes --with-dbm=db --with-sqlite3 --with-pgsql=/usr --without-gdbm --without-sqlite2 --with-berkeley-db --with-mysql=/usr --with-freetds=/usr --with-odbc=/usr
+	$(CONFFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-layout=Debian --with-apr=/usr/bin/apr-1-config --with-ldap=yes --with-dbm=db --with-sqlite3 --with-pgsql=/usr --without-gdbm --without-sqlite2 --with-berkeley-db --with-mysql=/usr --with-freetds=/usr --with-odbc=/usr --with-openssl=/usr
 
 build: patch-stamp build-stamp
 




More information about the Pkg-apache-commits mailing list