holylobster / nuntius-linux

Nuntius delivers notifications from your phone or tablet to your computer
GNU General Public License v2.0
216 stars 25 forks source link

GNU-TLS version constraint can be lowered to 3.3.8 #47

Open RomanHargrave opened 9 years ago

RomanHargrave commented 9 years ago

I was compiling nuntius on debian jessie when I ran in to a roadblock -- nuntius specifies that libgnutls 3.3.15 is required at a minimum, however the latest version of libgnutls available in Debian Jessie (which has pretty fresh packages, as it just recently froze the repos).

I changed the minimum package version to 3.3.8 and experienced no issues during compilation, and do not expect to experience further issues during runtime.

flyingrub commented 9 years ago

https://github.com/holylobster/nuntius-linux/pull/48

flyingrub commented 9 years ago

fixed : removed gnu-tls, we don't need it for now.