aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2013-06-27 08:47:26 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2013-06-27 08:47:26 +0000
commit9d6a697a14b2e3f510f39d45cfc22e20968847ce (patch)
tree7b8619dd416032b146754882d2dc83b4e79d0841 /UPDATING
parent571c74d2a07c56befc819047033b81dca67f87b5 (diff)
downloadports-9d6a697a14b2e3f510f39d45cfc22e20968847ce.tar.gz
ports-9d6a697a14b2e3f510f39d45cfc22e20968847ce.zip
Upgraded port to the latest 3.6.16 revision.
Notes
Notes: svn path=/head/; revision=321875
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING29
1 files changed, 29 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0550fae6ab7a..6154375dd4a4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,35 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130627:
+ AFFECTS: users of net/samba36
+ AUTHOR: timur@FreeBSD.org
+
+ Samba has updated format of it's printing tdbs (ntprinting.tdb, ntforms.tdb,
+ ntdrivers.tdb) to include character encoding. When updating from Samba 3.5
+ or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to new registry
+ based printing management. This implies also character conversion.
+
+ You have to specify the correct code page for the conversion, see iconv -l.
+ The mostly used one is Windows Latin1 which is CP1252.
+
+ You can correctly view the tdb with:
+
+ # net printing dump encoding=CP1252 /path/to/ntprinters.tdb
+
+ or migrate it with e.g.:
+
+ # net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
+
+ If you migrate printers it is suggest to do it in the following order:
+
+ ntforms.tdb
+ ntdrivers.tdb
+ ntprinting.tdb
+
+ Don't forget to rename, move or delete these files in /var/db/samba after
+ the migration.
+
20130623:
AFFECTS: users of net-im/mikutter003
AUTHOR: tota@FreeBSD.org