libnet-google-safebrowsing2-perl 1.07-6.1 source package in Ubuntu

Changelog

libnet-google-safebrowsing2-perl (1.07-6.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 16:38:41 +0100

Upload details

Uploaded by:
Cyril Bouthors
Uploaded to:
Sid
Original maintainer:
Cyril Bouthors
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-google-safebrowsing2-perl_1.07-6.1.dsc 2.1 KiB 92e10feab014dfac99d8c39f728c87ce3c5c84188473f094a5c84d541f442194
libnet-google-safebrowsing2-perl_1.07.orig.tar.gz 26.5 KiB a8058312e042f7cbe1f87ef8bc72f688834bbbe9faf357ebd58b58bd4bfcf5d4
libnet-google-safebrowsing2-perl_1.07-6.1.diff.gz 3.1 KiB 9a12fc50b6a81d9af1c61979fcc471b191f6ffd972c55d745f8a8ef07d2f6569

Available diffs

No changes file available.

Binary packages built by this source

libnet-google-safebrowsing2-perl: Perl extension for the Google Safe Browsing v2 API

 The library passes most of the unit tests listed in the API documentation. See
 the documentation
 (http://code.google.com/apis/safebrowsing/developers_guide_v2.html) for more
 details about the failed tests.
 .
 The Google Safe Browsing database must be stored and managed locally.
 Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end,
 Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms
 (databases, memory, etc.) can be added and used transparently with this module.
 .
 You may want to look at "Google Safe Browsing v2: Implementation Notes"
 (http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf), a
 collection of notes and real-world numbers about the API. This is intended for
 people who want to learn more about the API, whether as a user or to make their
 own implementation.
 .
 The source code is available on github at
 https://github.com/juliensobrier/Net-Google-SafeBrowsing2.
 .
 If you do not need to inspect more than 10,000 URLs a day, you can use
 Net::Google::SafeBrowsing2::Lookup with the Google Safe Browsing v2 Lookup API
 which does not require to store and maintain a local database.
 .
 IMPORTANT: If you start with an empty database, you will need to perform
 several updates to retrieve all the Google Safe Browsing information. This may
 require up to 24 hours. This is a limitation of the Google API, not of this
 module. See "Google Safe Browsing v2: Implementation Notes" at
 http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf.