summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-02-11 15:23:23 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-02-11 15:23:23 +0100
commitaaa4bb5e2d96f16a5b6b78c468632017d0e52fdd (patch)
tree929938ae089ac32da8afc2642170aa147444ffd9 /UPGRADING
parentc332c0a0f5ddd2c3dd5b02d91bac2c487dc44651 (diff)
downloadaur-aaa4bb5e2d96f16a5b6b78c468632017d0e52fdd.tar.gz
aur-aaa4bb5e2d96f16a5b6b78c468632017d0e52fdd.tar.xz
Add note about aurblup to "UPGRADING".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 9fd3c9c3..9a73f25e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -61,6 +61,24 @@ for pkg in *; do
done
----
+4. (optional): 1.8.0 includes a helper utility called "aurblup" that can be
+used to prevent users from uploading source packages with names identical to
+packages in predefined binary repos, e.g. the official repositories of your
+distribution. In order to build and install aurblup, enter the following
+commands:
+
+ cd scripts/aurblup/
+ make config.h
+ $EDITOR config.h
+ make install # as root
+
+Add something like "0 * * * * /usr/local/bin/aurblup" to root's crontab to make
+aurblup update the package blacklist every hour.
+
+NOTE: You can run aurblup as non-privileged user as well. Make sure that the
+user has read-write access to "/var/lib/aurblup/" (or whatever you defined with
+"ALPM_DBPATH") tho.
+
From 1.6.0 to 1.7.0
-------------------
ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT '';