-
Notifications
You must be signed in to change notification settings - Fork 8
/
NEWS
24 lines (20 loc) · 860 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
v9:
- xbps-src now copies /etc/services to the chroot (masterdir) to make
https URLs work with xbps-uhelper.
- The home directory of the user running xbps-src for chroot operations
has been changed to /tmp.
- The changes listed above are *only* applied on newly created chroots.
v8:
- xbps-src failed to detect required shlibs from the same package, when
them were symlinks and not real files.
v7:
- xbps-src now provides required XBPS configuration file for use in
chroot operations, adding local repositories by default.
v6:
- Fixed the 'show-deps' target to show dependencies that contain the +
character on its pkgname.
v5:
- Implemented 'show-deps' target to print build or run time dependencies
for a source package.
- It's possible to use xbps-src code from non-default PATH by setting the
environment variable DESTDIR.