[Pkg-privacy-commits] [xul-ext-monkeysphere] branch debian created (now bb0c60a)

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch debian
in repository xul-ext-monkeysphere.

        at  bb0c60a   hand over package to pkg-privacy team

This branch includes the following new commits:

       new  edc1f17   add monkeysphere mozilla xul extension
       new  ca898c0   bump minimum firefox version requirement up to 3.5.4, to include JSON module compatibility
       new  7c03b1e   add XMLHttpRequest interface to validation agent
       new  8aa5f22   extension improvements, and attempt to set validity override
       new  921e94d   fix security override!
       new  a1d6fee   break out override_service globally, and add function to check override status
       new  e8745e5   attempt to added modified favicon text (not working)
       new  d9fb011   override check working!  validation accepted!
       new  cbfc0fc   clean up, organize install.rdf
       new  930c2cb   added back in locale-specific stuff.
       new  b004a9e   add monkeysphere logo as extension icon
       new  8214378   much more awesome help page
       new  73605f4   update NOTES and TODO
       new  cf14648   Merge remote branch 'mlcastle/master'
       new  af1263c   Merge remote branch 'mlc/master'
       new  390b7b9   simplify setStatus and getCertificate functions
       new  e2d122b   Merge remote branch 'dkg/master'
       new  e737bf1   valid HTML on help page
       new  1aa88b9   Merge remote branch 'jrollins/master'
       new  5203e7a   cleanup listener object, and ignore onStateChange events for now, until we understand that this is needed
       new  c4d2f45   Merge remote branch 'mlcastle/master'
       new  a3ddfd1   fix value in notify.checkPresent function
       new  2ce10f0   rename checkOverrideStatus function
       new  56bd2fd   support 'new API' by parsing JSON response from security agent
       new  9d0df24   fix retrieval of cert DER to be passed to agent and add printCertInfo function
       new  26ed64f   Merge remote branch 'jrollins/master'
       new  015b3cc   Merge remote branch 'mlcastle/master'
       new  4a36a9b   Merge remote branch 'mlcastle/master'
       new  90fc123   fixing request headers
       new  f5a59cc   Merge remote branch 'dkg/master'
       new  49d8a16   Merge remote branch 'mlc/master'
       new  0c1360f   Merge remote branches 'mjgoins/master' and 'jrollins/master'
       new  f41d2ce   improve and make more logical and informative status bar messages and icons.
       new  16a1d24   Merge remote branch 'dkg/master'
       new  b66bc4a   Merge remote branch 'mlcastle/master'
       new  e45d530   clean up some code and log output
       new  7e9b14d   fix interface to get valid certificates.
       new  7537b1b   tweak statusbar xul
       new  62d4404   hide status panel on non-applicable and internally-validated sites (also cleanup some log output)
       new  7791fa1   Added a 'throbber' progress icon
       new  825bfbd   use static monkey icon for good site status
       new  856737d   improve vertificate info console output
       new  53fa3f0   some console output tweaks
       new  679c7cb   Remove preferences.
       new  3500d46   Remove all notification functions
       new  fa29387   Improved progress icon.
       new  14a956e   Merge remote branch 'mjgoins/master'
       new  afa54bc   fix some broken state setting and status messages
       new  c38748f   modify extension to display response from agent in status bar tooltip
       new  3c45034   add copyright to monkeysphere.js file
       new  34737c5   add copyright info to xul-ext files
       new  65a46ef   remove reference to no-longer-existing dialog_prefs.xul from install.rdf
       new  99fd54e   improve status icons
       new  bbc8d20   Create site cache, and improve site checking logic.
       new  1282437   use "peer" instead of "uid" in JSON agent post data query to agent.
       new  10566c2   msva-xul: explicitly ask the msva to return JSON
       new  d8c0728   update NOTES
       new  c192639   delete inaccurate comment
       new  e1636e1   ripping out dialog boxes and consolidating code
       new  cbee215   consolidate xul overlays
       new  c3e988f   renaming remaining xul overlay
       new  9e1c29f   removing another unused xul
       new  32c72fa   cleaning up help file
       new  f8123c6   removed cache, consolidated setStatus()
       new  87f8f6c   Merge remote branch 'mlc/master'
       new  35bac23   New validation agent error logo for the xul extension.
       new  46876de   Added monkeysphere.dump()
       new  35a56a9   Overhaul and simplifications: * move updateStatus to act onSecurityOverride * make updateStatus just use listener event handler function arguments, instead of gBrowser   this should help properly scope the ms checking. * clean up the setStatus function
       new  eafadfe   Merge remote branch 'mjgoins/master'
       new  3c8ca84   pass aWebProgress through to onAgentStateChange function, and cleanup security override.
       new  12ae5d2   some cleanup: * expand state names * move retrieval of cert back to updateStatus function * clean up some logging * pass uri directly to securityOverride
       new  170e69c   cleanup logging; remove unnecessary and ambiguous log flags
       new  7ef32d2   cleanup cruft
       new  b6bab35   add makefile to make .xpi
       new  4449060   add TODO
       new  b1694c0   add function to clear temporary security override
       new  32c1b77   improved Makefile
       new  91a4a24   clean up cert retrieval
       new  9775a5d   trying to figure out better way to reload window
       new  a80ddd7   new debian packaging
       new  b16895c   remove stray tilde from end of mozilla-devscripts build-depends
       new  5a24a64   remove the unnecessary files from the extension directory, add changelog entries
       new  9b023ee   some log cleanup
       new  956abc6   small log tweak and added FIXME about SSLStatus flag checking
       new  9a825d0   Replace addProgressListener with addTabsProgressListener
       new  d77672a   remove unneccessary override status check
       new  b68f4f2   Separate site checking from status updating.
       new  cbaf03f   add supposed fix to prevent memory issues
       new  6f242e6   update TODO
       new  14257e3   new debian packaging
       new  9098a0a   remove stray tilde from end of mozilla-devscripts build-depends
       new  7e5a632   remove the unnecessary files from the extension directory, add changelog entries
       new  aebc9ec   small tweak to fixme note about setting status
       new  a1bae26   Implement cache.
       new  7d7fd66   cleanup and separate uri checking
       new  02641b9   reload page when monkeysphere NOTVALID, and set status from cache.
       new  b41d211   Merge branch 'master' into debian
       new  871d6f4   get validation agent URL from environment
       new  f563832   add status function to clear site status and override
       new  0327ef3   cleaup some logging and code comments
       new  aed0658   change MONKEYSPHERE_VALIDATION_AGENT_URL to MONKEYSPHERE_VALIDATION_AGENT_SOCKET, add a default, ignore trailing slashes
       new  00f224c   removed cache as a simplifying attempt (may need to add it back in later)
       new  ceaced7   removing reload; setting status directly
       new  d6a2eae   adding log message
       new  b8dcf04   adding setStatus calls where necessary; removing any reloads
       new  dd1dedc   removing updateStatus
       new  55caa6b   set status bar to neutral if monkeysphere has nothing to say about it.
       new  4c1e2e0   more logging on what the listeners hear
       new  8513521   added NOTES about weird error message i occasionally see
       new  edc9ff1   making silly debugging attempts
       new  3d86fc2   Binding monkeysphere status to browser objects
       new  d4bba5c   Whitespace cleanup
       new  ad228ae   fix locale messages for default status messages
       new  6f3eeb3   Merge remote branch 'mjgoins/no-cache' into no-cache
       new  d4b5dd1   updating default status messages
       new  c6fede1   merged locale business
       new  2ccd580   clean up and fix getDefaultStatusText function
       new  8bda4c2   bugfix
       new  ce44e13   fix updateDisplay, and call from progressListener
       new  ef72500   Merge remote branch 'mlc/no-cache' into no-cache
       new  ed0bba8   add back logBrowserInfo function that should not have been removed
       new  21027e0   fix default display for non monkeysphere browsers
       new  65d9c2e   set status neutral for secure site
       new  adc8a22   fix updateDisplay to get the current browser itself and display status from that also update some log messages
       new  da652a3   Fixed error message for missing validation agent
       new  2a707d7   Adding back in the cache, and added in object for creating the apd
       new  5b7b00e   make monkeysphere status panel hidden by default
       new  12cd062   Merge remote branch 'mjgoins/no-cache' into no-cache
       new  e316299   fix up cache object a bit
       new  ace55f4   Use the cache to track which certificate exceptions are ms-generated.
       new  dfd88d0   Merge remote branch 'origin/no-cache' into no-cache
       new  c6f7ee4   some cleanup, commenting, and reduce log verbosity
       new  a9b2e1e   add updateDisplay to tab state change progress listener, to better handle new blank tabs
       new  ad306bc   some logging tweaks
       new  c47c156   simplify states by just using strings instead of a string-to-int table
       new  4303a74   add clear cache function
       new  dce8a20   add clear status function
       new  4cfb0e0   fix up clearSite function in status menu
       new  b959392   small cleanup
       new  0e67f6a   remove old TODO file.  lets just use the riseup issue tracker from now on.
       new  ab1e50a   add changelog
       new  b22d605   updated copyright to include contributions from mlc and mjgoins
       new  9a24209   moved agent socket location config into standard preferences system
       new  88fc10e   Merge remote branch 'dkg/master'
       new  a0fdd3a   remove debian directory that was accidentally merged into master
       new  7c49d18   remove unused favicon functions
       new  2d80aef   major simplification of overrides
       new  2629a1f   remake of debian branch from head of master
       new  48b27fe   fix changelog
       new  39941ee   update control to explicitly depend on monkeysphere-validation-agent
       new  9e9a5b1   Merge branch 'jrollins/debian' into debian
       new  0f29c52   remove newlines in description, makes for funny presentation in the addons dialog
       new  695368c   Merge branch 'master' into debian
       new  dd5582f   Merge remote branch 'remotes/jrollins/debian' into debian
       new  d4c90d3   Merge remote branch 'micah/master' into debian
       new  d0467ba   Merge remote branch 'micah/debian' into debian
       new  399ffff   demote monkeysphere-validation-agent to Recommends to permit decoupled usage
       new  38c4255   git should ignore emacs turds and output .xpi
       new  0c26ea1   adjusting case of changelog to Changelog since that seems to be more common in other upstreams.  meh.
       new  dc9ac51   clean up creation of the .xpi
       new  64446bf   Merge branch 'master' into debian
       new  270da91   remove build-dependency on cdbs
       new  39b95ea   fix clean target
       new  c39519d   Merge branch 'master' into debian
       new  9e18c0b   avoid use of pristine-tar when creating debian package, since git archive creates replicable tarballs automatically.
       new  08818ca   actually, we want the Changelog in the upstream source, and we do not think it will be a problem in the xpi
       new  bc7a6da   more build overhaul
       new  ef7f5dd   Merge branch 'master' into debian
       new  f18af5a   b-d on debhelper >= 7.0.50~ because we are now using overrides in debian/rules (thanks, Lintian!)
       new  fa1635e   no need for .gitattributes any longer
       new  5cecfee   Makefile does not need to be executable
       new  855fb5b   Merge branch 'master' into debian
       new  601c99d   put the monkeysphere.js configfile in /etc/mozilla-extensions
       new  87be626   choose the agent_socket each time a request is made -- this way modifying about:config does not require a restart of the browser.
       new  53c633d   scoping variables in monkeysphere.js
       new  1f96408   scoping nearly all variables in monkeysphere.js (except for those which get bound to events)
       new  21cd823   explicitly declaring the functions
       new  82fa0e4   added GPL licensing information
       new  c790116   add updateDisplay to onSecurityChange tab progress listener (closes MS #1979)
       new  1bf3257   Merge branch 'master' into debian
       new  2e72d58   no need to ship COPYING in the debian package, since debian/copyright has all the info
       new  ffd6465   removing explicit configfile handling, hoping that mozilla-devscripts 0.21 will soon handle it for us automagically
       new  8b39192   updating version so that we get proper updates
       new  fe41863   fix typo in package long description
       new  a7ffba6   Merge remote branch 'jrollins/debian' into debian
       new  72b6306   simplifying debian package creation.
       new  b9891d2   Merge remote branch 'micah/debian' into debian
       new  71dfafc   Merge branch 'master' into debian
       new  6be5928   moving git-buildpackage configuration into debian branch
       new  6185045   removing git buildpackage configuration from master (please use debian/gbp.conf in the debian branch)
       new  b6d954b   Merge branch 'master' into debian
       new  4502255   bumped compatibility to firefox 3.6.*
       new  0f0f37f   set the minimum version in the install.rdf to be 3.5 because this is the first version that introduced xulrunner 1.9.1, which has JSON.stringify (https://developer.mozilla.org/En/Using_JSON_in_Firefox)
       new  b2a2d54   Merge remote branch 'dkg/master'
       new  ef6ce73   remove chrome/locale/en-US/dialogs.dtd since it wasn't being used any where and was out of date
       new  1957725   attempt to make monkeysphere module, separating out log, cert, and cache objects
       new  cfd2aed   scoped javascript code module
       new  5247a1c   move agent_socket function to module
       new  c99775d   move isRelevantURI function to module
       new  7df8bb2   move createAgentPostData function to module
       new  3873218   fix reference to module createAgentPostData function
       new  0bd9a10   fix formatting in module definition file. NO FUNCTIONAL CHANGE AT ALL.
       new  2052963   simplify setStatus function
       new  e438744   move setStatus function to module
       new  215546a   fix formatting.  NO FUNCTIONAL CHANGE AT ALL.
       new  6c22c1e   tweak comments
       new  3d8bc6e   hide clearSite menu option for states where it doesn't make sense to display it
       new  618b3a8   make sure clearSite option is displayed for valid sites
       new  8f6d557   update help.html and move common files out of locales
       new  61f4403   Merge branch 'master' into debian
       new  d6e7bcf   update changelog with ITP close
       new  7069d36   preparing for 0.1 release
       new  fd47839   Merge branch 'master' into debian
       new  0ad88fb   preparing for a 0.1 release
       new  b18ebe0   added publish makefile target for pushing the current xpi to the public.
       new  8daca34   updated Changelog, which we forgot to change before releasing 0.1
       new  5367d28   fix makefile to include modules contents
       new  5af19be   stabilize Changelog for 0.2 brown paper bag release
       new  2b32a9b   Merge branch 'master' into debian
       new  81280b6   update changelog
       new  c807ccf   added interesting discussion from #extdev to NOTES file
       new  49d4a8d   getting clearSite function working better.
       new  ce03a3a   fix cert checking in clearSite function.
       new  5b3b8b9   generate icons from svg source, and fix svg source (closes #2012)
       new  a2855bb   add new BROKEN state
       new  b44b734   update changelog with recent fixes
       new  32ce32b   aesthetic cleanup of progressListener definitions
       new  777db02   remove old unused commented code
       new  b812283   add emacs mode spec line to jsm file, since it's not autodetected
       new  c1033b4   add primitive showCache status menu function
       new  f6d0f81   Merge remote branch 'jrollins/master'
       new  ada3ad5   reorder Makefile so that the first (and default) target is still the xpi
       new  372ef2f   updated changelog in preparation for 0.3 release
       new  382e0ef   Merge branch 'master' into debian
       new  1a397c4   preparing for 0.3-1 debian package (added inkscape as b-d for icons)
       new  ff14463   added texlive-fonts-recommended as a build-dep for icon creation
       new  0a07298   moving install.rdf out of the way for autogeneration
       new  5cbd7e6   autogen install.rdf to make sure version numbers get updated properly
       new  e7c54ca   Merge branch 'master' into debian
       new  4f9c306   updates for 0.4-1 debian release
       new  3773b86   some small code cleanup and simplification
       new  bbe965f   add FIXME questioning checking the uri in the checkSite function
       new  7463742   remove printing of aLocation in onLocationChange progressListener
       new  b23793e   slight prettification of listener logs
       new  16748ed   suppress outputting blank message when updateDisplay with NEUTRAL state
       new  aa202a7   add log level preference 'log_level'
       new  b08f228   cleanup changelog
       new  a826071   xul-ext appears to work with FF 4.0b7 -- thanks to jaywalk for testing
       new  4803075   Merge remote branch 'dkg/master'
       new  32c4596   overhaul locales handling
       new  e487614   add fr-FR locale
       new  779b606   note localization, prepare for 0.5 release
       new  76e117f   fixing xhtml, including xhtml in makefile for new localization approach
       new  0f1fe21   point to the correct web site
       new  9402977   adopt current web site style (without the webfonts) for help page
       new  9ea6842   Make links from help page to web site more explicit.
       new  e90a142   updated logo and icon for help page from monkeysphere-docs
       new  f3c35eb   Make log level more flexible.
       new  ae0ef1e   add context menu option to interrogate the version of the validation agent (MS # 2565)
       new  d8f309f   added local coding conventions for developers who use emacs
       new  a7f62b2   get rid of some english that snuck into fr-FR/messages.  my bad!
       new  c33d138   fixing french translation (thanks to bertagaz)
       new  a3f88ae   Dutch localisation for xul-ext
       new  e921ae7   Dutch localisation for xul-ext
       new  2c7ac4e   updated install.rdf.template to match tested versions of firefox 4.0 beta, fleshed out changelog
       new  51f3c2c   Merge branch 'master' into HEAD
       new  0fec736   prepare release to experimental, bump standards version, use ${xpi:Depends} to satisfy dh_xul-ext
       new  ece0e49   remove reference to default.png, which does not exist
       new  25e9071   tmarble reports success with ff4.0b10
       new  b3afc3d   upload 0.5-2 to unstable
       new  2a61f81   Adding Brazilian Portuguese translation
       new  7c3c569   Minor pt-BR translation improvement
       new  975965f   preparing for firefox/iceweasel 4.0
       new  0b1f4c5   Merge branch 'master' into debian
       new  410a99c   packaging 0.6-1 for debian
       new  122e935   emphasize the OpenPGP web of trust (the important concept) over the validation agent (the implementation details)
       new  e4e1f3e   Adding pt_BR stanza to install.rdf.template
       new  3d78eb9   acknowledge other authors in copyright
       new  1309a7c   emphasize "OpenPGP web of trust" over "monkeysphere validation agent" in the Dutch translation.
       new  3a3ffe2   fix e-mail for kwadronaut, proper caps for X.509
       new  810628b   update maxVersion to '*'
       new  79d83dd   Merge branch 'master' into debian
       new  eeec415   debian: add Breaks:  to control file (fixes #649026)
       new  ba28404   debian: bump standards version to 3.9.2
       new  21c5ca8   debian: update changelog
       new  5f4978c   updated debian/copyright Format-Specification
       new  387b8ce   xul-ext-monkeysphere: update validation method for firefox 20
       new  7c8fd8e   update changelog for release
       new  4a10770   Merge branch 'master' into debian
       new  749647f   preparing to release 0.7-1 in debian
       new  d52046f   Fix monkeysphere xul-ext for firefox 23 and 24
       new  81b2b7c   prepare to release 0.8 for use with firefox >= 23
       new  4991aa3   Merge branch 'master' into debian
       new  2fcdf07   preparing to ship 0.8-1 into debian
       new  20d28aa   add TZ=UTC before zip in Makefile to make the files mtime  invariant to timezone to make the package build reproducibly.
       new  bb0c60a   hand over package to pkg-privacy team

The 296 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list