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
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# ChangeLog for app-mobilephone/smstools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/ChangeLog,v 1.11 2008/01/14 16:13:37 chainsaw Exp $
*smstools-2.2.20 (14 Jan 2008)
14 Jan 2008; Tony Vroon <chainsaw@gentoo.org> smstools-2.2.9.ebuild,
+smstools-2.2.20.ebuild:
Version bump. Incoming spool should be setgid, as pointed out by
tucksonjack@gmail.com in bug #196366. Also quote a few variables.
04 Nov 2007; Alin Năstac <mrness@gentoo.org> smstools-2.2.9.ebuild,
smstools-2.2.13.ebuild:
Remove useless pkg_preinst function.
*smstools-2.2.13 (04 Dec 2006)
04 Dec 2006; Tony Vroon <chainsaw@gentoo.org>
-files/2.2.12-buffer-overflow.patch, +files/2.2.13-sendsms-chmod.patch,
-files/2.2.12-sendsms-chmod.patch, -smstools-2.2.12-r1.ebuild,
+smstools-2.2.13.ebuild:
Upstream developer Niclas Felske <nfelske@gmx.de> has incorporated the
buffer overflow patch in 2.2.13 and pointed out that the SRC_URI was no
longer correct. Closes bug #157077.
*smstools-2.2.12-r1 (02 Dec 2006)
02 Dec 2006; Tony Vroon <chainsaw@gentoo.org>
+files/2.2.12-sendsms-chmod.patch, metadata.xml, -smstools-2.2.12.ebuild,
+smstools-2.2.12-r1.ebuild:
Necessary chmod for unprivileged operation was missing, added. Primary
maintainership not respected in mobile-phone herd, unherding package.
*smstools-2.2.12 (02 Dec 2006)
02 Dec 2006; Alin Năstac <mrness@gentoo.org>
+files/2.2.12-buffer-overflow.patch, -smstools-2.2.1-r3.ebuild,
-smstools-2.2.3.ebuild, +smstools-2.2.12.ebuild:
Version bump. Fix buffer overflow, thanks to Niclas Felske <nfelske@gmx.de>
(#155928).
*smstools-2.2.9 (20 Oct 2006)
20 Oct 2006; Tony Vroon <chainsaw@gentoo.org> +smstools-2.2.9.ebuild:
Version bump, as requested by Alin Nastac <mrness@gentoo.org> in bug #147927.
*smstools-2.2.3 (02 Jul 2006)
02 Jul 2006; Tony Vroon <chainsaw@gentoo.org> +smstools-2.2.3.ebuild:
Version bump thanks to Jorma Rus <jormarus@operamail.com>, closes bug
#138791. Add ~ppc keyword.
*smstools-2.2.1-r3 (21 Jun 2006)
21 Jun 2006; Tony Vroon <chainsaw@gentoo.org> -smstools-2.2.1-r2.ebuild,
+smstools-2.2.1-r3.ebuild:
Install additional scripts (some as documentation only). Also install HTML
documentation and support statistics with a local USE-flag. Implemented
thanks to the suggestions of Scott McKenzie <nzgreen@operamail.com> in bugs
#137461 and #137463.
*smstools-2.2.1-r2 (15 Jun 2006)
15 Jun 2006; Tony Vroon <chainsaw@gentoo.org> files/smsd.initd,
-smstools-2.2.1-r1.ebuild, +smstools-2.2.1-r2.ebuild:
Run the daemon as an unprivileged user.
*smstools-2.2.1-r1 (15 Jun 2006)
15 Jun 2006; Tony Vroon <chainsaw@gentoo.org>
+files/2.2.1-skip-dirlock.patch, -smstools-2.2.1.ebuild,
+smstools-2.2.1-r1.ebuild:
Automatically create directory structure necessary for normal operation as
suggested by Graham Murray <gmurray@webwayone.co.uk> in bug #136861. Patched
smsd to ignore portage .keep files.
*smstools-2.2.1 (14 Jun 2006)
14 Jun 2006; Tony Vroon <chainsaw@gentoo.org> +files/smsd.initd,
+metadata.xml, +smstools-2.2.1.ebuild:
Initial commit. Ebuild by me.
|