blob: be926a3cb4b638ae60d9519e399c5912e1aebf8a (
plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
simplepkg changelog
-------------------
0.4.9pre18: simplaret:
- enhanced http retrieval: curl support
- enhanced verbosity
0.4.9pre10-17: lots of simplaret fixes
0.4.9pre9: createpkg:
- speedup
- ncftpget support
- timeout support
- sets the correct architecture
deleted jail-upgrade
removed swaret support
0.4.9pre8: createpkg: bugfix
common.sh:
- enhanced config file evaluation
- fixed function default_arch
simplaret:
- config evaluation via common.sh
- new config parameter SIMPLARET_PURGE_PATCHES
0.4.9pre7: repos: added patches/ metafile creation
jail-upgrade:
- added option CONSIDER_ALL_PACKAGES_AS_PATCHES
- merged swaret and simplaret upgrade procedures
- act recursively on patches' folder
simplaret: lots of changes, most important are:
- new repository scheme, take a look at repos.conf.new.
- --get looks first to PATCHES repositories, then ROOT,
then REPOS and finally at NOARCH repositories; the
firts matching package is downloaded.
- new config parameter ROOT_PRIORITY set the priority
of folder lookup at a ROOT repository, defaults to
"patches slackware extra testing pasture".
- for --get, check if an already existing package
in the local repository has the same version and
build number, otherwise erase the old and download
the new one.
- fixed --get-paches
- added --upgrade option
- added --install
- added --remove
- new config parameter DOWNLOAD_EVEN_APPLIED_PATCHES
createpkg: lots of changes...
0.4.9pre6: createpkg:
- fixes
- now with slackbuild error handling
- increased verbosity
small fixes on rebuildpkg
lspkg enhancements
simplaret fix on --purge
updated default repos.conf
0.4.9pre5: added script "repos"
moved simplaret to /usr/bin
0.4.9pre4: createpkg: better command line evaluation,
now using "upgradepkg --install-new" to
install a package and added the command
line option --no-deps so createpkg doesn't
goes down to solve all slack-required
dependencies.
0.4.9pre3: small fix on createpkg when handling with
slackbuilds with similar names
0.4.9pre2: fixed simplepkg.SlackBuild
fixed doinst.sh
re-organized the source repository
added createpkg
updated README and README.pt_BR
0.4.8: simplaret: removed extra folder from slamd64 definition
and fixed a typo
0.4.7: templatepkg bugfix on blank template lines and on package deletion
changed simplaret working dir in simplaret.conf.new
0.4.6: small bugfix on jail-update that prevented template update
0.4.5: vserver template update
0.4.4: WARNING option on config file for simplaret
SILENT env var, if a non-zero value, keeps simplaret
work silenty when purging and works like if WANRING is set
to not null.
add SIMPLARET_DELETE_DURING config parameter: when set
to a non-zero value deletes each package rigth after its
installation
0.4.3: openoffice.org template
0.4.2: common.sh: fix on install_packages when handling
with similar package names
0.4.1: templatepkg: fixed tagfiles and comment handling
0.4: multi-plataform and version management
now simplepkg supports jails with architectures and versions
others than the main system, read the docs for details.
added simplaret: a small script for downloading packages
jail-upgrade
* arch checking via /etc/slackware-version on each jail
* supports multi-arch and multi-version repository
* integrated with simplaret
common.sh: improved functions to support simplaret
0.3.7-0.3.9: bugfix releases
0.3.6: added "-u" option to eval_config to ask for a swaret --update
0.3.5: "main" jail support for jail-update
0.3.4: started changelog :)
|