~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/libsvn_fs_fs/rep-cache-db.h

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2015-08-07 21:32:47 UTC
  • mfrom: (0.2.15) (4.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150807213247-ozyewtmgsr6tkewl
Tags: 1.9.0-1
* Upload to unstable
* New upstream release.
  + Security fixes
    - CVE-2015-3184: Mixed anonymous/authenticated path-based authz with
      httpd 2.4
    - CVE-2015-3187: svn_repos_trace_node_locations() reveals paths hidden
      by authz
* Add >= 2.7 requirement for python-all-dev Build-Depends, needed to run
  tests.
* Remove Build-Conflicts against ruby-test-unit.  (Closes: #791844)
* Remove patches/apache_module_dependency in favor of expressing the
  dependencies in authz_svn.load/dav_svn.load.
* Build-Depend on apache2-dev (>= 2.4.16) to ensure ap_some_authn_required()
  is available when building mod_authz_svn and Depend on apache2-bin (>=
  2.4.16) for runtime support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.8.13/subversion/libsvn_fs_fs/token-map.h.
 
1
/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.9.0/subversion/libsvn_fs_fs/token-map.h.
2
2
 * Do not edit this file -- edit the source and rerun gen-make.py */
3
3
 
4
4
#define STMT_CREATE_SCHEMA 0
58
58
  "INSERT INTO rep_cache VALUES ('dummy', 0, 0, 0, 0) " \
59
59
  ""
60
60
 
 
61
#define STMT_UNLOCK_REP 7
 
62
#define STMT_7_INFO {"STMT_UNLOCK_REP", NULL}
 
63
#define STMT_7 \
 
64
  "ROLLBACK TRANSACTION; " \
 
65
  ""
 
66
 
61
67
#define REP_CACHE_DB_SQL_DECLARE_STATEMENTS(varname) \
62
68
  static const char * const varname[] = { \
63
69
    STMT_0, \
67
73
    STMT_4, \
68
74
    STMT_5, \
69
75
    STMT_6, \
 
76
    STMT_7, \
70
77
    NULL \
71
78
  }
72
79
 
79
86
    STMT_4_INFO, \
80
87
    STMT_5_INFO, \
81
88
    STMT_6_INFO, \
 
89
    STMT_7_INFO, \
82
90
    {NULL, NULL} \
83
91
  }