[paketler-commits] r14491 - in devel/applications/hardware/bluez-utils: . comar files
paketler-uludag at uludag.org.tr
paketler-uludag at uludag.org.tr
1 Kas 2006 Çar 01:04:58 EET
Author: erdinc
Date: Wed Nov 1 01:04:58 2006
New Revision: 14491
Added:
devel/applications/hardware/bluez-utils/files/bluez-pin-exec-patch-r2.diff.bz2 (contents, props changed)
devel/applications/hardware/bluez-utils/files/bluez-utils-3.7-newconn-name.patch
Modified:
devel/applications/hardware/bluez-utils/actions.py
devel/applications/hardware/bluez-utils/comar/service.py
devel/applications/hardware/bluez-utils/files/40-bluetooth.rules
devel/applications/hardware/bluez-utils/files/hcid.conf
devel/applications/hardware/bluez-utils/pspec.xml
Log:
version bump
Modified: devel/applications/hardware/bluez-utils/actions.py
=================================================================
--- devel/applications/hardware/bluez-utils/actions.py (original)
+++ devel/applications/hardware/bluez-utils/actions.py Wed Nov 1 01:04:58 2006
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
#
# Copyright 2005,2006 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
@@ -10,33 +10,30 @@
from pisi.actionsapi import get
def setup():
- pisitools.dosed("hcid/hcid.conf", "security auto;", "security user;")
- pisitools.dosed("hcid/hcid.conf", "pin_helper /usr/bin/bluepin;", "pin_helper /etc/bluetooth/pin-helper;")
-
pisitools.dosed("scripts/bluetooth.default", "HIDD_ENABLE=true", "HIDD_ENABLE=false")
pisitools.dosed("scripts/bluetooth.default", "HID2HCI_ENABLE=true", "HID2HCI_ENABLE=false")
- autotools.configure("--enable-alsa \
- --enable-cups \
- --enable-dbus \
- --enable-avctrl \
- --enable-dfutool \
- --enable-hid2hci \
- --enable-obex \
- --disable-initscripts \
- --localstatedir=/var")
+ autotools.configure("--enable-pie \
+ --enable-alsa \
+ --enable-cups \
+ --enable-dbus \
+ --enable-bccmd \
+ --enable-avctrl \
+ --enable-dfutool \
+ --enable-hid2hci \
+ --enable-obex \
+ --enable-fuse \
+ --disable-initscripts \
+ --localstatedir=/var")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
-
pisitools.insinto("/etc/conf.d/", "scripts/bluetooth.default", "bluetooth")
# optional bluetooth utils
- pisitools.dosbin("tools/bccmd")
+ pisitools.dobin("hcid/passkey-agent")
pisitools.dosbin("tools/hcisecfilter")
pisitools.dosbin("tools/ppporc")
- pisitools.dosbin("tools/pskey")
Modified: devel/applications/hardware/bluez-utils/comar/service.py
=================================================================
--- devel/applications/hardware/bluez-utils/comar/service.py (original)
+++ devel/applications/hardware/bluez-utils/comar/service.py Wed Nov 1 01:04:58 2006
@@ -18,7 +18,7 @@
if cfg("HCID_ENABLE") == "true" and cfg_exists("HCID_CONFIG"):
run("/sbin/start-stop-daemon --start --quiet \
- --exec /usr/sbin/hcid -- -f %s" % cfg("HCID_CONFIG", ""))
+ --exec /usr/sbin/hcid -- -f %s" % cfg("HCID_CONFIG", ""))
if cfg("SDPD_ENABLE") == "true":
run("/sbin/start-stop-daemon --start --quiet --exec /usr/sbin/sdpd")
@@ -43,13 +43,14 @@
for i in uart_conf:
run("/usr/sbin/hciattach %s" % i)
+ run("/sbin/start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/passkey.pid --exec /usr/bin/passkey-agent -- --default /etc/bluetooth/pin-helper")
notify("System.Service.changed", "started")
def stop():
config = loadConfig()
cfg = lambda x, xx="false": config.get(x, xx)
-
+
if cfg("PAND_ENABLE") == "true":
run("/sbin/start-stop-daemon --stop --quiet --exec /usr/bin/pand")
@@ -69,5 +70,9 @@
run("/sbin/start-stop-daemon --stop --quiet --exec /usr/sbin/hcid")
run("/usr/bin/killall hciattach")
+ run("/sbin/start-stop-daemon --stop --quiet --exec /usr/bin/passkey-agent --p /var/run/passkey.pid")
notify("System.Service.changed", "stopped")
+
+def status():
+ return checkDaemon("/var/run/passkey.pid")
Modified: devel/applications/hardware/bluez-utils/files/40-bluetooth.rules
=================================================================
--- devel/applications/hardware/bluez-utils/files/40-bluetooth.rules (original)
+++ devel/applications/hardware/bluez-utils/files/40-bluetooth.rules Wed Nov 1 01:04:58 2006
@@ -1,76 +1,82 @@
# bluetooth subsystem
SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
-## PCMCIA-Cards
+# Serial PCMCIA Cards
+SUBSYSTEM=="tty", BUS=="pcmcia", ENV{MANF_ID}="$sysfs{manf_id}", ENV{CARD_ID}="$sysfs{card_id}"
+
+
# "Brain Boxes BL-620 Bluetooth Adapter"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Brain Boxes", SYSFS{prod_id2}=="Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Brain Boxes", SYSFS{prod_id2}=="Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
+
+# "Brain Boxes Compact Flash Bluetooth Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Brain Boxes", SYSFS{prod_id2}=="CF+ Bluetooth Card, BCSP", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "Xircom CreditCard Bluetooth Adapter"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Xircom", SYSFS{prod_id3}=="CBT", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Xircom", SYSFS{prod_id3}=="CBT", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "Xircom RealPort2 Bluetooth Adapter"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Xircom", SYSFS{prod_id3}=="CBT", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Xircom", SYSFS{prod_id3}=="R2BT", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "IBM Bluetooth PC Card II"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="IBM", SYSFS{prod_id2}=="Bluetooth PC Card II", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="IBM", SYSFS{prod_id2}=="Bluetooth PC Card II", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "TDK Bluetooth PC Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="TDK", SYSFS{prod_id2}=="Bluetooth PC Card II", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="TDK", SYSFS{prod_id2}=="Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="TDK", SYSFS{prod_id2}=="Bluetooth PC Card II", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "AmbiCom BT2000C Bluetooth PC/CF Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="AmbiCom BT2000C", SYSFS{prod_id2}=="Bluetooth PC/CF Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="AmbiCom BT2000C", SYSFS{prod_id2}=="Bluetooth PC/CF Card", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "COM One Platinium Bluetooth PC Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="COM1 SA", SYSFS{prod_id2}=="MC310 CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="COM1 SA", SYSFS{prod_id2}=="MC310 CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "Sphinx PICO Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="SPHINX", SYSFS{prod_id2}=="BT-CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="SPHINX", SYSFS{prod_id2}=="BT-CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "H-Soft blue+Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="H-Soft", SYSFS{prod_id2}=="Blue+CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="H-Soft", SYSFS{prod_id2}=="Blue+CARD", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "Compaq iPAQ Bluetooth Sleeve"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="CF CARD", SYSFS{prod_id2}=="GENERIC", RUN+="/etc/pcmcia/bluetooth.sh"
-# "Zoom Bluetooth Card"
-# "Sitecom CN-504 Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="PCMCIA", SYSFS{prod_id2}=="Bluetooth Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="CF CARD", SYSFS{prod_id2}=="GENERIC", RUN+="/etc/pcmcia/bluetooth.sh"
+# "Zoom Bluetooth Card & Sitecom CN-504 Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="PCMCIA", SYSFS{prod_id2}=="Bluetooth Card", RUN+="/etc/pcmcia/bluetooth.sh"
-#
-# dtl1_cs
-#
# card "Nokia Bluetooth Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Nokia Mobile Phones", SYSFS{prod_id2}=="DTL-1", RUN+="/etc/pcmcia/bluetooth.sh"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Nokia Mobile Phones", SYSFS{prod_id2}=="DTL-4", RUN+="/etc/pcmcia/bluetooth.sh"
-# "Socket Bluetooth Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Socket", SYSFS{prod_id2}=="CF+ Personal Network Card", RUN+="/etc/pcmcia/bluetooth.sh"
-
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Nokia Mobile Phones", SYSFS{prod_id2}=="DTL-1", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Nokia Mobile Phones", SYSFS{prod_id2}=="DTL-4", RUN+="/etc/pcmcia/bluetooth.sh"
-#
-# bt3c_cs
-#
+# "Socket Bluetooth Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Socket", SYSFS{prod_id2}=="CF+ Personal Network Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Socket", SYSFS{prod_id2}=="CF+ Personal Network Card Rev 2.5", RUN+="/etc/pcmcia/bluetooth.sh"
# "3Com Bluetooth PC Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="3COM", SYSFS{prod_id3}=="Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="3COM", SYSFS{prod_id3}=="Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="3COM", SYSFS{prod_id2}=="3CRWB6096B Bluetooth PC Card", RUN+="/etc/pcmcia/bluetooth.sh"
-#
-# bluecard_cs
-#
+# "COM One Platinium Bluetooth PC Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="COM1 SA", SYSFS{prod_id2}=="MC310 CARD", RUN+="/etc/pcmcia/bluetooth.sh"
# "LSE041 Bluetooth PC Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="BlueCard", SYSFS{prod_id2}=="LSE041", RUN+="/etc/pcmcia/bluetooth.sh"
-# "LSE039 Bluetooth Compact Flash Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="WSS", SYSFS{prod_id2}=="LSE039", RUN+="/etc/pcmcia/bluetooth.sh"
-# "LSE139 Bluetooth Compact Flash Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="BTCFCARD", SYSFS{prod_id2}=="LSE139", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="BlueCard", SYSFS{prod_id2}=="LSE041", RUN+="/etc/pcmcia/bluetooth.sh"
+# "LSE039 Bluetooth Compact Flash Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="WSS", SYSFS{prod_id2}=="LSE039", RUN+="/etc/pcmcia/bluetooth.sh"
-#
-# bt950_cs
-#
+# "LSE139 Bluetooth Compact Flash Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="BTCFCARD", SYSFS{prod_id2}=="LSE139", RUN+="/etc/pcmcia/bluetooth.sh"
# "AmbiCom BT2000E Bluetooth Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="AmbiCom,Inc", SYSFS{prod_id2}=="BT2000E", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="AmbiCom,Inc", SYSFS{prod_id2}=="BT2000E", RUN+="/etc/pcmcia/bluetooth.sh"
+
# "Pretec BT2000E Bluetooth Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Pretec", SYSFS{prod_id2}=="BT2000E", RUN+="/etc/pcmcia/bluetooth.sh"
-# "Billionton Bluetooth Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="Compact Flash", SYSFS{prod_id2}=="Bluetooth Card", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Pretec", SYSFS{prod_id2}=="BT2000E", RUN+="/etc/pcmcia/bluetooth.sh"
+# "Billionton Bluetooth Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Compact Flash", SYSFS{prod_id2}=="Bluetooth Card", RUN+="/etc/pcmcia/bluetooth.sh"
-#
-# btuart_cs
-#
+# "Digianswer Bluetooth PC Card"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="Digianswer", SYSFS{prod_id2}=="Bluetooth PC Card [8044250]", RUN+="/etc/pcmcia/bluetooth.sh"
# "Cyber-blue Compact Flash Card"
-SUBSYSTEM=="tty", ENV{PHYSDEVBUS}=="pcmcia", SYSFS{prod_id1}=="BT", SYSFS{prod_id2}=="", SYSFS{prod_id3}=="", SYSFS{prod_id4}=="", RUN+="/etc/pcmcia/bluetooth.sh"
+SUBSYSTEM=="tty", BUS=="pcmcia", SYSFS{prod_id1}=="BT", SYSFS{prod_id2}=="", SYSFS{prod_id3}=="", SYSFS{prod_id4}=="", RUN+="/etc/pcmcia/bluetooth.sh"
Modified: devel/applications/hardware/bluez-utils/files/hcid.conf
=================================================================
--- devel/applications/hardware/bluez-utils/files/hcid.conf (original)
+++ devel/applications/hardware/bluez-utils/files/hcid.conf Wed Nov 1 01:04:58 2006
@@ -20,13 +20,12 @@
# once - Pair once and deny successive attempts
pairing multi;
- # PIN helper
- # if you want a interactiv query of your pin use /usr/bin/bluepin
- # /bin/bluepincat is using the pin in the /etc/bluetooth/pin file
- pin_helper /etc/bluetooth/pin-helper;
+ # -- Important change --
+ # Passkey agent communicates with hcid over dbus, thats why your PIN code will still be in /etc/bluetooth/pin file
+ # If you would like to change your PIN code please change /etc/bluetooth/pin, not in this configuration file.
- # D-Bus PIN helper
- #dbus_pin_helper;
+ # Default PIN code for incoming connections
+ # passkey "1234";
}
# Default settings for HCI devices
@@ -48,7 +47,7 @@
# for more information.
# 0x100bbb stands for "Object Transfer (v-Inbox, v-Folder, ...)"
# 0x020bbb stands for "Networking (LAN, Ad hoc, ...)"
- class 0x100100;
+ class 0x3e0100;
# Default packet type
#pkt_type DH1,DM1,HV1;
@@ -72,8 +71,4 @@
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
-
- # Authentication and Encryption (Security Mode 3)
- auth enable;
- encrypt enable;
}
Modified: devel/applications/hardware/bluez-utils/pspec.xml
=================================================================
--- devel/applications/hardware/bluez-utils/pspec.xml (original)
+++ devel/applications/hardware/bluez-utils/pspec.xml Wed Nov 1 01:04:58 2006
@@ -14,25 +14,28 @@
<IsA>app:console</IsA>
<Summary>Bluetooth Tools and System Daemons for using Bluetooth under Linux</Summary>
<Summary xml:lang="tr">Bluetooth araçları ve sistem sunucuları</Summary>
- <Description>The overall goal of this project is to make an implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series.</Description>
- <Description xml:lang="tr">Bu projenin genel amacı Linux'ta Bluetooth kablosuz standartların ayrıntılarını yerine getirmektir.Linux 2.4 ve 2.6 serilerini içermekte olan, kodları GNU/Genel Kamu Lisansı şeklinde yayınlanmaktadır.</Description>
- <Archive sha1sum="fa28eaf4e81cdf5b05acf80bd8d5614f9ee3eb3e" type="targz">http://bluez.sf.net/download/bluez-utils-2.25.tar.gz</Archive>
+ <Description>The overall goal of this project is to make an implementation of the Bluetooth™ wireless standards specifications for Linux. </Description>
+ <Description xml:lang="tr">Bu projenin genel amacı Linux'ta Bluetooth kablosuz standartların ayrıntılarını yerine getirmektir.</Description>
+ <Archive sha1sum="fa976a13b93a995bd0aaa2b4497305accf1710ca" type="targz">http://bluez.sf.net/download/bluez-utils-3.7.tar.gz</Archive>
+ <Patches>
+ <Patch level="1">bluez-utils-3.7-newconn-name.patch</Patch>
+ <Patch level="1" compressionType="bz2">bluez-pin-exec-patch-r2.diff.bz2</Patch>
+ </Patches>
<BuildDependencies>
- <Dependency versionFrom="2.25">bluez-libs</Dependency>
- <Dependency>libusb</Dependency>
- <Dependency>cups</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency versionFrom="0.31">dbus</Dependency>
+ <Dependency versionFrom="3.7">bluez-libs</Dependency>
+ <Dependency versionFrom="1.2.5">cups</Dependency>
+ <Dependency versionFrom="1.0.13">alsa-lib</Dependency>
+ <Dependency versionFrom="0.62">dbus</Dependency>
</BuildDependencies>
</Source>
-
+
<Package>
<Name>bluez-utils</Name>
<RuntimeDependencies>
<Dependency versionFrom="2.25">bluez-libs</Dependency>
- <Dependency>cups</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency versionFrom="0.31">dbus</Dependency>
+ <Dependency versionFrom="1.2.5">cups</Dependency>
+ <Dependency versionFrom="1.0.13">alsa-lib</Dependency>
+ <Dependency versionFrom="0.62">dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -46,9 +49,9 @@
<Path fileType="data">/var/lib/bluetooth</Path>
</Files>
<AdditionalFiles>
- <AdditionalFile owner="root" permission="0600" target="/etc/bluetooth/pin">bluez-utils-pin</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/etc/bluetooth/hcid.conf">hcid.conf</AdditionalFile>
<AdditionalFile owner="root" permission="0755" target="/etc/bluetooth/pin-helper">bluez-utils-pin-helper.sh</AdditionalFile>
+ <AdditionalFile owner="root" permission="0600" target="/etc/bluetooth/pin">bluez-utils-pin</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/etc/udev/rules.d/40-bluetooth.rules">40-bluetooth.rules</AdditionalFile>
<AdditionalFile owner="root" permission="0755" target="/lib/udev/bluetooth.sh">usb_bluetooth.sh</AdditionalFile>
<AdditionalFile owner="root" permission="0755" target="/etc/pcmcia/bluetooth.sh">pcmcia_bluetooth.sh</AdditionalFile>
@@ -59,6 +62,13 @@
</Package>
<History>
+ <Update release="8">
+ <Date>2006-11-01</Date>
+ <Version>3.7</Version>
+ <Comment>Version bump</Comment>
+ <Name>Ali Erdinç Köroğlu</Name>
+ <Email>erdinc at pardus.org.tr</Email>
+ </Update>
<Update release="7">
<Date>2006-09-01</Date>
<Version>2.25</Version>
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi