File: changelog

package info (click to toggle)
lua-sandbox 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,724 kB
  • ctags: 3,882
  • sloc: ansic: 23,586; makefile: 34
file content (69 lines) | stat: -rw-r--r-- 2,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
lua-sandbox (1.2.1-4) unstable; urgency=medium

  * Fix default path and cpath
  * Use the correct temp path for luasandbox-deb-multiarch.h

 -- Mathieu Parent <sathieu@debian.org>  Sat, 31 Dec 2016 15:19:09 +0100

lua-sandbox (1.2.1-3) unstable; urgency=medium

  * Add luasandbox-binary-doc.patch
  * Update patches and mention upstream pull-requests
  * Fix FTBFS:
    - on 32-bit (Closes: #845929), and
    - big-endian architectures (Closes: #845928)

 -- Mathieu Parent <sathieu@debian.org>  Tue, 13 Dec 2016 21:34:02 +0100

lua-sandbox (1.2.1-2) unstable; urgency=medium

  * Improve unsandboxed mode by adding package.preload
  * Also expose package.sandboxed

 -- Mathieu Parent <sathieu@debian.org>  Thu, 17 Nov 2016 22:11:24 +0100

lua-sandbox (1.2.1-1) unstable; urgency=medium

  * New upstream version
    - Build-Depends: git no more needed
  * Add me to Uploaders
  * Add pkgconfig support, inspired by src:lua5.1
  * Restore lua.c from lua5.1
  * Make luasandbox behave like lua5.1
    + setprogdir and setpath (private) functions are back
    + luaopen_package has an additionnal argument "sandboxed"
      - which defaults to false
      - which is set to true from lsb_init
    + if sandboxed, behavior is not changed
    + if not sandboxed:
      - cpath and path, are set in "lsb_config" hidden table
      - package has a metatable which only allow access to cpath and path when
        not sandboxed
  * Set default path and cpath when not sandboxed
  * Run dh_makeshlibs with -c4 to ensure we don't miss symbol changes
  * Update debian/libluasandbox0.symbols
  * Remove unused lintian override

 -- Mathieu Parent <sathieu@debian.org>  Wed, 16 Nov 2016 22:41:36 +0100

lua-sandbox (1.1.0-2) unstable; urgency=medium

  * Conflicts on upstream package name (luasandbox) to avoid installing both
    together.

 -- Raphaël Hertzog <hertzog@debian.org>  Sat, 01 Oct 2016 15:16:16 +0200

lua-sandbox (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Add git to Build-Depends.
  * Update symbols file.
  * Install /usr/include/luasandbox.h

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 27 Sep 2016 15:40:32 +0200

lua-sandbox (1.0.3-1) unstable; urgency=medium

  * Initial release (Closes: #838969).

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 27 Sep 2016 10:51:39 +0200