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
|
opkg-lede (0+git20190131.d4ba162-6) trunk
* Replace opkg-key with opkg-cert, and provide a "/usr/sbin/opkg-key" link.
* opkg-lede: Drop "Replaces" field and simplify "Conflicts" field.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 17 Apr 2019 19:01:24 -0400
opkg-lede (0+git20190131.d4ba162-5) trunk
* Store state data in "/var/lib/opkg/", as done with the original opkg in
ProteanOS, instead of in "/usr/lib/opkg/".
* Fix segmentation fault on a trailing comma in a package feed list
dependency field.
* Detect whether package lists in the state directory are compressed.
* opkg-lede: Install opkg, opkg-key, and update-alternatives directly
instead of using update-alternatives.
* opkg-lede: Replace and conflict with pre-transition opkg, opkg-gpg, and
opkg-common.
* opkg-lede: Make essential.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 06 Apr 2019 19:29:28 -0400
opkg-lede (0+git20190131.d4ba162-4) trunk
* opkg-lede-dbg: Actually provide debugging symbols this time.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 05 Apr 2019 01:17:07 -0400
opkg-lede (0+git20190131.d4ba162-3) trunk
* opkg-lede-dbg: New binary package.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 05 Apr 2019 01:02:32 -0400
opkg-lede (0+git20190131.d4ba162-2) trunk
* Add patch and build option to set default conf file path to
"/etc/opkg/opkg.conf".
* Set lock file path to "/var/lib/opkg/lock", as it has always been
with the original opkg.
* Manage opkg-key and update-alternatives with update-alternatives.
* Conflict with opkg-common (<< 0.2.4-2).
* Allow upgrade command without arguments, as with the original opkg.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 04 Apr 2019 19:24:04 -0400
opkg-lede (0+git20190131.d4ba162-1) trunk
* Initial release.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 04 Apr 2019 03:22:13 -0400
|