Magellan Linux

Diff of /tags/mage-0_4_111/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1687 by niro, Mon Feb 6 10:28:21 2012 UTC revision 3043 by niro, Fri Jun 30 12:38:21 2017 UTC
# Line 1  Line 1 
1    2017-06-30  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3042] VERSION:
4      -version 0.4.110
5     * [r3040] usr/lib/mage/mage4.functions.sh:
6      -mchecksum(): added sanity check for missing checksum files
7     * [r3039] VERSION:
8      -version 0.4.109
9     * [r3037] usr/lib/mage/smage2.functions.sh:
10      -added marchvariable() function and make use of it
11     * [r3034] Makefile, usr/lib/mage/mage.rc.global.in,
12      usr/lib/mage/smage2.sh:
13      -updated and hardened default compiler flags, not using -mtune=
14      but always 'generic
15    
16    2015-12-08  Niels Rogalla <niro@magellan-linux.de>
17    
18     * [r2919] usr/lib/mage/autodepend.sh:
19      -fixed a small prefix issue
20    
21    2015-11-30  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r2917] usr/lib/mage/mkinfodir:
24      -coding style update
25     * [r2915] usr/lib/mage/mkinfodir:
26      -added some sanity checks
27    
28    2015-03-20  Niels Rogalla <niro@magellan-linux.de>
29    
30     * [r2869] usr/lib/mage/smage2.functions.sh:
31      -build mpks for virtual as well to support build-server builds
32    
33    2015-03-19  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r2867] usr/lib/mage/mage4.functions.sh:
36      mdownload(): support file:// uris to support file injections
37      which the alx branch use with src-tarballs
38    
39    2015-02-13  Niels Rogalla <niro@magellan-linux.de>
40    
41     * [r2863] usr/lib/mage/smage2.sh:
42      -smage build log: log sterr too
43    
44    2014-10-31  Niels Rogalla <niro@magellan-linux.de>
45    
46     * [r2845] ChangeLog:
47      -updated ChangeLog
48     * [r2844] VERSION:
49      -version 0.4.108
50     * [r2842] usr/lib/mage/smage2.functions.sh:
51      -always create a mpks even if no SRC_URI was defined, only ignore
52      the mpks-build on virtual packages
53    
54    2014-10-24  Niels Rogalla <niro@magellan-linux.de>
55    
56     * [r2840] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
57      -support deep and simple build-prerequisites, which reduces the
58      overhead as they only respect the sdepend of the target
59      mage/smagefile and not from all deps
60    
61    2014-10-22  Niels Rogalla <niro@magellan-linux.de>
62    
63     * [r2838] usr/lib/mage/depwalker.sh:
64      -load mage-features to support them with the smagesource()
65      function
66    
67    2014-09-19  Niels Rogalla <niro@magellan-linux.de>
68    
69     * [r2834] ChangeLog:
70      -updated ChangeLog
71     * [r2833] VERSION:
72      -version 0.4.107
73     * [r2831] usr/lib/mage/depwalker.sh,
74      usr/lib/mage/smage2.functions.sh:
75      -evaluate march[s|]depend() right if depwalker calls the
76      smagefile directly
77    
78    2014-09-17  Niels Rogalla <niro@magellan-linux.de>
79    
80     * [r2827] usr/lib/mage/depwalker.sh:
81      -spelling
82     * [r2826] usr/lib/mage/depwalker.sh:
83      -revert commit r2735 - deps of highest_depfile must be checked
84      before adding it to the ALL_DEPS var, so that they get installed
85      before highest_depfile and not after it
86    
87    2014-09-09  Niels Rogalla <niro@magellan-linux.de>
88    
89     * [r2824] usr/lib/mage/autodepend.sh:
90      -whitespaces
91     * [r2823] usr/lib/mage/autodepend.sh:
92      -print sonames which where not found
93    
94    2014-09-02  Niels Rogalla <niro@magellan-linux.de>
95    
96     * [r2805] usr/lib/mage/mage.rc.global.in, usr/lib/mage/smage2.sh:
97      -make smage log directory configurable
98     * [r2803] usr/lib/mage/autodepend.sh:
99      -fixed broken use-move honor logic
100    
101    2014-08-14  Niels Rogalla <niro@magellan-linux.de>
102    
103     * [r2755] ChangeLog:
104      -updated ChangeLog
105     * [r2754] VERSION:
106      -version 0.4.106
107     * [r2752] usr/lib/mage/mage4.functions.sh:
108      -fixed broken count_installed_pkgs() function
109     * [r2751] usr/lib/mage/museradd:
110      -ignore -l switch when running usermod
111    
112    2014-08-13  Niels Rogalla <niro@magellan-linux.de>
113    
114     * [r2744] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
115      -renamed src_setup() function to the more appropriate name
116      pkg_setup()
117    
118    2014-08-12  Niels Rogalla <niro@magellan-linux.de>
119    
120     * [r2742] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
121      -introduce src_setup function
122     * [r2740] ChangeLog:
123      -updated ChangeLog
124     * [r2739] VERSION:
125      -version 0.4.105
126     * [r2738] usr/lib/mage/depwalker.sh:
127      -fixed spelling
128     * [r2735] usr/lib/mage/depwalker.sh:
129      -fixed a logic error/race-condition in depwalker, where the
130      highest_magefile was added too late to ALLDEPS
131    
132    2014-07-22  Niels Rogalla <niro@magellan-linux.de>
133    
134     * [r2724] usr/lib/mage/mage4.functions.sh:
135      -fixed a typo MAGE_FEATURE_CURRENT -> MAGE_FEATURES_CURRENT
136     * [r2723] usr/lib/mage/museradd:
137      -museradd: busybox does not support -l switch
138    
139    2014-03-27  Niels Rogalla <niro@magellan-linux.de>
140    
141     * [r2636] usr/lib/mage/etc-update:
142      -be busybox friendly
143     * [r2633] ChangeLog:
144      -updated ChangeLog
145     * [r2632] VERSION:
146      -version 0.4.104
147    
148    2014-02-14  Niels Rogalla <niro@magellan-linux.de>
149    
150     * [r2589] usr/lib/mage/smage2.sh:
151      -regen mage files *after* successful build
152    
153    2014-01-29  Niels Rogalla <niro@magellan-linux.de>
154    
155     * [r2522] usr/lib/mage/search_soname.sh:
156      -scanelf 0.7 has a bug, it ignores the first element in the path
157    
158    2014-01-06  Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r2378] ChangeLog:
161      -updated ChangeLog
162     * [r2377] VERSION:
163      -version 0.4.103
164     * [r2376] usr/lib/mage/depwalker.sh:
165      -fixed a typo and whitespaces
166     * [r2374] ChangeLog:
167      -updated ChangeLog
168     * [r2373] VERSION:
169      -version 0.4.102
170     * [r2372] usr/lib/mage/mage4.functions.sh:
171      -fixed a logic issue
172     * [r2371] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
173      -introduce rerun_pkgfunctions() and let the user re-run
174      preinstall|postinstall parts of an installed package
175     * [r2369] ChangeLog:
176      -updated ChangeLog
177     * [r2368] VERSION:
178      -version 0.4.101
179     * [r2367] usr/lib/mage/meta-generator.sh:
180      -split meta data and content data to seperate files into a dir
181      named PKGMETADIR
182     * [r2366] usr/lib/mage/meta-generator.sh:
183      -renamed variable METAFILE to PKGMETAFILE
184     * [r2365] usr/lib/mage/generate_meta_data.sh,
185      usr/lib/mage/mage4.functions.sh,
186      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
187      -drop obsolete MAGE_TARGETS support
188     * [r2364] usr/lib/mage/mage4.functions.sh:
189      sminclude(): honor SILENT=1
190     * [r2363] usr/lib/mage/smage2.functions.sh:
191      sminclude(): honor SILENT=1
192     * [r2362] usr/lib/mage/smage2.functions.sh:
193      -marchdepend(), marchsdepend(), marchsrcdir(): make the used
194      variable variable
195     * [r2361] usr/lib/mage/smage2.functions.sh:
196      -fixed whitespaces
197     * [r2360] usr/lib/mage/depwalker.sh:
198      -added --smage switch to support depwalking of smage2 files
199     * [r2359] usr/lib/mage/depwalker.sh:
200      -fixed wrong methods in usage()
201     * [r2358] usr/lib/mage/mage4.sh:
202      -fixed usage description of install/pretend-build-prerequisites
203    
204    2013-12-06  Niels Rogalla <niro@magellan-linux.de>
205    
206     * [r2296] usr/lib/mage/meta-generator.sh:
207      -load mage-features
208     * [r2295] usr/lib/mage/meta-generator.sh:
209      -fixed race-condition
210     * [r2294] usr/lib/mage/meta-generator.sh:
211      -distrotag() -> print_distrotag()
212     * [r2293] usr/lib/mage/meta-generator.sh:
213      -enabled inherits and SPLIT_PACKAGE_BASE information
214     * [r2292] usr/lib/mage/meta-generator.sh:
215      -fixed PCATEGORIE->PCAT
216     * [r2291] usr/lib/mage/meta-generator.sh:
217      -honor distrotag everywhere
218     * [r2290] usr/lib/mage/meta-generator.sh:
219      -pull in smage2 functions
220     * [r2289] usr/lib/mage/meta-generator.sh:
221      -use smagesource() to honor distrotags
222     * [r2288] usr/lib/mage/meta-generator.sh:
223      -some sanity checks
224     * [r2287] usr/lib/mage/meta-generator.sh[ADD]:
225      -initial release
226    
227    2013-12-02  Niels Rogalla <niro@magellan-linux.de>
228    
229     * [r2286] usr/lib/mage/depwalker.sh:
230      -fixed broken pretend/install-build-prerequisites commands
231     * [r2285] usr/lib/mage/depwalker.sh:
232      -introduced decho() and replaced all debug messages with this
233      function
234    
235    2013-11-20  Niels Rogalla <niro@magellan-linux.de>
236    
237     * [r2283] ChangeLog:
238      -updated ChangeLog
239     * [r2282] VERSION:
240      -version 0.4.100
241     * [r2281] usr/lib/mage/depwalker.sh:
242      -provide enhanced debug information
243     * [r2280] usr/lib/mage/depwalker.sh:
244      -fixed broken upgrade methods with commit r2195 and r2210
245    
246    2013-10-25  Niels Rogalla <niro@magellan-linux.de>
247    
248     * [r2278] ChangeLog:
249      -updated ChangeLog
250     * [r2277] VERSION:
251      -version 0.4.99
252     * [r2276] usr/lib/mage/depwalker.sh:
253      -mention that pcat is mandatory
254     * [r2275] usr/lib/mage/depwalker.sh:
255      -fixed spelling
256     * [r2274] usr/lib/mage/depwalker.sh:
257      -fixed line-wrap
258     * [r2273] usr/lib/mage/mage.rc.global.in, usr/lib/mage/mage4.sh:
259      -make the default update method for the package database
260      selectable
261     * [r2272] usr/lib/mage/mage4.functions.sh:
262      -try to resume downloads via checksum like we do in smage2 -
263      fixme: this will check checksums twice
264     * [r2271] usr/lib/mage/mage4.functions.sh:
265      -simplify pkgname/pkgfile usage
266     * [r2270] usr/lib/mage/mage4.functions.sh:
267      -fixed whitespaces
268     * [r2269] usr/lib/mage/depwalker.sh:
269      -fixed usage
270     * [r2268] usr/lib/mage/autodepend.sh,
271      usr/lib/mage/create_desktop_app.sh,
272      usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh,
273      usr/lib/mage/mgroupadd, usr/lib/mage/mgroupdel,
274      usr/lib/mage/mkinfodir, usr/lib/mage/museradd,
275      usr/lib/mage/muserdel, usr/lib/mage/pkg_all_sources.sh,
276      usr/lib/mage/search_soname.sh:
277      -fixed header
278    
279    2013-10-16  Niels Rogalla <niro@magellan-linux.de>
280    
281     * [r2233] usr/lib/mage/mage4.sh:
282      -download and srcdownload require root privileges
283     * [r2232] usr/lib/mage/mage4.functions.sh:
284      -mchecksum(): only print errors while running the file-size check
285      to not clutter any output
286     * [r2230] ChangeLog:
287      -updated ChangeLog
288     * [r2229] VERSION:
289      -version 0.4.98
290     * [r2228] Makefile:
291      -fixed header
292     * [r2227] Makefile:
293      -removed non-sense DESTDIR definition
294     * [r2226] Makefile:
295      -fixed whitespaces
296     * [r2225] usr/lib/mage/mage4.functions.sh:
297      -mchecksum(): check for zero file-size, which is not allowed
298     * [r2224] usr/lib/mage/mage4.functions.sh:
299      get_highest_magefile(): print debug messages to stderr to not
300      break the return values
301     * [r2223] usr/lib/mage/mage4.functions.sh:
302      -removed which dependency
303     * [r2222] usr/lib/mage/mage4.sh:
304      die(): only print debug infos on request and always clean the
305      xtitles
306     * [r2221] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
307      -allow debug mode for depwalker
308     * [r2220] usr/lib/mage/depwalker.sh:
309      -fixed whitespaces
310    
311    2013-10-14  Niels Rogalla <niro@magellan-linux.de>
312    
313     * [r2210] usr/lib/mage/depwalker.sh, usr/lib/mage/mage4.sh:
314      -add support for build-prerequisites
315     * [r2209] usr/lib/mage/smage2.sh:
316      -add MLIBDIR to default path
317    
318    2013-10-10  Niels Rogalla <niro@magellan-linux.de>
319    
320     * [r2195] usr/lib/mage/depwalker.sh:
321      -depwalker: do not add loop dependencies to the install list
322      twice
323    
324    2013-09-02  Niels Rogalla <niro@magellan-linux.de>
325    
326     * [r2176] ChangeLog:
327      -updated ChangeLog
328     * [r2175] VERSION:
329      -version 0.4.97
330    
331    2013-08-17  Niels Rogalla <niro@magellan-linux.de>
332    
333     * [r2174] usr/lib/mage/museradd:
334      -fix_usermod_opts(): fixed broken -M handling, go trough *all*
335      opts
336    
337    2013-08-15  Niels Rogalla <niro@magellan-linux.de>
338    
339     * [r2173] usr/lib/mage/mage.rc.global.in:
340      -disable icecc by default
341     * [r2172] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
342      -fix broken icecc feature, icecream -> icecc
343    
344    2013-08-14  Niels Rogalla <niro@magellan-linux.de>
345    
346     * [r2167] usr/lib/mage/mage4.functions.sh:
347      -added icecc to known mage features
348     * [r2165] ChangeLog:
349      -updated ChangeLog
350     * [r2164] VERSION:
351      -version 0.4.96
352     * [r2163] usr/lib/mage/smage2.functions.sh:
353      -split_restore_variables(): fixed a logical error SPECIAL_VARS->
354      SPECIAL_FUNCTIONS
355     * [r2161] ChangeLog:
356      -updated ChangeLog
357     * [r2160] VERSION:
358      -version 0.4.95
359     * [r2159] etc/mage.rc.example, usr/lib/mage/mage.rc.global.in,
360      usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
361      -support icecream distributed cc (icecc)
362     * [r2158] usr/lib/mage/smage2.functions.sh:
363      -split_packages: honor and protect SPECIAL_FUNCTIONS variable
364     * [r2157] usr/lib/mage/smage2.functions.sh, usr/lib/mage/smage2.sh:
365      -added mqalint support and use a stub function until we provide
366      lint check tools offically
367     * [r2156] usr/lib/mage/mage4.functions.sh, usr/lib/mage/mage4.sh:
368      -introduce unpack_package() function to unpack single packages
369      and do unpack of a package while installing phase and not all
370      packages at once to save space
371     * [r2155] usr/lib/mage/ldd-fix.sh:
372      -make use of magequery
373    
374    2013-07-15  Niels Rogalla <niro@magellan-linux.de>
375    
376     * [r2144] ChangeLog:
377      -updated ChangeLog
378     * [r2143] VERSION:
379      -version 0.4.94
380     * [r2142] usr/lib/mage/museradd:
381      -add support for -M/-H of useradd/adduser to suppress homedir
382      creation. usermod does not support this switch, it must be
383      ignored
384     * [r2141] usr/lib/mage/depwalker.sh:
385      -print invalid apps and do not print errors
386     * [r2140] usr/lib/mage/smage2.functions.sh:
387      -remove excessive tabbing and duplicate entries from dependencies
388    
389    2013-02-01  Niels Rogalla <niro@magellan-linux.de>
390    
391     * [r2047] ChangeLog:
392      -updated ChangeLog
393     * [r2046] VERSION:
394      -version 0.4.93
395     * [r2045] usr/lib/mage/mage.rc.global.in:
396      -fixed whitespaces
397     * [r2044] usr/lib/mage/mage.rc.global.in:
398      -fixed buildpkg -> pkgbuild in description
399     * [r2043] usr/lib/mage/smage2.sh:
400      -honor PKGTYPE=virtual in all split_package cases
401     * [r2042] usr/lib/mage/smage2.sh:
402      -improved split_package handling and honor split_info for all
403      cases
404     * [r2041] usr/lib/mage/smage2.functions.sh:
405      -fixed whitespaces
406     * [r2040] usr/lib/mage/smage2.functions.sh:
407      -do not save/restore PKGTYPE twice for split_packages
408     * [r2039] usr/lib/mage/autodepend.sh:
409      -really honor prefix
410    
411    2012-11-19  Niels Rogalla <niro@magellan-linux.de>
412    
413     * [r1993] ChangeLog:
414      -updated ChangeLog
415     * [r1992] VERSION:
416      -version 0.4.92
417    
418    2012-10-26  Niels Rogalla <niro@magellan-linux.de>
419    
420     * [r1963] usr/lib/mage/mage4.functions.sh:
421      -fixed a cmd typo: xarg -> xargs
422    
423    2012-10-25  Niels Rogalla <niro@magellan-linux.de>
424    
425     * [r1962] usr/lib/mage/mage4.functions.sh:
426      -enhanced protected files counter with bash internal base
427      functions
428     * [r1961] usr/lib/mage/mage4.functions.sh:
429      -print cosmetic
430    
431    2012-10-12  Niels Rogalla <niro@magellan-linux.de>
432    
433     * [r1955] usr/lib/mage/pkg_all_sources.sh:
434      -fixed whitespaces
435     * [r1954] usr/lib/mage/autodepend.sh:
436      -honor usr-move and resolve full soname pathes to improved the
437      file search in the package database
438     * [r1953] usr/lib/mage/search_soname.sh:
439      -improved soname detection
440     * [r1952] usr/lib/mage/mage4.functions.sh:
441      -fixed need_busybox_support() function to honor USR-move
442     * [r1951] usr/lib/mage/mgroupadd, usr/lib/mage/museradd:
443      -users created by packagemanagement should be system users
444    
445    2012-04-11  Niels Rogalla <niro@magellan-linux.de>
446    
447     * [r1798] ChangeLog:
448      -updated ChangeLog
449     * [r1797] VERSION:
450      version 0.4.91
451     * [r1796] usr/lib/mage/smage2.functions.sh:
452      -marchsrcfile: add $1 to make different variable names possible
453     * [r1795] usr/lib/mage/smage2.functions.sh:
454      -show full path to file which gets unpacked
455    
456    2012-03-12  Niels Rogalla <niro@magellan-linux.de>
457    
458     * [r1786] ChangeLog:
459      -updated ChangeLog
460     * [r1785] VERSION:
461      -version 0.4.90
462     * [r1784] usr/lib/mage/smage2.sh:
463      -honor !pkgbuild with split_packages and respect variables set in
464      split_info too
465     * [r1783] usr/lib/mage/magequery.sh:
466      -always export C locale to fix utf-8 issues
467     * [r1782] usr/lib/mage/ldd-fix.sh:
468      -honor multiple argvs
469     * [r1781] usr/lib/mage/mage4.functions.sh:
470      -added some nice colors for mprintfeatures()
471     * [r1780] usr/lib/mage/mage4.sh:
472      -added option 'print-features'
473     * [r1779] usr/lib/mage/env-rebuild.sh:
474      -handle XDG dirs right and fix glib gio/schema errors
475    
476    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
477    
478     * [r1764] ChangeLog:
479      -updated ChangeLog
480     * [r1763] VERSION:
481      -version 0.4.89
482     * [r1762] usr/lib/mage/mage4.functions.sh:
483      -fixed a typo
484     * [r1760] ChangeLog:
485      -updated ChangeLog
486     * [r1759] VERSION:
487      -version 0.4.88
488     * [r1758] usr/lib/mage/mage4.functions.sh:
489      -improved count_protected_files() function to fix several issues
490    
491    2012-02-16  Niels Rogalla <niro@magellan-linux.de>
492    
493     * [r1690] usr/lib/mage/mage4.functions.sh:
494      -fixed broken mtime handling of symlinks
495     * [r1689] usr/lib/mage/smage2.functions.sh:
496      -added march(), marchsrfile(), marchsrcdir(), marchdepend(),
497      marchsdepend() functions
498    
499  2012-02-06  Niels Rogalla <niro@magellan-linux.de>  2012-02-06  Niels Rogalla <niro@magellan-linux.de>
500    
501     * [r1687] ChangeLog:
502      -updated ChangeLog
503   * [r1686] VERSION:   * [r1686] VERSION:
504    -version 0.4.87    -version 0.4.87
505   * [r1685] usr/lib/mage/mage.rc.global.in:   * [r1685] usr/lib/mage/mage.rc.global.in:

Legend:
Removed from v.1687  
changed lines
  Added in v.3043