Skip to content

Commit e73885a

Browse files
committed
Dateien nach "source/usr/local/emhttp/plugins/un-get" hochladen
1 parent 23a9457 commit e73885a

File tree

2 files changed

+228
-217
lines changed

2 files changed

+228
-217
lines changed
Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
Version: 0.01
2+
Date: 2022-08-20
3+
4+
- Initial release from pkg-get
5+
6+
----------------------------------------
7+
8+
Version: 0.02
9+
Date: 2022-08-22
10+
11+
- Changed name from pkg-get to un-get - because well unRAID needs un-get
12+
- Changed from Slackware 15 to Current
13+
- Created sources.list file to support multiple repositories
14+
- Added Conraid's repository to sources.list by default
15+
- Changed installation directory to /boot/extra
16+
- Redone download, installation and remove functions
17+
- Added 'installed' option, to list installed packages by un-get
18+
- Added 'changelog' option
19+
- Changed search to show both installed and non installed packages which
20+
are available in repositories
21+
22+
----------------------------------------
23+
24+
Version: 0.03
25+
Date: 2022-08-22
26+
27+
- Added 'upgrade' function
28+
- Speed up search by a bit
29+
- Clarified remove message when no packages were found
30+
- Fixed bug where packages won't be removed after calling 'remove' function
31+
- Fixed bug where error was displayed if installedpackages_list file where
32+
not in place
33+
34+
----------------------------------------
35+
36+
Version: 0.04
37+
Date: 2022-08-23
38+
39+
- search function - made it more clear if packages are already installed
40+
that they not qualify for reinstallation through un-get
41+
- install function - throw a real error if package is found which is
42+
not qualifying for reinstallation through un-get
43+
- upgrade function - added message when all packages are up-to-date
44+
45+
----------------------------------------
46+
47+
Version: 0.05
48+
Date: 2022-08-23
49+
50+
- upgrade function - fixed upgrade message issue
51+
52+
----------------------------------------
53+
54+
Version: 0.06
55+
Date: 2022-08-23
56+
57+
- upgrade function - fixed bug in upgrade package detection
58+
59+
----------------------------------------
60+
61+
Version: 0.07
62+
Date: 2022-08-23
63+
64+
- changed repo to Slackware 15.0
65+
- remove old package lists from repositories which are not found
66+
in sources.list
67+
68+
----------------------------------------
69+
70+
Version: 0.08
71+
Date: 2022-08-24
72+
73+
- fixed bug so that un-get pulls always the latest package
74+
regardless from which repository
75+
76+
----------------------------------------
77+
78+
Version: 0.09
79+
Date: 2022-08-25a
80+
81+
- remove duplicate entries for packages which are not qualifying
82+
for installation
83+
84+
----------------------------------------
85+
86+
Version: 0.10
87+
Date: 2022-08-25b
88+
89+
- fixed bug in search where some packages were marked as not
90+
qualifying for installation
91+
92+
----------------------------------------
93+
94+
Version: 0.11
95+
Date: 2022-08-26
96+
97+
- added cleanup function
98+
99+
----------------------------------------
100+
101+
Version: 0.12
102+
Date: 2022-08-27
103+
104+
- fixed bug where on installation some packages would download the
105+
the wrong file
106+
107+
----------------------------------------
108+
109+
Version: 0.13
110+
Date: 2022-08-27
111+
112+
- fixed bug in upgrade routine
113+
114+
----------------------------------------
115+
116+
Version: 0.14
117+
Date: 2022-09-25
118+
119+
- fixed bug where some packages would not install properly
120+
- fixed bug where some packages are not found properly
121+
----------------------------------------
122+
123+
Version: 0.15
124+
Date: 2022-09-26
125+
126+
- fixed bug where some packages would not download/install properly
127+
128+
----------------------------------------
129+
130+
Version: 0.16
131+
Date: 2022-10-02
132+
133+
- fixed bug in update routine where some packages won't update properly
134+
135+
----------------------------------------
136+
137+
Version: 0.17
138+
Date: 2022-10-12
139+
140+
- fixed bug in checksum routine where some packages won't install
141+
142+
----------------------------------------
143+
144+
Version: 0.18
145+
Date: 2022-10-27
146+
147+
- fixed a few typos
148+
- fix for search/install routine when package list doesn't follow the
149+
Slackware standard
150+
- minor changes and cleanup to search/install/upgrade routine
151+
152+
----------------------------------------
153+
154+
Version: 0.19
155+
Date: 2022-11-10
156+
157+
- fixed bug in install routine if package is found in multiple sources
158+
where the correct version is downloaded but installation fails
159+
- fixed bug in install routine which doesn't always install latest version
160+
if package is available in multiple sources
161+
- fixed bug in upgrade routine which doesn't always install latest version
162+
if package is available in multiple source
163+
164+
----------------------------------------
165+
166+
Version: 0.20
167+
Date: 2022-11-13
168+
169+
- fixed bug in update routine for commented and empty lines
170+
171+
----------------------------------------
172+
173+
Version: 0.21
174+
Date: 2023-02-02
175+
176+
- fixed bug for repositories with .sha256 files
177+
178+
----------------------------------------
179+
180+
Version: 0.22
181+
Date: 2023-03-17
182+
183+
- fixed bug where packages are not installing correctly if line
184+
is commented in sources.list
185+
186+
----------------------------------------
187+
188+
Version: 0.23
189+
Date: 2023-03-26
190+
191+
- another bugfix for commented line(s) in sources.list
192+
----------------------------------------
193+
194+
Version: 0.24
195+
Date: 2023-07-19
196+
197+
- added '--force'/'-f' option to 'upgrade' to force an update from packages
198+
The option 'un-get upgrade --force' will pull all existing packages again
199+
but don't install them in case you change from Slackware 15.0 to current
200+
or vice versa. The new packages will be installed on reboot.
201+
ATTENTION: If packages are not found in the new repositories they will be
202+
uninstalled immediately after confirming the force upgrade.
203+
- fixed bug in remove_package routine
204+
205+
----------------------------------------
206+
Version: 0.25
207+
Date: 2023-11-12
208+
209+
- Corrections for spelling & grammatical errors in user-visible statements
210+
----------------------------------------
211+
212+
----------------------------------------
213+
Version: 0.26
214+
Date: 2024-04-09
215+
216+
- Fixed bug where some packages won't install properly if multiple are found
217+
in repositories
218+
- Move changelog into separate file
219+
- Read version from changelog
220+
----------------------------------------

0 commit comments

Comments
 (0)