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
83
84
|
opkg-lede (0+git20190131.d4ba162-8) trunk
* opkg-lede: Fix exit status when "/usr/bin/opkg-cl" fails.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 25 Sep 2023 06:49:51 -0400
opkg-lede (0+git20190131.d4ba162-8) trunk
* opkg-lede: Fix a "cat: not found" error when "/usr/bin/opkg" is run
during a system installation.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 09 Dec 2020 09:06:07 -0500
opkg-lede (0+git20190131.d4ba162-7) trunk
* opkg-lede: Add a wrapper script as "/usr/bin/opkg" and move the real
opkg binary back to its default location at "/usr/bin/opkg-cl".
This wrapper script:
- Enables the busybox package to be safely upgraded (opkg-lede
attempts to execute gzip after removing busybox, whereas opkg
didn't) and
- Accepts an -a/--host-architecture option for multiarch support.
* Add patch from upstream to fix "file_md5sum_alloc: Could't compute
md5sum" errors.
* Add patch to allow update-alternatives to manage "/usr/bin/[".
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 07 Dec 2020 11:50:54 -0500
opkg-lede (0+git20190131.d4ba162-6) trunk
* opkg-lede: Replace opkg-key with opkg-cert, and provide a
"/usr/sbin/opkg-key" link.
* opkg-lede: Drop "Replaces" field and simplify "Conflicts" field.
* Drop patch to change default configuration file path, and just use
"/etc/opkg.conf".
* opkg-lede: Move main configuration file from "/etc/opkg/opkg.conf" to
"/etc/opkg.conf" in postinst.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 27 Apr 2019 14:33:35 -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
|