Glenn L McGrath
|
6ab32eb34c
Move data_extract_all_prefix to dpkg, its only used there.
|
il y a 22 ans |
Glenn L McGrath
|
61b7904afd
Update dpkg to use new unarchive code
|
il y a 22 ans |
Glenn L McGrath
|
a94a06a38e
Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking.
|
il y a 22 ans |
Matt Kraai
|
39fcb5a750
* archival/dpkg.c (create_list): Use chomp.
|
il y a 23 ans |
Matt Kraai
|
1f0c43668a
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
|
il y a 23 ans |
Glenn L McGrath
|
aad44fb37a
Fix some fegfaults and picket fence
|
il y a 23 ans |
Glenn L McGrath
|
1dbbd2fe34
Fail gracefully if package depends on a virtual package.
|
il y a 23 ans |
Matt Kraai
|
efd7f03657
Fix opt type in dpkg (closes: #118975).
|
il y a 23 ans |
Glenn L McGrath
|
0a25b35c66
Fix create list segfault
|
il y a 23 ans |
Glenn L McGrath
|
ef0eab514d
Recovering from my previous commit
|
il y a 23 ans |
Glenn L McGrath
|
0d2fb76c11
Modify applets to use libunarchive
|
il y a 23 ans |
Glenn L McGrath
|
6ccdd8c122
Abort if scripts return value != 0
|
il y a 23 ans |
Matt Kraai
|
a7512d74fa
Process extra empty lines correctly.
|
il y a 23 ans |
Matt Kraai
|
3dd4f5ed69
Remove xmalloc calls.
|
il y a 23 ans |
Glenn L McGrath
|
30f68908ef
Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly.
|
il y a 23 ans |
Glenn L McGrath
|
f28d819554
status_package_num should refer to package not status.
|
il y a 23 ans |
Glenn L McGrath
|
a8412dbf39
Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten.
|
il y a 23 ans |
Glenn L McGrath
|
35636540ea
Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan
|
il y a 23 ans |
Glenn L McGrath
|
95bfe631a4
Fix return status, picked up by Stefan
|
il y a 23 ans |
Glenn L McGrath
|
dece3c5684
The <package>.list file was prepending "./" to the files, fixed that.
|
il y a 23 ans |
Glenn L McGrath
|
b8f5adb64f
Dont free everytime getline() is used, fix from Stefan Soucek
|
il y a 23 ans |
Glenn L McGrath
|
48cc89b738
Fix to make preinst run when required, from Stefan Soucek
|
il y a 23 ans |
Glenn L McGrath
|
e73866181f
Implement dpkg -l option, from Stefan Soucek (slightly modified)
|
il y a 23 ans |
Glenn L McGrath
|
bac490fe53
Fix version comparision bug
|
il y a 23 ans |
Glenn L McGrath
|
81108e7653
Cleanup (most) memory leaks
|
il y a 23 ans |
Glenn L McGrath
|
c3fbec73fb
Change read_package_field interface, and rewrite using low level functions
|
il y a 23 ans |
Glenn L McGrath
|
778041f8d1
Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command
|
il y a 23 ans |
Glenn L McGrath
|
ed4492a697
More feedback to user
|
il y a 23 ans |
Glenn L McGrath
|
7b0241579c
Be more verbose when configureing package, minor changes
|
il y a 23 ans |
Glenn L McGrath
|
4cdc607f72
Use xfopen to abort on error to prevent segfaulting later.
|
il y a 23 ans |